Link SQL Server Table Into Access
问题 I found code here: Update linked tables in MS Access Database with C# programatically That will re-link a table, but how do you actually Link the table and change the name from what it is titled in SQL Server? I have gotten some pretty rough code started, but am getting hung-up on the parameters... Microsoft.Office.Interop.Access.Application docacc = new Microsoft.Office.Interop.Access.Application(); docacc.DoCmd.TransferDatabase(AcDataTransferType.acLink EDIT -- Access 2003 - and I want to