G
Guest
hey all,
i have a MustInherit class and a derived class. is it possible to have a
shared method in the base class and use it?
Note: this is not working for me but just going to explain.
i have a base class that has a shared function that returns a connection
string for a datasource. is there a way for the derived class to use that?
when i try me.connStr it says i have to instantiate it.
thanks,
rodchar
i have a MustInherit class and a derived class. is it possible to have a
shared method in the base class and use it?
Note: this is not working for me but just going to explain.
i have a base class that has a shared function that returns a connection
string for a datasource. is there a way for the derived class to use that?
when i try me.connStr it says i have to instantiate it.
thanks,
rodchar