Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

TransferDatabase with NT Authentication

Status
Not open for further replies.

03Explorer

Technical User
Sep 13, 2005
304
0
0
US
How do I use ODBC DSN with out having to code in the username or password. I want the connection to use the NT authentication that was set for the DSN. What is the command line to use for this?

My Current line
Code:
DoCmd.TransferDatabase acImport, "ODBC Database", "ODBC;DSN=CLINICAL_ARTEMIS;UID=;PWD=;LANGUAGE=us_english;" _
    & "DATABASE=CLINICAL_ARTEMIS", acTable, "StudySite", "StudySite"
Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top