nicB Posted September 6, 2004 Report Share Posted September 6, 2004 Hi, I've connect my access database with labview by uising the activeX connection (DAOEngine) This work correctly,but now i need create a sql select...innerjoin query between two table of my DB. I see the problem is the count byte property of recordset, get one record (reality is more records). The attached ExtractTable is in LV6.1 :headbang: Thanks for HelpMe Bytelab Download File:post-395-1094465031.llb Quote Link to comment
snooper Posted October 29, 2004 Report Share Posted October 29, 2004 Hi,I've connect my access database with labview by uising the activeX connection (DAOEngine) This work correctly,but now i need create a sql select...innerjoin query between two table of my DB. I see the problem is the count byte property of recordset, get one record (reality is more records). The attached ExtractTable is in LV6.1 :headbang: Thanks for HelpMe Bytelab 1654[/snapback] To get the record count or any count using ADO in combination with a recordset you need to have exclusive access rights to the recordset. Try opening your recordset using "lock optimistic" functionality. Also have a look at a new database toolkit at www.tm-solutions.nl\eng\ Greetz Quote Link to comment
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.