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

How i can get a row? #29

Closed
MarcSky opened this issue May 3, 2016 · 3 comments
Closed

How i can get a row? #29

MarcSky opened this issue May 3, 2016 · 3 comments

Comments

@MarcSky
Copy link

MarcSky commented May 3, 2016

Hello! In my task i need to get rows how assoc array and analize them! I dont know name column i must to get information from row.
This is realy to get row how assoc array key value and analize this array?

@nebojsac
Copy link

nebojsac commented May 3, 2016

Just use getColumns to get the column info, and then getRecord to get the current row and then use getString with the column name to get a specific column.

You can get everything you need with the above and a loop or two.

@MarcSky
Copy link
Author

MarcSky commented May 4, 2016

@nebojsac it's interesting, I'll try.

@luads
Copy link
Owner

luads commented May 9, 2016

Closing the issue since it's more like a question about the lib.

@luads luads closed this as completed May 9, 2016
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

3 participants