Setup:
I have an Access database at "c:\record.mdb" with a table named "records".
I used the Upsizing Wizard to upload the records table to the SQL Server "sql_server" in the database "recordSQL" using "login_id" and "password". No trusted connection.
This created the linked table "dbo_records" in my Access database.
How do I connect to this table in C# I have tried all kinds of connection strings without success.
Thanks.

Connecting to a linked table in Access