Hello cnxht,

Thank you for your question regarding the DB Connectivity Toolset. You
mentioned that you were trying to use the DB Tools Execute Query.vi
but you can=92t select certain data in a MS access database using the
SQL that you mentioned. You may want to use single quotes around the
=912004-3-12=92 string. The following is an example from the sqlcourse
website that might help.

This will only select rows where the first name equals 'Eric' exactly.

select * from empinfo
   where first =3D 'Eric';

For more information on SQL, take a look at the following website:

http://www.sqlcourse.com/

Reply via email to