aravindan_v

joined 1 year ago
[โ€“] aravindan_v@programming.dev 1 points 10 months ago

I bet they didn't count the one that's in my heart..

[โ€“] aravindan_v@programming.dev 2 points 11 months ago (1 children)

If you're asking about the information about the number of rows, oracle db clients do that. For nodejs, oracle's library will provide this number in the response to a dml statement execution. So you can retrieve it in your backend code. You have to write additional code to bring this message to the front-end.

https://oracle.github.io/node-oracledb/