Hi,
I am designing a 3 tier application in
VB.NET using a DLL in the
business logic layer for actual database connectivity and data transfer.
I would like the DLL to take the call for establishing the connectivity from the solution file and after successfull connection, return a dataset of the actual query specified in the DLL.
The controls on the project solution file just need to set
the datasource to the returned dataset (most preferably via XML file).
So how do i do this.
You can just brief me in short abt the process with short code
bytes for clarification.
Thanks and waiting for ur reply.
OMKAR GHAISAS.