Hi,

Whilst testing some asp websites with Mysql Beta 4.1.3-nt-log I have noticed that 
doing a 

        Select Count(1) as var FROM tableName

returns as an unknown variable type in vbscript.

Previously with the 3 / 4.0 version it returned as a long.

I am using the latest MyODBC 3.51.08.00

Is there anything I can do to correct this behaviour? Is there a version of MyODBC 
designed for 4.1 ?

I know I can just do a CInt(var) or CLng(var) but its a pain going through every 
page...


The exact error returned is:

Error: Variable uses an Automation type not supported in VBScript
Code: 800A01CA



Regards

Ian
-- 



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to