Database Abstractions

SQL Helper

SQL Helper

What is SQL Helper? I’m sharing this with the world because we need another way to access data – don’t you think? Truthfully – I wanted to see if I could flex the C# stuff and run up data access with a single dll and signle line of functions. Features Fetch data with signle line of functions Fetch data with custome column’s name Fetch data with sorting Fetch data with diffrent type of joins Fetch data with paging SQL error handling ...

ExcelReader

ExcelReader

ExcelReader component can be used to read and convert the content of Excel 97-2003 format files into DataTables, that can easily be used in your applications. To display a sheet in a GridView control 3 lines of code needed: DataTable dtSheet1 = ExcelReader.GetSheet(Filename, 0); GVSheet1.DataSource = dtSheet1; GVSheet1.DataBind();

SQL Comparer - Synchronize your database versions

SQL Comparer - Synchronize your database versions

Compare and synchronize two SQL database schemas and see the difference between them. A very helpful tool when dealing with different versions of a database. Features Copy SQL exports directly from PhpMyAdmin Comparison results are color highlighted Easily synchronize your database schemas Specific comparison elements can be ignored Get statistics for both schemas How does it work? How to compare SQL schemas? Press A button to load .sq...