Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Create a database when a user logs in for the first time

0 views
Skip to first unread message

dan

unread,
Feb 16, 2005, 11:51:02 PM2/16/05
to
Hi,

Looking for some ideas ? ADO / RDO ?
I need to develope a visual basic application that when a user launches the
application it checks to see if the datase for the user is created if the
user does not have a DATABASE it creates one then creates a table in the
Access Database.

dan

unread,
Feb 17, 2005, 12:35:03 AM2/17/05
to
I found these two examples.

Here are two ADO methods:
http://www.veign.com/vrc_codeview.asp?type=app&id=108
http://www.veign.com/vrc_codeview.asp?type=app&id=22

Are these the best way to create the databases? Or the Zipped up file
method that was mentioned in a previous post?

Gérard Leclercq

unread,
Feb 17, 2005, 7:58:11 AM2/17/05
to
Do not multpost, see my answer in other NG (Ado)

"dan" <d...@discussions.microsoft.com> schreef in bericht
news:047ECD24-AB59-46F8...@microsoft.com...

Veign

unread,
Feb 17, 2005, 11:06:43 AM2/17/05
to

--
Chris Hanscom - Microsoft MVP (VB)
Veign's Resource Center
http://www.veign.com/vrc_main.asp
--

"dan" <d...@discussions.microsoft.com> wrote in message
news:047ECD24-AB59-46F8...@microsoft.com...

Veign

unread,
Feb 17, 2005, 11:09:25 AM2/17/05
to
Those two methods are ADOX methods..

--
Chris Hanscom - Microsoft MVP (VB)
Veign's Resource Center
http://www.veign.com/vrc_main.asp
--

"dan" <d...@discussions.microsoft.com> wrote in message

news:C4352216-599F-4814...@microsoft.com...

Dave

unread,
Feb 17, 2005, 12:04:22 PM2/17/05
to
Dan

It was probably me who mentioned the "Zipped Up" method. It is better if
a) You are already using code to extract for ZIP files.
b) It is a horribly complex database, possibly with some initial data
c) You can't be arsed to write the creation code
d) The db design is not finalized, changing the resource *may* be easier
than altering the code
e) Personal preference - this is tythe most importqant

Of course zipping is not compulsory but it does reduce the size of the EXE
(if you have stuck it in as a resource), you could just have the db as a
seperate file, perhaps rename it and then make a copy when a fresh database
is required.

Dave

"dan" <d...@discussions.microsoft.com> wrote in message
news:C4352216-599F-4814...@microsoft.com...

0 new messages