Hello
I have been trying to get some array data into a Pervasive
Table uing ADO and VB6 I am currently using this:
fOR I = 0 TO 11
sqlStr = "INSERT INTO TABLENAME(Foo)VALUES(' " & X(I) & " ' )"
command.ActiveConnection = connection
command.CommandText = sqlStr
command.execute
Next i
This produces Syntax Error -2147217900(80040e14)
INSERT INTO TABLENAME(Foo)VALUES(<<???>>)
I am relatively new to Pervasive 2000i Workstation does anyone know the syntax for this?
Thanks in advance
MeonR
I have been trying to get some array data into a Pervasive
Table uing ADO and VB6 I am currently using this:
fOR I = 0 TO 11
sqlStr = "INSERT INTO TABLENAME(Foo)VALUES(' " & X(I) & " ' )"
command.ActiveConnection = connection
command.CommandText = sqlStr
command.execute
Next i
This produces Syntax Error -2147217900(80040e14)
INSERT INTO TABLENAME(Foo)VALUES(<<???>>)
I am relatively new to Pervasive 2000i Workstation does anyone know the syntax for this?
Thanks in advance
MeonR