ldb68 Posted October 13, 2011 Posted October 13, 2011 The project is a simple sql manager using ADO compoment (eg. yuo can use any database via odbc connection). It show a tree with database tables. It build the sql statement for selecting rows. You can save/edit/delete row. You can build insert/update query. Rudimental autofit colunn show. In the same isapi / exe folder add a "dsn.ini" text file with string connection for the database, es. Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=casavalentina;Data Source=HOME-PC\SQLEXPRESS;Use Procedure for Prepare=1;Auto Translate=True;Packet Size=4096;Workstation ID=HOME-PC;Use Encryption for Data=False;Tag with column collation when possible=False; AjaxSQL.zip 2 Quote
Administrators Farshad Mohajeri Posted October 15, 2011 Administrators Posted October 15, 2011 Cool! Thanks for sharing. Quote
eric Posted December 3, 2011 Posted December 3, 2011 hello your project is very useful and shows the power of unigui in any circonstances? I connected your sql ado to an DB2 As400 Middle-ware and it works wonderfully. Really a good job thanks for all Eric Quote
dynamo Posted February 21, 2012 Posted February 21, 2012 Thank you ldb68.Nice and useful example. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.