Question by
bimbimsalabim · Jan 18, 2018 at 09:56 PM ·
androiddatabasesqlite
How To Read data in SQLite4Unity3D using IDataReade?
I am new to working with databases and am using SQLite4Unity3D since it works with android. Before I used just SQLite3 and I was using IDataReader
but since i switched i cannot seem to find a way to do this as it uses different code. I need to read read a table and add it to a list using while (reader.Read())
does anyone know how to do this?
Comment