Hi,
I'm having big problems and I hope someone can help as this is driving me nuts.
In a windows 2000 environment everything works fine when the user is an administrator. However when they are just a user things go wrong and I have no idea why.
I'm using a Datacombo linked to an ADODC data control.
The connection string is:
"Provider=Microsoft.Jet.OLEDB.4.0;Persist Security Info=False;Data Source=" & gDBName
And the record source is a select statement.
The Datacombo refuses to show any data.
I'm using the same datacontrols and connection methods with the TrueGrid control elsewhere in the project and these populate just fine!
Any ideas?
We've tried setting full control to the data directories and the windows directory for the user with no luck.
Cheers
Marc
I'm having big problems and I hope someone can help as this is driving me nuts.
In a windows 2000 environment everything works fine when the user is an administrator. However when they are just a user things go wrong and I have no idea why.
I'm using a Datacombo linked to an ADODC data control.
The connection string is:
"Provider=Microsoft.Jet.OLEDB.4.0;Persist Security Info=False;Data Source=" & gDBName
And the record source is a select statement.
The Datacombo refuses to show any data.
I'm using the same datacontrols and connection methods with the TrueGrid control elsewhere in the project and these populate just fine!
Any ideas?
We've tried setting full control to the data directories and the windows directory for the user with no luck.
Cheers
Marc