Hi,
My company is concerned that if I even query data on a SQL Server through linktables that I can be changing the data in some way on the SQL Server. Now I amnot talking about ADD, update, or delete queries; I know these would change thedata naturally.
I am wondering how queries work when I create a query that queries a table thatis linked to SQL Server through MS Access that is using a linked table. Myunderstanding is that because Access is a file based system, it is bringing thetable data down to be viewed in Access and that is it. AM I right in myunderstanding here?
Also if I am right, does it make a difference if we are talking about a passthrough query or doing this through DAO, ADO in VBA code. Thant is if I am writing SQL to just view data can I do an harm to the data in some way here?
Thank you