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 gkittelson 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: *

  1. virmaior

    Temporary tables and mysql_pconnect

    I tried using the same idea. The problem with what you are trying to do is that temporary tables are only linked to one mysql link. And just by pconnecting you don't guarantee that you get the same link when you call pconnect in the second page. So far, I haven't found any way around this...
  2. virmaior

    Getting a handle on open instances of Excel

    once you have the excel object just add this line of code to remove the "Save" messages fixing xlbo's code: Function myExcel() as Excel.Application Dim x as object On error goto New Set x = GetObject(,"Excel.Application") goto AlreadyOpen New: Set x =...

Part and Inventory Search

Back
Top