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

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -