January 23, 2006 at 4:26 am
Can this code be changed to use the windows Authentication instead of the SQL Server login?
January 23, 2006 at 10:48 am
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odbcsql/od_odbc_c_99yd.asp
lngResult = SQLConfigDataSource(0, _
ODBC_ADD_SYS_DSN, _
"SQL Server", _
"DSN=" & JDS_DSN_name & Chr(0) & _
"Server=" & JDS_Server_name & Chr(0) & _
"Database=SvCvMarketing" & Chr(0) & _
"UseProcForPrepare=Yes" & Chr(0) & _
"Description=MDTS Database" & Chr(0) & _
"Trusted_Connection=yes" & Chr(0) & _
& Chr(0))
January 23, 2006 at 11:37 am
Cheers mate
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply