04-18-2007 06:52 AM
04-18-2007 08:17 AM
The database Connectivity Toolkit User Manual has a chapter on SQL commands. I know this is not considered a thourough source of information but it has the majority of commands you will likely need in average applications.
Jaime
04-18-2007 10:54 AM
04-18-2007 11:09 AM
I am working with SQL server programming using LV Database Connectivity Toolkit now. To my experience, a general SQL programming book will be fine if you have DB design experience. Otherwise, you may need a genenral DB design introduction book too.
As for LV Database Connectivity Toolkit, there are some LV examples there, write a LV programm wouldn't be too difficult once your ODBC is setup ok.
If you use SQL Server or Desktop SQL, let your system administrator set up environment variables to make sure they are ok before you start programming. If you use Access, I believe the DB design part is more important and takes more time that Query in LV. Of courese, if DB table is also created dynamically in LV, the thing would be different.