Insert data in to progrees db thorugh PHP?

Status
Not open for further replies.
U

user3715001

Guest
I'm getting the below error


Warning: odbc_exec(): SQL error: [unixODBC][DataDirect][ODBC 20101 driver][20101]Syntax error in SQL statement at or about "'BatchStatus','BatchRecepient','" (10713), SQL state 60

I'm using the below code to insert data in to progress db.

INSERT INTO PUB.WebReportBatch ('BatchStatus','BatchRecepient','OrderNumber','BatchPartner')
VALUES ('Pending','dfg@sd.vom','00003660','')

Continue reading...
 
Status
Not open for further replies.
Top