Hi,
I am accessing 2 DLLs from my app.
In one DLL i am defining an interface to make a DBConnection using
getConnection method and the other DLL has the interface
UpdateDB() which updates the database.
My app uses these two dlls to perform DBConnection first followed
by UpdateDB.
I like to know if this works, if so can some one point me to a location
where i can find something like this.
Please help.
Regards
Venkat