Board index » delphi » Can't create Double/Float fields with Batch Move
John Santora
![]() Delphi Developer |
Thu, 20 May 2004 03:24:30 GMT
Can't create Double/Float fields with Batch Move
Using D4 to access Access 2000 tables via plain ODBC.
I have the following SQL in a batch move, trying to create a new table with these two fields. "Select myKey, 1.234 as myFloat from Master" But the constant 1.234 is being converted to an integer field by Access 2000 or ODBC or BatchMove, Same thing happens if I select a Double field from Master. Somewhere along the line the Double gets My only workaround to to s{*word*99} batCopy, and use batAppend with pre-built target tables. This works This code has worked for years when I was using the Borland High Speed driver to get to Access. any help would be appreciated. Thanks in advance. john santora -- John Santora Viridian Technologies, Inc. Phone: 949-362-0263 Fax: 949-362-4830 |