Kelloggs
Active Member
   

Do crazy people know they are crazy?
Posts: 784
Gender:
|
To Insert records to the SO header you can use the following query, but no idea about the SO Lines, there could be some issues with the SO index. INSERT INTO TO_MYDB.BKARINV (BKAR_INV_NUM, BKAR_INV_SONUM) SELECT BKAR_INV_NUM, BKAR_INV_SONUM FROM FROM_MYDB. BKARINV WHERE BKAR_INV_NUM = XXXX This query works with Pervasive SQL 2000 and up. ciao, Kelloggs
|