Often we get a problem where the database is on a different machine than the application which needs the data.
MS SQL Server can handle servernames and IP's and so on and works fine.
Problem is when i use the ODBC OleDB part i am depending on the driver choosen to allow me access to a remote computer.
Isn't there an overall way to do this, in fact fooling the driver?
Vpn with some ODBC bridge or similar comes to mind..?
?
MS SQL Server can handle servernames and IP's and so on and works fine.
Problem is when i use the ODBC OleDB part i am depending on the driver choosen to allow me access to a remote computer.
Isn't there an overall way to do this, in fact fooling the driver?
Vpn with some ODBC bridge or similar comes to mind..?
?
Comment