Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to save data from a webform
Message
De
10/12/2008 08:14:52
Deepesh Ms
Alif Technologies India Pvt Ltd
Inde
 
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Versions des environnements
Environment:
ASP.NET
OS:
Windows XP
Network:
Windows 2003 Server
Database:
Oracle
Application:
Web
Divers
Thread ID:
01365474
Message ID:
01366424
Vues:
16
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;
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform