thankgodfortektips
Programmer
Hi All,
I have a recordset which I am calling which will return some data, but will also return the name of a function that will need to be run, depending on the data retreived from the DB.
So Table1
FieldID FunctionName
1 FillDescription1()
2 FillDescription2()
3 FillDescription1()
4 FillDescription3()
So the problem I am having is that I have all the data there, but I cant call the function based of the FunctionName value. I am assuming it is because the ASP code is returning a char value, but I need to use that to then call a function.
Does anyone know how to do this?
Thanks in advance!
I have a recordset which I am calling which will return some data, but will also return the name of a function that will need to be run, depending on the data retreived from the DB.
So Table1
FieldID FunctionName
1 FillDescription1()
2 FillDescription2()
3 FillDescription1()
4 FillDescription3()
So the problem I am having is that I have all the data there, but I cant call the function based of the FunctionName value. I am assuming it is because the ASP code is returning a char value, but I need to use that to then call a function.
Does anyone know how to do this?
Thanks in advance!