visual basic Data Control

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • visualbasic1111
    New Member
    • Nov 2007
    • 27

    visual basic Data Control

    hello,
    I am a Bsc III yr student and I am working on a project of visual basic for our college's Library Management.

    My problem is -
    After using ADO data control in visual basic, when I run my application on my computer it worked without any problem. But, when I run the same Application on another computer I get an error message that 'visual basic can not find the Database File' I tried to give the changed path of Database file in 'DataBaseName property' but the problem is occuring.

    What can be the solution of this problem?Please help Me.
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    The problem is self describing. You need to specify the path correctly.

    Comment

    • visualbasic1111
      New Member
      • Nov 2007
      • 27

      #3
      Originally posted by debasisdas
      The problem is self describing. You need to specify the path correctly.
      Thank you.

      Hello, sir

      Could u tell me what is the path used.Is it path for ms access application or file created in ms access

      Plz ur guidence will help me a Lot.

      Comment

      • lotus18
        Contributor
        • Nov 2007
        • 865

        #4
        Originally posted by visualbasic1111
        Thank you.

        Hello, sir

        Could u tell me what is the path used.Is it path for ms access application or file created in ms access

        Plz ur guidence will help me a Lot.
        HI visualbasic1111

        You need to copy the path of your ms access where it resides. You need to change all your adodc connection properties. By the way, what source of adodc connection are you using?

        Comment

        Working...