cliv
12-09-2007, 06:41 AM
I use vb6 to work with an Access2000 mdb.
I need to export e table into dbaseIV and i use:
Database.Execute "SELECT * INTO [dBase IV;DATABASE=" & App.Path & "\].[TEST] FROM [Repartitoare]"
BUT i have one problem.
One field in "Repartitoare" Table have 9 decimals...but export dbf field have only 5.
I don't want to use a structure create with FoxPro and then INSERT...INTO.
HOW CAN I EXPORT DBF WITH 9 DECIMALS.?????
Please Help
Sorry for my english, hope you undestand.
I need to export e table into dbaseIV and i use:
Database.Execute "SELECT * INTO [dBase IV;DATABASE=" & App.Path & "\].[TEST] FROM [Repartitoare]"
BUT i have one problem.
One field in "Repartitoare" Table have 9 decimals...but export dbf field have only 5.
I don't want to use a structure create with FoxPro and then INSERT...INTO.
HOW CAN I EXPORT DBF WITH 9 DECIMALS.?????
Please Help
Sorry for my english, hope you undestand.