Hi friends,
I’m doing a project in VB to conduct a Quiz competition.
There r 4 rounds in it.
It allows customization .ie; the users can create their own Quiz.
Is it a good idea to dynamically creating databases & tables using code to store the questions & answers for the quiz .?

Any other idea……
Or
How can I open a database already opened exclusively by another user ?
Runtime error 2147467259(80004005) in VB.

Pls help……

Byee….
Robins Antony

you cant open a database when it's in use by another user (the database is "locked" to that user till they release control).
if you were able to both access a database at once then you could seriously screw each other up. that's why you can only access it one at a time. unless you're using SQL which supports multiple user access to a database.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.