|
-
August 29th, 2001, 12:12 PM
#1
creating linked-tables in Access by code
I need to create a linked table from a table in SQL-server database.
I know it can be done by way of creating a DSN first and then linking using the code
tabledef1.name = "A"
tableDef1.Soucertablename="SQLA"
tabledef1.Connect="ODBC;Driver=SQL Server;......"
But I need to do all this DSN-less..Is it possible.
Please comment on this.I need this info urgent.
Thanks in advance
Anand Sagar
[email protected]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|