Busta117 / SQLiteUnityKit

Framework to connect with a SQLite database from Unity for iOS, Android, MAC , Windows
300 stars 77 forks source link

how to read values for a select statement #15

Open gnchishti opened 6 years ago

gnchishti commented 6 years ago

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

Neutrinora commented 5 years ago

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