Zim Technologies Inc. ODBC Local Driver={Zim Technologies Inc. ODBC Driver 32};Remote=False;Dbq=PathOrDbName;Uid=myUsername;Pwd=myPassword; Remote Driver={Zim Technologies Inc. ODBC Driver 32};Remote=True;Server=server;Host=host;Dbq=PathOrDbName;Uid=myUsername;Pwd=myPassword;
Local Driver={Zim Technologies Inc. ODBC Driver 32};Remote=False;Dbq=PathOrDbName;Uid=myUsername;Pwd=myPassword;
Remote Driver={Zim Technologies Inc. ODBC Driver 32};Remote=True;Server=server;Host=host;Dbq=PathOrDbName;Uid=myUsername;Pwd=myPassword;
.NET Framework Data Provider for ODBC Use an ODBC driver from .NET Driver={any odbc driver's name};OdbcKey1=someValue;OdbcKey2=someValue; See the respective ODBC driver's connection strings options. The .net OdbcConnection will just pass on the connection string to the specified ODBC driver. Read more here.
Use an ODBC driver from .NET Driver={any odbc driver's name};OdbcKey1=someValue;OdbcKey2=someValue; See the respective ODBC driver's connection strings options. The .net OdbcConnection will just pass on the connection string to the specified ODBC driver. Read more here.