Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: DavidLogue
  • Content: Threads
  • Order by date
  1. DavidLogue

    Can I Raise Event when a collection is Terminated?

    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...
  2. DavidLogue

    Database UserID and Password visible

    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??

Part and Inventory Search

Back
Top