December 2, 2015 at 10:56 am
Hi
wonder if anyone can help me please............
I have a linked access table to a SQL table which is on a different server.
I'm trying to read the linked access table in VBS, but can't find out what connection string to use or how to do it.
Could someone help please ?
Many thanks in advance
December 3, 2015 at 4:17 am
Hi
any help forthcoming ?
December 3, 2015 at 7:25 am
How about this? http://connectionstrings.com/[/url]
_______________________________________________________________
Need help? Help us help you.
Read the article at http://www.sqlservercentral.com/articles/Best+Practices/61537/ for best practices on asking questions.
Need to split a string? Try Jeff Modens splitter http://www.sqlservercentral.com/articles/Tally+Table/72993/.
Cross Tabs and Pivots, Part 1 – Converting Rows to Columns - http://www.sqlservercentral.com/articles/T-SQL/63681/
Cross Tabs and Pivots, Part 2 - Dynamic Cross Tabs - http://www.sqlservercentral.com/articles/Crosstab/65048/
Understanding and Using APPLY (Part 1) - http://www.sqlservercentral.com/articles/APPLY/69953/
Understanding and Using APPLY (Part 2) - http://www.sqlservercentral.com/articles/APPLY/69954/
December 3, 2015 at 8:03 am
Hi thanks SScoach
I can't see anywhere connectionsstrings.com where it gives a connection string from to query a linked SQL table in access
December 3, 2015 at 8:18 am
steve_fowkes_853 (12/3/2015)
Hi thanks SScoachI can't see anywhere connectionsstrings.com where it gives a connection string from to query a linked SQL table in access
It is not exactly clear what you are asking. If you have this table already established as a link table in Access you only need to reference it by name. You don't need to establish a connection to it again.
_______________________________________________________________
Need help? Help us help you.
Read the article at http://www.sqlservercentral.com/articles/Best+Practices/61537/ for best practices on asking questions.
Need to split a string? Try Jeff Modens splitter http://www.sqlservercentral.com/articles/Tally+Table/72993/.
Cross Tabs and Pivots, Part 1 – Converting Rows to Columns - http://www.sqlservercentral.com/articles/T-SQL/63681/
Cross Tabs and Pivots, Part 2 - Dynamic Cross Tabs - http://www.sqlservercentral.com/articles/Crosstab/65048/
Understanding and Using APPLY (Part 1) - http://www.sqlservercentral.com/articles/APPLY/69953/
Understanding and Using APPLY (Part 2) - http://www.sqlservercentral.com/articles/APPLY/69954/
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply