column information from query
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
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.
yep, thanks in advance (y)
Yes, in addition to type and length/size fields, I think column names would be a great addition
+1 Yeah I need type and column names also, thanks in advance :smile:
Yes it's a great idea! If a query doesn't return any data I cannot guess field types and names. :+1: