当我启动SQLite时,我总是使用adapter.Update()
将数据发布到SQLite表。这很好用。
在过去一个月左右的时间里,我一直试图让adapter.Update()
工作,尽管搜索时间很长,但没有成功。
我打开连接,创建命令,创建适配器,然后<div class="table-responsive">
<div id="dataTables-example_wrapper"
class="dataTables_wrapper form-inline" role="grid">
<table
class="table table-striped table-bordered table-hover dataTable no-footer"
id="matable"
aria-describedby="dataTables-example_info">
<thead>
<tr>
<th>Libellé planing</th>
<th>Nom de la classe</th>
<th>Actions</th>
</tr>
</thead>
</table>
</div>
</div>
不起作用。
非常感谢解决可能是一个简单的问题。
答案 0 :(得分:0)
发布你的代码,或者你可以测试我的并比较,你做错了什么。
SQLite示例(使用DataReader,EF和Simple.Data) https://github.com/zchpit/SQLiteSamples
SQLite mono示例(使用DataReader) https://github.com/zchpit/SqliteMonoSample