Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to save data from a webform
Message
From
10/12/2008 08:14:52
Deepesh Ms
Alif Technologies India Pvt Ltd
India
 
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Environment versions
Environment:
ASP.NET
OS:
Windows XP
Network:
Windows 2003 Server
Database:
Oracle
Application:
Web
Miscellaneous
Thread ID:
01365474
Message ID:
01366424
Views:
14
hi

The 'GetEmptyDataset()' is not working in mm.net 3.5 version.I am getting an error like this
'PLS-00306: wrong number or types of arguments in call to 'PROC_USER_SELECT''
When I debug through the mm.net framework code ,the error occurred in the following function

public override DataSet GetEmptyDataSetBySproc(DataSet ds, string tableName, string schema, string sprocName, DataTable sprocParamsTable)
{}

My database is oracle 11g and the mm.net business layer generated select stored procedure is like this

create or replace PROCEDURE PROC_USERS_SELECT
(
prRC OUT SYS_REFCURSOR
)
IS
BEGIN
OPEN prRC FOR
SELECT USERPK ,
USERID
FROM USERS;
END PROC_USERS_SELECT;
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform