Please tell me how can i create client server architecture in which client must not view the details but server can view all the details?
Software/Hardware used:
visual basic 6 and windows xp
ASKED:
February 4, 2011 9:07 AM
UPDATED:
February 5, 2011 4:23 AM
Details about what ?
What exactly is what you want to do ?
BTW, client-server does not necessarily involve databases. Actually, it doesn’t even require more than one machine.
You will have to provide much more details if you really want to get useful answers.
Carlosdl is right ! I just guessed and posted a standard suggestions (as the asker mentioned for VB 6). Yes, A single computer can act as a client-server. But, a database is required for manipulate data for future purpose. Although if u use Foxpro, which is used as both as Front-end as well as Back-end, just for an example. Though, more details is required to get proper suggestions.
But, a database is required for manipulate data for future purpose.
That requires a definition. A “database” for client-server certainly doesn’t have to be a RDBMS. It doesn’t even need to be a DBMS. Any form of data store that is sufficient for the application can be used. It doesn’t even have to be “files”.
Tom
Please tell me how can i create client server architecture in which
client must not view the details but server can view all the details?
Software/Hardware used:
apache and windows xp
“…view the details…”? Details? What details? Details about what? — Tom