PHP odbc_connect Foxpro database -
i'm wondering if it's @ possible connect foxpro database or free table via php odbc_connect
. i've tried other examples doesn't want connect.
if i'm using odbc_connect need put in quotes?
$conn = odbc_connect ('','','');
there no password foxpro database or user associated table. value of $dsn
variable?
this page shows appropriate odbc connection strings vfp, both database , free tables: https://www.connectionstrings.com/visual-foxpro/
Comments
Post a Comment