Skip to Content
0
Former Member
Dec 03, 2008 at 12:26 PM

Opensql Insert statement

73 Views

Hi,

I'm currently trying to insert a record in the rsdiobjt table. If this works i have a batch of (similar) query's wich I execute as a one-time update.

In order to do so, i've made the following query:

INSERT INTO rsdiobjt (langu , opbjnm , objvers , txtsh , txtlg) VALUES ('N' ,'0PPM_QNT' , 'Kort' , 'lang John Smith').

When I try to execute the query i get the following error:

"Unable to interpret: (langu , opbjnm , objvers , txtsh , txtlg)"

"Possible causes of error: Incorrect spelling or comma error"

Can anyone tell me what the correct opensql syntax is?

thanks