Converting error for SQL- results to datatype 'unknown' in TC 12
Hi all,
at the moment we try to find out if we can merge our project to TC 12 (actual version 11.20). First we do not want to merge to JavaScript but use JScript. The most parts of our JScript code works in TC 12. But in one point I realy have a problem in understanding.
I use a SQL- Statement to get some IDs from a MSSQL database. Therefore I use ADO. However the databasefield is a "BigInt" datatype. When I execute my function in TC 11 I get the ID as an Integer and everything is fine . When I execute the same code in TC 12 the value of the field is returned as datatype "unknown" (checked with "typeof" - the TC locals- output shows it as a string). I realy do not understand what is going on here. Can anybody help.
BTW: The problem is not specific for the uses query. All integer values from databas are returned like described above.
Regards
Max