H
HungTrinh
Hi All,
I get an error when I use OleDbCommandBuilder.DeriveParameters to
retrieve procedure parameter information. The error is " Retrieving
procedure parameter information is not supported by the
'Microsoft.Jet.OLEDB.4.0' provider". Below is the query in MSAccess:
INSERT INTO TT_Users ( UserName, [Password], DisplayName, RoleID )
VALUES ([@UserName], [@Password], [@DisplayName], [@RoleID]);
Could you tell how to solve this problem?
Thanks,
Hung
I get an error when I use OleDbCommandBuilder.DeriveParameters to
retrieve procedure parameter information. The error is " Retrieving
procedure parameter information is not supported by the
'Microsoft.Jet.OLEDB.4.0' provider". Below is the query in MSAccess:
INSERT INTO TT_Users ( UserName, [Password], DisplayName, RoleID )
VALUES ([@UserName], [@Password], [@DisplayName], [@RoleID]);
Could you tell how to solve this problem?
Thanks,
Hung