![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
ISQL/ASA 9.0.2.3804 What command does the import wizard in ISQL use when I do Data | Import, and select a .txt file? Is it LOAD TABLE? What I need is to script up an import that duplicates the ISQL Data Import function. -- /~\ The ASCII \ / Ribbon Campaign X Against HTML / \ Email! Remove the ns_ from if replying by e-mail (but keep posts in the newsgroups if possible). |
#3
| |||
| |||
|
|
It does inserts operations that you can see from a request log. Basically it is the INPUT operation that is built into and implemented by dbisql. Since 9.0.x had no concept of a load table from client (v11.0 has that one) this is a client side operation that must map to basic insert operations. So, to script this, see the INPUT statement. |
![]() |
| Thread Tools | |
| Display Modes | |
| |