Create View view_Name in sqlite database using c#.net -
i using sqlite database c#. created 1 database having 1 table 26 columns. want create view while reading read view instead of query.
i want create view because while reading database using sqliteadapter.fill() takes 5-6 sec gel entries fields.
so if there other way reduce time or else how create view in c# sqlite.
Comments
Post a Comment