S
SF
Hi,
I have one form for user to login consist of two fields, txtUserName and
txtPassword. I have one button that have the following code.
dim oConn as new ADODB.Connection
dim cnStg as string
cnStg = "Persist Security Info=False;Data Source=LC2000;Integrated
Security=SSPI;Initial Catalog=SFKC;Data Provider=SQLOLEDB.1"
Set oConn = CurrentProject.OpenConnection(cnStg, Me.txtUserName,
Me.txtPassword)
I got error message
SF
I have one form for user to login consist of two fields, txtUserName and
txtPassword. I have one button that have the following code.
dim oConn as new ADODB.Connection
dim cnStg as string
cnStg = "Persist Security Info=False;Data Source=LC2000;Integrated
Security=SSPI;Initial Catalog=SFKC;Data Provider=SQLOLEDB.1"
Set oConn = CurrentProject.OpenConnection(cnStg, Me.txtUserName,
Me.txtPassword)
I got error message
SF