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.
Printable View
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.
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].