Hi,
I have defined two events in a collection as follows...
Public Event NewObject(mcount As Integer)
Public Event KillObject(mcount As Integer)
Private mCol As Collection
These are raised in the class (collection) at
1) Public Function Add(...
...
If Len(sKey) = 0 Then...
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??
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.