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 =...
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.