Hi,
I want to create a connection to an ORACLE Lite database under PHP 4. Can anybody give a tip how can I do this? Because I work with an ORACLE Lite database I have no TNS-Name Databasename, username and password are "address". Can you give a code-scriptlett?
Thanks
u can use ,if u compile your php with OCI8
then use following
OCILogon("user","password");
or
use following code.....
ora_logon("user","password");
check this out.......