how do i provide userid n password to logon to a database for SQLClient
Women ...r like tea bags, you neva know how strong they really r untill u put them in hot water Huzefa Yousuf Software Engineer Verticity Inc. +92-345-2235303 [email protected]
It should be part of your connection string. Code: Dim conn As New SQLConnection("server=SomeHostMachine;UID=xxxx;PWD=xxxx;database=SomeDB")
Dim conn As New SQLConnection("server=SomeHostMachine;UID=xxxx;PWD=xxxx;database=SomeDB")
Laugh, and the world laughs with you. Cry, and you just water down your vodka. Take credit, not responsibility
don't u think it's kind of funny? lol... when u open the code, u can see the pass, right? lol.. hm...
Forum Rules