PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Oracle cursors via OLEDB - how?
Oracle cursors via OLEDB - how?
Débuté par Arie Mars, 28 fév. 2008 14:46 - Aucune réponse
Posté le 28 février 2008 - 14:46
Hi,

I'm using WD11 and OLEDB accessing an Oracle DB (V8). That works, using the Oracle OLEBD provider and even the Microsoft OLEDB provider.

Now I want to call a stored proc (sitting in a package), which returns a REF CURSOR. I tried a function returning a cursor and I tried to return the cursor as one of the functions OUT-parameters.

It seems I (or WD) can't bind the cursor to QRY1.

Arie