M
Marco Frontini
I had a strange error in asp.net when try to execute a simple select
statement like "Select * From ViewName" if the stored view contains a where
clause.
The connection is made on Access database using System.Data.OleDb objects
and Jet 4.0 oledb provider.
The same code works fine in windows forms application.
Removing the where clause from the stored view or adding ASPNET user into
"Power Users" or "Administrators" groups, all works also in asp.net.
My first idea was a security/permission problem, but is strange that all
works properly without the where clause.
The error happens on Win xp sp2 with .NET 1.1 sp1 and don't happens on Win
xp sp1 with .NET 1.1 sp1.
???????
Any ideas?
Thanks so much for your help, Marco.
statement like "Select * From ViewName" if the stored view contains a where
clause.
The connection is made on Access database using System.Data.OleDb objects
and Jet 4.0 oledb provider.
The same code works fine in windows forms application.
Removing the where clause from the stored view or adding ASPNET user into
"Power Users" or "Administrators" groups, all works also in asp.net.
My first idea was a security/permission problem, but is strange that all
works properly without the where clause.
The error happens on Win xp sp2 with .NET 1.1 sp1 and don't happens on Win
xp sp1 with .NET 1.1 sp1.
???????
Any ideas?
Thanks so much for your help, Marco.