Can I access other server's odbc? -
10-14-2003
, 11:31 PM
As I don't have 2 computers...I can't test it
e.g. can I create a Text ODBC DB on Server A
and access the DB from Server B?
i.e. can I specify the following connection string (from ServerB)?
string myConnection = "Driver={Microsoft Text Driver (*.txt;
*.csv)};DSN=myTestDB;Server=ServerA";
Also
where are the difference between OLE DB and ODBC DB?
thx! |