Re: [PHP-DB] PHP, ADO/ODBC and MS Access 97 Queries

2001-03-21 Thread Denis Eltsov
1. In ODBC Data Source Administrator create System DSN to your DB 2. In PHP use $x=odbc_connect("your system DSN","",""); $r=odbc_exec($x,"select * from some_table"); echo(odbc_result($r,1)); http://www.zend.com/manual Best regards Denis Eltsov ""Christie, Darren"" [EMAIL PROTECTED] wrote in

Re: [PHP-DB] PHP, ADO/ODBC and MS Access 97 Queries

2001-03-21 Thread Mark Robinson
Hello Darren, Monday, 19 March 2001, you wrote: CD Can anyone give me any pointers on how I can execute queries in MS Access97 CD from PHP and get the results back using either ADO or ODBC? CD Thanks in advance CD Darren Try http://www.phpbuilder.com/columns/siddarth2228.php3 Mark

[PHP-DB] PHP, ADO/ODBC and MS Access 97 Queries

2001-03-19 Thread Christie, Darren
Can anyone give me any pointers on how I can execute queries in MS Access97 from PHP and get the results back using either ADO or ODBC? Thanks in advance Darren -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: