SQLBigInt conversion problems

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

SQLBigInt conversion problems

Eric Langjahr
I am having problems storing values (parameterized) of SQLBigInt into a SQL
Server 2000 Database.

The conversion functions for these fields are defined in DBField class
initalize
as #fromString: and #asString.

Those seem like the wrong methods to convert to and from
SQLBigInt.

I havent had a chance to investigate this yet in my SQL Server
doc but I think this is a bug.