This topic is locked

BIGINT?

10/13/2009 3:34:47 PM
ASPRunnerPro General questions
A
ashumak author

Trying to get MYSQL database with 6.1 and I keep getting an overflow error wen using 89302720400021433888 as a number. Tried to change to text and still no go...any sugestions?

C
clig 10/13/2009



Trying to get MYSQL database with 6.1 and I keep getting an overflow error wen using 89302720400021433888 as a number. Tried to change to text and still no go...any sugestions?


You will likely have to cast a number that size as either a limit in ASP and/or ODBC connector and treat it as a text string in ASP
http://dev.mysql.com/doc/refman/5.0/en/cast-functions.html