Get cursor #443
-
Hi. How do I get a cursor from the DB? I tried something like this, but it doesn't work
This works, but I have to create a new connection:
Jose |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
@josejachuf Also, mind that |
Beta Was this translation helpful? Give feedback.
-
This works fine (without using the Emmett data layer)
Using Emmett Database
This if I execute it directly in PostgreSql works fine, there is no error
using db._adapter.cursor
|
Beta Was this translation helpful? Give feedback.
-
Thanks @gi0baro This works fine:
Using executesql not works for me. I am going to try some more things and notify you, but with the cursor with the connection it is useful to me |
Beta Was this translation helpful? Give feedback.
Thanks @gi0baro
This works fine:
Using executesql not works for me. I am going to try some more things and notify you, but with the cursor with the connection it is useful to me