DSN less connection to SQL database

Discussion in 'Databases' started by PeterT, Oct 5, 2003.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Is it possible to connect to the SQL via a DSN less connection ie.
    via a numerical ip address
     
  2. yep,

    connection.ConnectionString="driver={SQL server};server=aaa.bbb.ccc.ddd;uid=[YourUser];pwd=[YourPassword];database=[DBname];"

    Replace the values between [] with your values.


    --
    Steurm
    www.steurm.net/steurm
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page