> know how to implement functions to Insert/Update data registers. I am a
Not sure you're asking what I'm answering, but...
INSERT/UPDATE are queries, just like SELECT.
So do the same thing you would do for SELECT.
odbc_exec("select * from foo");
odbc_exec("insert into foo(a) values('$a')");
Hi, I am using the ODBCSocketServer object (already focused to recordset
management) to access Microsoft Access (MDB) databases . However I do not
know how to implement functions to Insert/Update data registers. I am a
newbye using PHP. Do somebody know how to implement that functions ?.
May
2 matches
Mail list logo