Sunday 7 February 2010

Database sharing using Assembly

This is also my first project using Assembly.

It is just a simple application on Serial Communication using Assembly in the Microprocessors course.

Assuming that there is a client PC and another PC that acts as a server. The server has the DBMS installed on it and has all the database needed. In order for the client to get some facts or make some queries on the database, he doesn't need to install the DBMS and take a backup from the database from the server and so.

So the client will make the queries that he want using this application which connects the client and server serially, the server executes the received query through the SQLCMD in a similar way to what is shown in the image:


and the client will get the query result as in the image below or he can receive it in any other way.


The server application is implemented as a TSR (Terminate and Stay Resident) program.

No comments:

Post a Comment