Cannot create a table without columns error Xamarin SQLite

后端 未结 1 1684
一生所求
一生所求 2021-01-28 13:30

I am trying to use a local SQLite database in my Xamarin application, I\'ve been following this tutorial: https://docs.microsoft.com/en-us/xamarin/get-started/tutorials/local-da

1条回答
  •  时光说笑
    2021-01-28 13:41

    I do one sample about loading data from sqlite database, you download it from github, I have no issue, I use sqlite-net-pcl 1.6.258-beta version and xamarin.forms 3.4 version.

    https://github.com/CherryBu/Sqlite-Listview

    You cam also take a look the following article about detailed info:

    https://www.c-sharpcorner.com/article/xamarin-forms-sqlite-database-crud-operations2/

    0 讨论(0)
提交回复
热议问题