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" <dan DeleteThis @discussions.microsoft.com> wrote in message
news:C4352216-599F-4814-960E-E4E77AD522D0@microsoft.com...
>I found these two examples.
>
> Here are two ADO methods:
<font color=purple> > <a style='text-decoration: underline;' href="http://www.veign.com/vrc_codeview.asp?type=app&id=108</font" target="_blank">http://www.veign.com/vrc_codeview.asp?type=app&id=108</font</a>>
<font color=purple> > <a style='text-decoration: underline;' href="http://www.veign.com/vrc_codeview.asp?type=app&id=22</font" target="_blank">http://www.veign.com/vrc_codeview.asp?type=app&id=22</font</a>>
>
> Are these the best way to create the databases? Or the Zipped up file
> method that was mentioned in a previous post?
>
>
>
> "dan" wrote:
>
>> 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.
>><!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: Create a database when a user logs in for the first time