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

How to access named pipes using JavaScript in Firefox add-on? -

multithreading - OPAL (Open Phone Abstraction Library) Transport not terminated when reattaching thread? -

node.js - req param returns an empty array -