Does anyone know of any issues or risks that may be encountered using Access 2010 linked tables to update, insert and delete records from the Oracle tables?
Does anyone know how and when the session to the Oracle database is released when using the Access 2010 linked tables?
I am testing...
With the join syntax used below is "k" a temporary table? What is 'k' and 'd'and how and where is it stored?
Code example:
select x.name, x.addressl1, x.city
into #temptable
from server.SQLServer.database.tablename x
join (
select name, addressl1, city, count(*) as instances
from...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.