i have created a database named:Rezgroup
and i have already developed some pages but i dont know what is the code to connct Php and oracle.Thats why i can not access the database.
so far i have come up with the code is:
[code=vb]<?php
set conn=Server.Cre ateObject("ADOD B.Connection")
conn.Provider=" MSDAORA "
conn.Open "c:/webdata/Rezgroup"
set rs=Server.Creat eObject("ADODB. recordset")
rs.Open "nwd_info", conn
?>[/code]
but i m not sure, is that correct or worong?.
can any body help me.
and i have already developed some pages but i dont know what is the code to connct Php and oracle.Thats why i can not access the database.
so far i have come up with the code is:
[code=vb]<?php
set conn=Server.Cre ateObject("ADOD B.Connection")
conn.Provider=" MSDAORA "
conn.Open "c:/webdata/Rezgroup"
set rs=Server.Creat eObject("ADODB. recordset")
rs.Open "nwd_info", conn
?>[/code]
but i m not sure, is that correct or worong?.
can any body help me.
Comment