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

column information from query #91

Open
Gary-Ascuy opened this issue Jul 31, 2015 · 5 comments
Open

column information from query #91

Gary-Ascuy opened this issue Jul 31, 2015 · 5 comments

Comments

@Gary-Ascuy
Copy link

Is there a way to retrieve all column information for a statement (SQLHSTMT hStmt) in nodejs API, I think this would be helpful expose that information

@wankdanker
Copy link
Collaborator

It is not currently exposed but is a great idea. Is there anything specific you are looking for? I think data type, length/size would be helpful.

@Gary-Ascuy
Copy link
Author

yep, thanks in advance (y)

@Gary-Ascuy
Copy link
Author

Yes, in addition to type and length/size fields, I think column names would be a great addition

@Zilev
Copy link

Zilev commented Aug 19, 2015

+1 Yeah I need type and column names also, thanks in advance 😄

@mtrezzi
Copy link

mtrezzi commented Apr 29, 2016

Yes it's a great idea!
If a query doesn't return any data I cannot guess field types and names.
👍

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

No branches or pull requests

4 participants