Forum Moderators: open
I'm going to connect to this using MS Access running locally on an office PC, then query the SQL database.
Just wondering how secure the OLEDB connection is. How easy would it be for someone else to intercept the data?
Thanks in advance.
Al
To secure the data you could tunnel the OleDb connection through SSH. An other option would be to connect directly to the machine rather than passing the data across the Internet.
An other option would be to connect directly to the machine rather than passing the data across the Internet.What are you suggesting there? to just turn up at the hosting company ;)
How do I tunnel the OleDb connection through SSH as mrMister suggests?
Also, If I connected a local copy of SQL server - i.e. SQL Server to SQL Server, would this be any more secure than connecting Access to SQL Server?
An other option would be to connect directly to the machine rather than passing the data across the Internet.
What are you suggesting there? to just turn up at the hosting company ;)
A direct link between two machines, Dial-up would be the cheapest (using point to point protocol). ISDN is another option and some companies do it with leased lines.
[edited by: mrMister at 6:20 pm (utc) on Sep. 14, 2006]