Hello!
I am using the rdc-function from the rdc-tutorial:
http://www.b4x.com/android/forum/th...r-rdc-connect-to-any-remote-db.31540/#content
Everthing works well, but i like to use stored procedures from the ms-sql-server. I have defined the call in the config file like this:
sql.select_sp=exec NameOfTheSP
but i receive a "Server-Error". Is it possible to use SP's with this mechanism and if yes, how i can pass parameters to the sp? My SP works well in the Query Analyzer and the return value is a recordset. I like to use Stored Procedures they are simple to implement and i can create my own resultsets with temporare tables, with the generic rdc-mechanism i cannot create "multiple step" sql-querys.
best regards
Hagen
I am using the rdc-function from the rdc-tutorial:
http://www.b4x.com/android/forum/th...r-rdc-connect-to-any-remote-db.31540/#content
Everthing works well, but i like to use stored procedures from the ms-sql-server. I have defined the call in the config file like this:
sql.select_sp=exec NameOfTheSP
but i receive a "Server-Error". Is it possible to use SP's with this mechanism and if yes, how i can pass parameters to the sp? My SP works well in the Query Analyzer and the return value is a recordset. I like to use Stored Procedures they are simple to implement and i can create my own resultsets with temporare tables, with the generic rdc-mechanism i cannot create "multiple step" sql-querys.
best regards
Hagen