Hi
I´m having difficulty in getting a recordset to read NULL values from MySQL´s LONG-, MEDIUM- and TINYTEXT data types. All other data types seems to work but these throws an '80020009' error.
Strange thing is, that when I run the same code on another machine, it works fine.
Both computers are...
Thanks for your reply!
I´m sorry about the confusion, I did not write the complete code. I use it because i call several tables with identical column names. Like this....
myTable1.myValue AS myVal1 , myTable2.myValue AS myVal2
Hi!
I´m running ASP and MySQL where I´m using the datatype FLOAT.
When I submit a value, for example myValue=’50.5’ it works fine and when I check the value in the database it is 50.5
But then, when I try to print this on a .asp page - using SELECT myValue AS nVal – RS(“nVal”) I get the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.