Hi all,
Is there a way to open Mssql database file foo.sdf on desktop, not through the Mssql server or ODBC source,
suppose the codes like below:
$link = open_datafile('uri:file:///somepath/foo.sdf');
$query_result = query('some sql query',$link);

thanks for your help :D

--
get along unaided.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to