Results 1 to 2 of 2

Thread: Data environment problems :(

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 1999
    Posts
    12

    Post

    my project worked fine until recently. Now the reports can't seem to access the database. Whenever I try to look at properties of a connection or add a connection, VB just 'goes away' and I have to re-open it
    any help will be greatly appreciated.

  2. #2
    New Member
    Join Date
    Jun 1999
    Location
    Puerto Rico
    Posts
    3

    Post

    Check this tips if this help you...
    ---------------------------------------------

    All i do it's re-directing the location of the database. like this:

    --[CODE]---
    envCertificate.AIG.ConnectionString = "Provider=Microsoft.Jet.OLEDB.3.51;Persist Security Info=False;Data Source=" & App.Path & "\database\temp_data.mdb;Mode=Read|Write"
    ---[END]---

    If this does not work let me know my e-mail it's [email protected].

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width