hello touseef..welcome 2 merawindows.....
cif u want 2create db on client machinesu can use ADO.NET disconnected ARCHITECTURE.
.net provides best support for ado.net in dc architecture.
here we copy the data friom the server to client machine and then we close the lineof connection and after it we do our further operations over the database on local machine.
Data is transferred in XML format from Server to client.
we make runtime database on machiner on which we wana run database.This is called Dataset.thus client machine databwase is called Dataset and u can use it for faster execution of the web access operations.
for coding u can ask me .....