hello expert
i want to connect sql server with password but it is producing the login failed
and when i access the sql server which has no password it is connecting
both of them are on my lan Network
my code is
con.Open "Driver={SQ L Server};Server= " & txtserver & ";Database=mast er;Uid=sa;Pwd=u kvulcan"
i want to connect sql server with password but it is producing the login failed
and when i access the sql server which has no password it is connecting
both of them are on my lan Network
my code is
con.Open "Driver={SQ L Server};Server= " & txtserver & ";Database=mast er;Uid=sa;Pwd=u kvulcan"
Comment