DavidLogue
Programmer
Hi,
I use dsn-less connections in my VB code to connect to SQL Server. Using
With AdoCon
.ConnectionString = ConStr
.Open
End With
But if I look at the compiled code through notepad then the connection string including the username and password are visible.
Any ideas on how to hide this??
I use dsn-less connections in my VB code to connect to SQL Server. Using
With AdoCon
.ConnectionString = ConStr
.Open
End With
But if I look at the compiled code through notepad then the connection string including the username and password are visible.
Any ideas on how to hide this??