Board index » delphi » Copying data from AS/400 to Sybase
Luc Carbonneau
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Copying data from AS/400 to Sybase
Hi, i am trying to create an application, who can copy AS/400 table to
Sybase table. It work ok, but not fast enough any idea how to optimize this code or new idea? ______________ DM_princ.Tab_source := It's a Ttable with CO400, Var DM_princ.Tab_destination.open; Inc(lrecord); Thank's a lot Luc |