[PHP] HELP insert still dosn't work

2001-03-19 Thread Rudolf Frint
I want to insert the Values into my Database like this $handle = ora_logon("iusr@test","kiwi1"); $cursor1 = ora_open($handle); $query = "insert into internet_tmp select rv_ret($FF),$FF,$sesid,(sysdate+0.0021) from dual"; ora_parse($cursor1,$query) or die; ora_exec($cursor1);

Re: [PHP] HELP insert still dosn't work

2001-03-19 Thread David Robley
On Tue, 20 Mar 2001 03:32, Rudolf Frint wrote: I want to insert the Values into my Database like this $handle = ora_logon("iusr@test","kiwi1"); $cursor1 = ora_open($handle); $query = "insert into internet_tmp select rv_ret($FF),$FF,$sesid,(sysdate+0.0021) from dual";

Re: [PHP] HELP insert still dosn't work

2001-03-19 Thread Rudolf Frint
thx very much oracle statments don't need " but ' and it did exaktly what it should At 01:30 20.03.2001 +0100, you wrote: On Tue, 20 Mar 2001, David Robley wrote: On Tue, 20 Mar 2001 03:32, Rudolf Frint wrote: I want to insert the Values into my Database like this $handle =