Click here to Skip to main content
16,019,768 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i want to develop a quiz software...
criteria is as follow...

database is located at server machine..
all the data must be store at server...

which database may i use???(max 20 machine can access database at same time)
and how to make it client server?
Posted
Comments
[no name] 18-Aug-12 12:10pm    
"which database may i use"... anyone that you want.
"and how to make it client server?"... that makes no sense. It? What is the "it" that you refer to?
Sergey Alexandrovich Kryukov 18-Aug-12 17:32pm    
Any particular reason to mess with VB6? :-)
--SA

Drop the idea about using VB 6, you can use one of the Visual Studio Express 2012[^] editions.

Here is a step by step procedure for you: Building a Quiz Engine 1[^] - this is the first, of several, lessons covering the quiz engine.

Best regards
Espen Harlinn
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 18-Aug-12 12:47pm    
Agree, a 5.
--SA
Espen Harlinn 18-Aug-12 12:48pm    
Thank you, Sergey :-D
Wendelius 19-Aug-12 5:51am    
Fully agree, and a goog link!
Espen Harlinn 19-Aug-12 5:55am    
Thank you, Mika :-D
I fully agree with Espen not to use VB6.

About the database, one quite 'obvious' choice could be SQL Server Express Edition (or bigger edition if you can pay for it). Express Edition is free to use, just registration is required for use in production environment.

Have a look at here: http://www.microsoft.com/sqlserver/en/us/editions/2012-editions/express.aspx[^]
 
Share this answer
 
Comments
Espen Harlinn 19-Aug-12 5:55am    
Good point :-D
Wendelius 19-Aug-12 7:05am    
Thanks :)
Jamal11211 8-Feb-13 4:57am    
I would like to create a Client Server application similar to Webex. Please, share your suggestions.

Jamal.
I would like to create a Client Server application similar to Webex. Please, share your suggestions.

Jamal.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900