10-09-2009 01:32 PM
Hi,
This issue arose after I "solved" this problem earlier today: http://forums.ni.com/ni/board/message?board.id=170&thread.id=446931
Now, I get the above error message on every "DB Fetch Element" function...
I have the Polymorphic option off - as I have it set to Automatic... The stored procedure in the above case is trying to Select a 0 or a 1, ala boolean values. However, this is not the only point of failure. In fact I get this error on every Fetch Element, using 4 data types: Boolean, String, I32, and DBL...
Can anyone see what I am doing wrong? I spose I will upload my VI, but you won't necessarily be able to see the data my SPROC is returning...
Thanks!
Dave
Solved! Go to Solution.
10-09-2009 01:49 PM
OK this problem occurred because the Stored Procedure was puking on my parameters input parameter, unbenouced to me until I stepped through the code...
The reason I was getting this error was I believe because I was receiving a NULL record set...
After I fixed my parameter input problem, this all worked great.