Pelles C forum

C language => User contributions => Topic started by: TimoVJL on May 16, 2008, 08:15:17 PM

Title: Simple ODBC SQL_Shell from hell alfa release
Post by: TimoVJL on May 16, 2008, 08:15:17 PM
Simple ODBC SQL_Shell from hell alfa release.
You can test it with MSDE
Please test it and tell me those errors and how to make it better
or just show us better version.

SQLite ODBC is usable too.
http://www.ch-werner.de/sqliteodbc/ (http://www.ch-werner.de/sqliteodbc/)

2008-05-28 alfa 6 bug fixes and TreeView for tableinfo but that don't work well with MSSQL 2000 Server ODBC
  If anyone knows how fix it, please tell me how
2008-05-21 alfa 5 driver from combobox
2008-05-20 bug fixes etc
2008-05-19 bug fixes and new buttons
2011-01-05 bug with nLen, nRows should be SQLLEN
2011-07-01 32/64-bit TLODBC_sHell_0_0_2.zip now can open Data Source too.
Title: Re: Simple ODBC SQL_Shell from hell alfa release
Post by: Gerome on May 18, 2008, 09:39:47 AM
Hi,

Pretty good work!
Just a remark, I would have separated more the GUI part from the SQL part, it'd be better to have all SQL management functions apart.
Thanks for the good work!
Title: Re: Simple ODBC SQL_Shell from hell alfa release
Post by: TimoVJL on July 01, 2011, 09:31:50 PM
Minor update.
- Data Source
- indexes

2011-08-05 32/64-bit TLODBC_sHell_0_0_3.zip Execute multiple SQL statements separated with ; (semicolons)
Title: Re: Simple ODBC SQL_Shell from hell alfa release
Post by: TimoVJL on November 21, 2014, 08:08:34 PM
That project is bit old but anyway:
I'm making it to similar as TLSQLite3Shell and fixing some errors.
So tell me if you have allready found any errors.

EDIT 2014-11-23 Driverlist from ODBC too.