I developed a visual basic program and database couldn't go with it why??

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • omotoyosi
    New Member
    • Oct 2007
    • 2

    I developed a visual basic program and database couldn't go with it why??

    I developed a visual studio program and after running it , i discovered that the application is not seeing any database.
    Please how can i carry the database along with my application so that it will go with it or is it not possible??
    What do i do pleaseeee!!!!
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    Please specify what is the database that you are using.

    Comment

    • omotoyosi
      New Member
      • Oct 2007
      • 2

      #3
      Originally posted by omotoyosi
      I developed a visual studio program and after running it , i discovered that the application is not seeing any database.
      Please how can i carry the database along with my application so that it will go with it or is it not possible??
      What do i do pleaseeee!!!!
      The database I am using is SQL 2005 {EXPRESS VERSION}

      PLEASE I WANT A PROMPT ANSWER


      THANKS

      Comment

      • QVeen72
        Recognized Expert Top Contributor
        • Oct 2006
        • 1445

        #4
        Hi,

        Database for RDBMS(In ur case SQL 2005 Xpress), has to be installed and Configured seperately.
        You cannot Embed it in VB Program..

        Regards
        Veena

        Comment

        • jamesd0142
          Contributor
          • Sep 2007
          • 471

          #5
          Originally posted by QVeen72
          Hi,

          Database for RDBMS(In ur case SQL 2005 Xpress), has to be installed and Configured seperately.
          You cannot Embed it in VB Program..

          Regards
          Veena
          Hi, i didnt know this was the case. I have done this in sql server 2000. is this a change for the new 2005 version???

          Also do i understand right?
          I'm under the impression that you want to build your finished vb project and have the database you created to be added to the project?

          Comment

          • debasisdas
            Recognized Expert Expert
            • Dec 2006
            • 8119

            #6
            Database must be installed in the target system to run the application.

            Infact you can copy the data with table structure only, any way that must be re-created in the target machine.

            Comment

            Working...