Re: Please Help Me in Visual Basic 6.0 SP6



Yeah, i got an idea like that too..but how the coding?

let me explain a little bit...actually, my application make the user
compulsory to log in. So, my idea is, when the user have a batch of file that
contains many files, they have to choose which folder database they want to
put-in the data. Is it confusing? so sorry...

When we execute the application, the first screen should be a form where a
user can select the database folder and then, the application will use it as
the connection string to connect to the selected database. For information,
the contain of each database folder is same. Example, if we have password
table, user profile table, code table and so on, it will be inside all the
database folder. The different is only the data put-in it.

many thanks in advance..kindly, provide me sample code...

"Michael Cole" wrote:

> d_harry45 wrote:
> > I have an idea where i want my application can choose which database
> > they are going to insert their data in. So, my question is, how can i
> > do that in my programming.
> >
> > As example, let say i've 3 batch of files. 1 batch of files will
> > store in 1 database, and also other two. So, how can i make my user
> > to select their database which one database they have to insert the
> > data?
>
> Bring up a form offering the user the choice of which database, and then
> depending on their choice, connect to that database.
>
> Surely this wasn't the whole of the question, what is missing here?
>
>
> --
> Regards,
>
> Michael Cole
>
>
>
.



Relevant Pages

  • Re: Please Help Me in Visual Basic 6.0 SP6
    ... i'm not meant to ask for a free service here..but i am searching for a ... how to make the connection string to the database as a ... >> will use it as the connection string to connect to the selected ... the contain of each database folder is ...
    (microsoft.public.vb.database)
  • Re: Where is my mdb file
    ... > There is a option to set up a database folder and copy an mdb file to it. ... > It does claim to support FrontPage extensions. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Any Ideas What Might Be Causing This?
    ... database in the database folder the problem occurs. ... have a .bmp file in the database folder called "OCCActionsReg.bmp" ... Bmp in folder where FE resides. ...
    (comp.databases.ms-access)
  • Re: switchboard as startup form
    ... to do was build an Access database that will allow them to schedule the ... totally ignorant of programming. ... Anyway this group has been alot of help. ... > If you also wish to hide the database folder, ...
    (microsoft.public.access.formscoding)
  • Re: dao recordset not updated
    ... I was accessing the actual database I want to connect to. ... The problem is that when I enter text into the DBCombo controls, ... "Michael Cole" wrote: ... Dim str As String ...
    (microsoft.public.vb.database.dao)