Hi Silvia Mahiques, > I have a question... > I have a remote database in Microsoft Access on a WinNT System, and a Apache > and PHP on Linux System. How can I connect this? > > There is one function in PHP for make this: > > odbc_connect(DSN,user,password) > > DSN (Data Source Name) in local host is the name of the DataBase, but in > remote host, what I need do?
so you have to add the linuxhost in the DSN. In NT-Notation \\<server>\<path>. I don't know how you write it in the odbc-function (you need to connect from linux to your Access-Database on nt). Possible you need unixodbc as driver, but I don't know exactly. Regards, Ruprecht ---------------------------------- E-Mail: Ruprecht Helms <[EMAIL PROTECTED]> Date: 10-Apr-02 Time: 11:12:57 to be informed -> http://www.rheyn.de <- This message was sent by XFMail ---------------------------------- -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php