Getting A Database From Access

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lee123
    Contributor
    • Feb 2007
    • 556

    #1

    Getting A Database From Access

    Hi The I Would Like To Know How I Can Include My Access Database Using Visual Basic And Then Package It All Up -
    If This Is A Fair Question.
  • willakawill
    Top Contributor
    • Oct 2006
    • 1646

    #2
    Hi. Normally database code is handled through ADO objects. If you google 'vb ado tutorial' you will get plenty to read up on. Good luck.

    Comment

    • vijaydiwakar
      Contributor
      • Feb 2007
      • 579

      #3
      Originally posted by lee123
      Hi The I Would Like To Know How I Can Include My Access Database Using Visual Basic And Then Package It All Up -
      If This Is A Fair Question.
      for package and deployment wazard u 've to go to Add ins click on package and deployment wizard and then follow the steps given there
      it will ask u for single or multiple cab file then go for single cab
      it will create a package folder containing all neccesary files for setup
      try it if not then ask again

      Comment

      • lee123
        Contributor
        • Feb 2007
        • 556

        #4
        and where do i find this in access or visual b

        Comment

        • Dököll
          Recognized Expert Top Contributor
          • Nov 2006
          • 2379

          #5
          A tutorial should help you rather nicely, if you want to spend some time to look through a good one. As previouly mentioned, Google is a good search engine for this type of stuff, I'd try for your VB GUI...

          Here's a search through Google re: Access Back-end Deployment:

          http://msdn2.microsoft .com/en-us/library/aa662933(office .11).aspx

          Good luck!

          Comment

          Working...