A
Amanda
Let me see if I can explain this correctly.
In VB.NET, I want to call classes based on a recordset I get back from
a SQL Server database.
Basically, I have a value sending in a table called
cls.CallFunction(strParameter).
In VB.NET cls.CallFunction is a class and a function in my code.
How do I convert my recordset value (cls.CallFunction (strParameter))
into a string value that will actually call the function.
Gosh, I hope that makes sense, and I didn't sound like a complete
idiot
Please respond back to this post
Thanks!
In VB.NET, I want to call classes based on a recordset I get back from
a SQL Server database.
Basically, I have a value sending in a table called
cls.CallFunction(strParameter).
In VB.NET cls.CallFunction is a class and a function in my code.
How do I convert my recordset value (cls.CallFunction (strParameter))
into a string value that will actually call the function.
Gosh, I hope that makes sense, and I didn't sound like a complete
idiot
Please respond back to this post

Thanks!