Re: How to call a SELECT-Stored-Procedure with OJB

2006-04-05 Thread Armin Waibel
Hi Christine, [EMAIL PROTECTED] wrote: Hi all, I have a stored procedure (in a SQL-Server-DB) which selects some data from a table in another database (also a SQL-Server-DB) on another server (that is why it has to be a stored procedure). Certainly it can return a vector of rows. I already crea

How to call a SELECT-Stored-Procedure with OJB

2006-04-04 Thread christine . gerstenmayer
Hi all, I have a stored procedure (in a SQL-Server-DB) which selects some data from a table in another database (also a SQL-Server-DB) on another server (that is why it has to be a stored procedure). Certainly it can return a vector of rows. I already created the repository-file for the table-data