05-10-2006 01:00 PM
05-11-2006 07:35 AM
Hello!
You are not receiving any error messages is that correct? Which database are you working against and how have you verified that you actually have data in the database?
I suppose you are using the ‘Rec Get Recordset” property that states that if both BOF and EOF are TRUE at the same time, there are no records in the recordset.
If you use the ‘Rec Get Column” property what does it say about the sizes?
Might also be a good idea if you post the database part of your application since that makes things easier when troubleshooting.
10-21-2010 09:56 AM
EOF and BOF are TRUE if your query is return an empty recordset. If you are sure there are records in the database, then your Query must have errors.
I'd reccomend running the exact same query using a simple Query Analyzer tool (not LabVIEW). See if it returns data.