AwareIM "number" => SQLServer data type problem

If you think that something doesn't work in Aware IM post your message here
Post Reply
Jamesm
Posts: 11
Joined: Mon Aug 22, 2005 1:58 am

AwareIM "number" => SQLServer data type problem

Post by Jamesm »

AwareIM is generating short number data types for SQLServer databases. I have had runtime problems when executing an application that had number attributes generated by AwareIM. The AwareIM number data type converts to either "int" or "real" data types in SQLServer. These data types only provide precision for 10 or less digit length numbers. I have fixed this problem by manually changing the SQLServer data types to either "bigint" or "float" respectively, using Enterprise Manager. AwareIM accepts the change transparently but it would be best to have AwareIM generating the longer precision data types automatically.
aware_support
Posts: 7525
Joined: Sun Apr 24, 2005 12:36 am
Contact:

Post by aware_support »

We have changed Aware IM to generate bigint and float numbers. The change will be available starting from build 683.
Aware IM Support Team
Post Reply