Diman
Admin
 Admin
| Posts: 1495 |  | Karma: 19 |
|
RE: "Numeric Value Out Of Range"
|
|
Posted: 2005/08/09 17:35 |
|
|
|
|
Hello Dirk !
Few questions:
1) Do you fill values of all fields ? Or some fields remains NULL ? Can you check failed records regarding that ?
2) Could you please turn tracing on and send output to me, please ?
3) I think, you use kind of that: ADQryTarget.BeginBatch; while ... do begin ADQryTarget.Append; ..... ADQryTarget.Post; end; ADQryTarget.EndBatch; I will suggest to use AnyDAC array execution to move large volumes for data to the DB. You can find demo there - $(ADHOME)DEMOComp LayerTADQueryExecSQLBatch. Also AnyDAC_Architecture.pdf contains description.
Regards, Dmitry
|
|