Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get record, not by column. #142

Closed
mrwaynedev opened this issue Jul 9, 2020 · 2 comments
Closed

Get record, not by column. #142

mrwaynedev opened this issue Jul 9, 2020 · 2 comments
Labels

Comments

@mrwaynedev
Copy link

I've been working on a project in which we use odpi-c to fetch data and use it as plain text.
I've seen that in odpi-c the data is only accessed by position (column), also that I 've to define n variables for each column.
Would you be so kind as to tell me if there is any way to fetch the record directly? something like dpi_stmt_get_record?

thanks!!!

@anthony-tuininga
Copy link
Member

There is no way currently to fetch into a structure. Each column is managed independently. If that is something you would like to see you can change this to an enhancement request!

@mrwaynedev
Copy link
Author

Thanks for the answer. I'd like to see that, so I'll create the enhancement request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants