Re: Runtime error '3706'

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



More info
are you using the same code work elsewhere, but works?
are you opening multiple pages?
Did a google or MSDN search show up fixes that didn't work?
That sort of thing.
what is the everything in
"but everything I have tried has not worked"

Argusy





baked potato wrote:
Hi,

When i run my program and go to my add new record page, i get runtime error '3706'. I know it has something to do with the connection to the database but everything i have tried has not worked. I am using VB6 with an access97 database. This is the bit of code that it debug's:

cn.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0.8618.0;" & "DataSource=c:my documents\Audit.mdb
cn.Open

Could anyone help at all??

.