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 to read values for a select statement #15

Open
gnchishti opened this issue Apr 17, 2018 · 1 comment
Open

how to read values for a select statement #15

gnchishti opened this issue Apr 17, 2018 · 1 comment

Comments

@gnchishti
Copy link

DataTable.Rows [0]["ColumName"] not returning expected value.

@Neutrinora
Copy link

You might be not including all fields in query
try using
SELECT *FROM <table_name>
instead of
SELECT <column_names> FROM <table_name>

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

2 participants