Dennis <[EMAIL PROTECTED]> wrote on 17.07.2002 20:37:50: > >sql query > >We have data stored as BIGINT in unix, and there are 32bit unsigned values >but nothing larger. I would assume if we convert this to integer in win98 >it would seem that values over 31bits would be wrong. Are there workarounds >for this? Is this also an issue in later version of windows? > >DB > Hi Dennis,
why don't you use SQL_BIGINT together with __int64? I think this should give you the correct values and you can control the conversion to a 32 bit unsigned. Bye Oliver -- Good programming is 40% experience, 30% skill, 20% RTFM, 10% caffeine, and 5% attention to detail. Oliver Six, CEO CAHOS GmbH, Cimbernstr. 51, Germany 81377 Muenchen Phone +49 89 71 01 93 41, Fax +49 89 71 01 93 42 --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php