SQLiteUnityKit icon indicating copy to clipboard operation
SQLiteUnityKit copied to clipboard

how to read values for a select statement

Open gnchishti opened this issue 6 years ago • 1 comments

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

gnchishti avatar Apr 17 '18 17:04 gnchishti

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

Neutrinora avatar Mar 09 '19 13:03 Neutrinora