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

    Graph32.ocx doesnt work in Nt?

    Has anyone got a vb4-32 program using the vb graph component actually working? I converted a vb4 16 bit app to vb 4 32 bit and now it errors when any graph operations carried out. strangely, i seem to be the only person in the world with this problem... (apart from the users of the app!)
  2. JonesMone

    Programming style with open/close database

    In my recent application i have a collection of routines that all open then close one of three databases. eg sub routine1 open database open query get Query into an Array close query close database end sub a reviewer of the code complained this was inefficient and bad style...
  3. JonesMone

    logged on user name in vb6?

    I used to pick up the user name from an environment variable in windows 95/98 but this doesnt work in win2000. Do you know of an simple solution to finding out who is logged in to workstation?(i have some sort of solution involving reams of code calling the api, yuck)...
  4. JonesMone

    Does Access do subqueries in 'real' SQL?

    I have found using simple queries in Access, then using a final query to pull the data together the only way to solve some problems. But how can this be represented in SQL for outside access without using a stored query? the SQL that Access shows wont work, because the named queries take...
  5. JonesMone

    Sub Queries in Access SQL?

    I have found using simple queries in Access, then using a final query to pull the data together the only way to solve some problems. But how can this be represented in SQL for outside access? the SQL Access shows wont work, because the simple queries take parameters themselves. looks like a...

Part and Inventory Search

Back
Top