01-23-2008 04:58 AM
01-23-2008 08:40 AM
01-23-2008 10:28 PM
Thanks for ur response..
I already created ODBC database using MySQL and create DSN connection using ODBC connector...Afterwards i do not much knowledge how to create queries n all..
Pls do the needful.
01-23-2008 10:44 PM - edited 01-23-2008 10:44 PM
Try googling 'SQL tutorial'. I've never looked to see what is included with MySQL. The only database that I have experience with is SQL Server and that came with an extensive help file. See what MySQL provides. Since I'm not convinced that the LabVIEW board is an appropriate place for extensive discussions of the SQL language, you might want to find a dedicated SQL forum that can point you to the best locations. One other possibility is to use MS Access as a learning tool. You can create queries with the wizard and graphical tool it has and then select to view the SQL code.
The use of LabSQL presumes some basic knowledge of the SQL language. The NI Database Connectivity Toolkit hides a lot of that and might be a better choice if you need to get something working quickly.
01-24-2008 05:40 AM
01-24-2008 06:35 AM
01-24-2008 10:40 AM