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 Wanet Telecoms Ltd 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: Syaodzir
  • Content: Threads
  • Order by date
  1. Syaodzir

    dynamically determining the variable name of an object instance

    Is it possible to dynamically determine the variable name of an object instance, e.g, I create an instance of my object: NewObject = new MyObject(); Within the constructor i want to be able to determine that the instance is called "NewObject": function MyObject() { this.name =...
  2. Syaodzir

    Obtaining a list of tables

    I want to be able to display a drop down list of all the tables within a database but am unsure how to go about obtaining the list in CF. It needs to work for Access, mySQL and postgreSQL databases. Any help would be apppreciated. Tnks in advance

Part and Inventory Search

Back
Top