Hi:

I'm developing a project with VB 6.0 and Access 2000 Database.
I'm using data connection with the string "Provider = Microsoft.Jet.OLEDB.4.0; data source =" & App.Path & "\bd_factura.mdb;" & "Persist Security Info=False" and it works!
But I try to define a data environment connection with the same string and the following message is displayed: "-2147217803(80040e75) The initialization string specifies a provider which does not match the currently active provider"

Can you help me?

Gabynet