11-03-2005 08:59 AM
11-03-2005 09:08 AM
What is the datatype of the field that you are trying to convert? Also, what is the value of the specific item that you are converting? I have seen problems where if a field was empty (NULL) the varient coming back would be of a void datatype, which would not convert properly.
Mike...
11-03-2005 09:29 AM
Hello Mike!
I import from MySql a column of real number, there's no null values. The strange thing is that this vi had worked perfectly before......
If you are an database toolkit user i want to ask you another question about it....you know if there are some block, or the way to import only a cell from the database(e.g. column 1 row 2)? Is possible to import automaticly the last value writen in the database?
Thank you very much Mike!
Larson
11-03-2005 09:47 AM
The thing I would suggest is look at the exact value that you are cobverting when the error occurs and see if you can see anything unusual about it. In terms of your second question, there's no way to implement that level of granularity with the toolkit. The easiest solution is to either structure your query to return just the data you need, or parse the results in LV after you've read in all the data. To answer, your last question: there is no way to reliably read back the last thing written to the database. What is it that you are trying to do?
Mike...
11-03-2005 09:54 AM
11-03-2005 10:58 AM
11-04-2005 02:43 AM