eric - 2007-04-02

I am running DaFT, version 1.4.3. and I can copy records from Oracle (9i) to postgress (1.6.2) but I get the following error when I try to copy from postgres to oracle. Does anyone have any suggestions? Thanks in advance.

Error <c2>:S1010 0 [Microsoft][ODBC Driver Manager] Function sequence error.

My statement is the following

<source>select apinum,operator from master_49037</source><target>insert into master_49037 (apinum,operator)</target>

The table master_49037 exists in both data bases.

Thanks, Eric