Hi

I am working on a Application for a workgroup. What I want is to designate a separate computer for teh DATABASE. While a DLL for validation and sending/receiving the data to/from the DATABASE.

Question No. 1 .

How can I tell the DLL that what data to validate, to which recordset Data has to saved, and from which recordset auto generation of Record ID has to be done ? Means how to send data from a form to a DLL that will check the validity and send that to DB ?

Question No. 2.

What I will have to do If i designate a separate computer for DLL stuffs to be act as Business Rules Tier ?