Click to See Complete Forum and Search --> : Data environment problems :(
marilyn
Jun 29th, 1999, 05:35 PM
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.
MiSHA
Jun 29th, 1999, 05:45 PM
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 spheretoids@hotmail.com.
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.