[PHP-DB] Ingres Resultsets

2002-03-28 Thread Christian Azambuja Pagot
Hi All ! I need to keep two resultsets opened at the same time... on Ingres. The records of the outter recordset are used to execute the inner query. I will explain in more detail... Example 1 *** $sql = " se

[PHP-DB] Re: Oracle INSERT

2002-03-28 Thread Christian Azambuja Pagot
I'm not sure.. but try the folowing statements: $sql = "INSERT INTO tblTest VALUES(1,'Test One') INSERT INTO tblTest VALUES(2,'Test Two') INSERT INTO tblTest VALUES(3,'Test Three') "; (just repeating the insert statement... ) or (repeating the insert statement, separated by semicolon...) $sql