Skip to Content
0
Former Member
Sep 22, 2008 at 06:23 AM

Reg Dynamic class instance creation

154 Views

Hi all,

I want to create a instance for a class inside the program, but i know class name dynamically that reside inside a table.

select Classname from <table name> into <classname>.

create object <classname>->variable that got form select query.

we have any alternative solution for this.

Reg,

Hariharan