Ref: thread1252-1087450
I have multiple users accessing an Access.MDB via remote view in my Foxpro.DBC - work great, except I keep having to explain how to create ODBC connections to users :-(
Is it possible to check if a connect exists on a workstation, if not create it (knowing where the .MDB file is) ?
I've been trying various things like:
CREATE CONNECTION MyStockManager CONNSTRING SQLSTRINGCONNECT("Driver={Microsoft Access Driver (*.mdb)};Dbq="+(lcMDBFile)+";Uid=Admin;Pwd=;")
I want to avoid users having to create this ODBC connection themselves.
Thanks!
I have multiple users accessing an Access.MDB via remote view in my Foxpro.DBC - work great, except I keep having to explain how to create ODBC connections to users :-(
Is it possible to check if a connect exists on a workstation, if not create it (knowing where the .MDB file is) ?
I've been trying various things like:
CREATE CONNECTION MyStockManager CONNSTRING SQLSTRINGCONNECT("Driver={Microsoft Access Driver (*.mdb)};Dbq="+(lcMDBFile)+";Uid=Admin;Pwd=;")
I want to avoid users having to create this ODBC connection themselves.
Thanks!