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

Popular posts from this blog

mysql - java.sql.SQLException Parameter index out of range (1 > number of parameters, which is 0) -

c - ALSA programming: how to stop immediately -