Phillipclan
Technical User
I have the following script which allows users to connect to databases, but I wish to use a higher security as to allow them, this I have set up in SQL Logins but want to transfer this to the script how can i do this?
'FBLSLDB Connection string
strConn = "Provider=SQLOLEDB;Data Provider=SQLNCLI;Data Source=FBLSLDB;" & _
"Initial Catalog=Live_App;User Id=Crystal;Password=Crystal"
Dont want them to use Crystal - Crystal.
Your help is apreciated.
PS: Only just started using VB.
'FBLSLDB Connection string
strConn = "Provider=SQLOLEDB;Data Provider=SQLNCLI;Data Source=FBLSLDB;" & _
"Initial Catalog=Live_App;User Id=Crystal;Password=Crystal"
Dont want them to use Crystal - Crystal.
Your help is apreciated.
PS: Only just started using VB.