Try "UPDATE" and also make "SalesRepInfoStage" have a primary key or a unique index. : Hi, : I'm trying to use the DatabasePipe command in the new 2.2 version to put data : from an Access database into a Oracle 8i database. The DatabasePipe : command runs and returns the correct number of rows but when I query the : table in Oracle, it shows no updates. : I've also tried going from Access to Access and again, it returns the correct : number of rows, but I see no data in the table. Here's my code: : DatabasePipe("GatewayReporting", & : "OADD Oracle", & : "Select * from [4 Ph and Order Tbl 5/15]", & : "SalesRepInfoStage", & : "INSERT", & : rows)
|