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 bkrike 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: EmmeS
  • Content: Threads
  • Order by date
  1. EmmeS

    Multiple users with VS.Net and Sourcesafe

    We in the process of converting some of our classic .asp to asp.net. Currently, we are using visual interdev but will be moving to vs.net. I have a few questions: 1) You can edit/debug/test classic asp modules in vs.net. Has anyone ever had any problems with this? Or any helpful hints? 2)...
  2. EmmeS

    pass variable from class module to class module

    Hello. Does anyone know an eays way to pass variables from a class module to another class module. For instance a logon id, or some other information. Even pass a connection object? Thanks! ;-) EmmeS.
  3. EmmeS

    pooling ado.net connections

    Here's a ado.net pooling question.... I have written a class that returns data using ado.net. Each time I read the database, the connection is re-opened and closed. Are these connections pooled together somehow so if I try to open it up again the connection is really "open"? I'm...
  4. EmmeS

    2 questions

    I am coverting a classic asp intranet site to asp.net. The site relies heavily on class modules, but they are not very well formed. Here are some questions: 1) There are a few variables that are defined at the top of the .asp page, but used in many many class modules. These variables are not...

Part and Inventory Search

Back
Top