Here's something I've been attempting to accomplish for (sadly) months now. I've been shown that certain things are suppouse to work but I haven't had any luck. So, hopefully I'll get this resolved this time through.
Right now I'm trying to access a database over my local network. I have a odbc connection and it points to a database that is on a machine I have mapped through a letter drive.
My machine is a windows 2000 machine running apache web server.
The machine with the database is a windows 98 machine.
This is my connection string:
$connectionstring = odbc_connect("scdb", " ", " ","SQL_CUR_USE_ODBC");
which it first trips on. I would appreciate any help or pointers.
Thanks!