Welcome to dbFreaks.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

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

 
   Database Help (Home) -> Visual Basic RSS
Related Topics:
I need help with some VB or SQL programming for a database. - I need some VB or SQL coding to finish up an access database program. I am trying to choose selected records from an access table based on certain criteria. Example: 2 records needed out of 4 total records and the code should choose the 2 records with.

Shared Database Connection? - I want to use an oracle odbc on my windows server for an I am writing for client The result is I don't want to install the oracle client to get sql*net on every i am running my the program on. What should..

Package & Deployment wizard: Update a database - Dear, I have developed a VB6.0 which uses an access database. I deployed this with the & from Visual Basic, and it works fine. Due to some new I had to add an extra column to..

sql query returns in wrong format - Hi, Hope someone can help me with this. I have MS SQL 2000 database where i have Table and there a column wich is data type All data in this column is in form So why when i run .asp page with simple query to..

arrays - is there a way to the contents of an array (looping through the array) and storing each item in a comma delimited string? Thanks!
Next:  Visual Basic: difference in if and iff handling a null value  
Author Message
dan

External


Since: Feb 16, 2005
Posts: 3



(Msg. 1) Posted: Wed Feb 16, 2005 9:51 pm
Post subject: Create a database when a user logs in for the first time
Archived from groups: microsoft>public>vb>database (more info?)

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.

 >> Stay informed about: Create a database when a user logs in for the first time 
Back to top
Login to vote
dan

External


Since: Feb 16, 2005
Posts: 3



(Msg. 2) Posted: Wed Feb 16, 2005 10:35 pm
Post subject: RE: Create a database when a user logs in for the first time [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I found these two examples.

Here are two ADO methods:
<a style='text-decoration: underline;' href="http://www.veign.com/vrc_codeview.asp?type=app&id=108" target="_blank">http://www.veign.com/vrc_codeview.asp?type=app&id=108</a>
<a style='text-decoration: underline;' href="http://www.veign.com/vrc_codeview.asp?type=app&id=22" target="_blank">http://www.veign.com/vrc_codeview.asp?type=app&id=22</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 
Back to top
Login to vote
user1891

External


Since: Dec 09, 2004
Posts: 8



(Msg. 3) Posted: Thu Feb 17, 2005 8:40 am
Post subject: Re: Create a database when a user logs in for the first time [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Do not multpost, see my answer in other NG (Ado)

"dan" <dan RemoveThis @discussions.microsoft.com> schreef in bericht
news:047ECD24-AB59-46F8-8853-135928D3FB5A@microsoft.com...
 > 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 
Back to top
Login to vote
Veign2

External


Since: Feb 04, 2004
Posts: 123



(Msg. 4) Posted: Thu Feb 17, 2005 12:06 pm
Post subject: Re: Create a database when a user logs in for the first time [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

--
Chris Hanscom - Microsoft MVP (VB)
Veign's Resource Center
<a style='text-decoration: underline;' href="http://www.veign.com/vrc_main.asp" target="_blank">http://www.veign.com/vrc_main.asp</a>
--

"dan" <dan DeleteThis @discussions.microsoft.com> wrote in message
news:047ECD24-AB59-46F8-8853-135928D3FB5A@microsoft.com...
 > 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 
Back to top
Login to vote
Veign2

External


Since: Feb 04, 2004
Posts: 123



(Msg. 5) Posted: Thu Feb 17, 2005 12:09 pm
Post subject: Re: Create a database when a user logs in for the first time [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Those two methods are ADOX methods..

--
Chris Hanscom - Microsoft MVP (VB)
Veign's Resource Center
<a style='text-decoration: underline;' href="http://www.veign.com/vrc_main.asp" target="_blank">http://www.veign.com/vrc_main.asp</a>
--

"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 
Back to top
Login to vote
Dave195

External


Since: Oct 06, 2004
Posts: 2



(Msg. 6) Posted: Thu Feb 17, 2005 6:04 pm
Post subject: Re: Create a database when a user logs in for the first time [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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 
Back to top
Login to vote
Display posts from previous:   
   Database Help (Home) -> Visual Basic All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]