数据集问题 [英] Dataset questions

查看:104
本文介绍了数据集问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有两个数据集问题。


  1. 如果我更改数据集中的任何单元格,我如何可以在数据库中更新此更改,使用SQL更新查询?

  2. 如何在调试模式下查看数据集内容(查看数据)?


推荐答案


  1. 如果没有 UPDATE 查询,则无法更新数据库。这就是更新的发生。您可以使用抽象的库,以便您不必在代码中查看查询,但查询仍然必须发生。

  1. You can't update a database without an UPDATE query. That's how updates happen. You can use libraries that abstract this away so that you don't have to see the query in your code, but the query still has to happen.

您可以通过将数据集添加到观察列表并点击小放大镜图标,在调试模式下查看数据集的内容。它打开一个窗口,让您查看数据集中的表。

You can see the contents of a dataset in debug mode by adding it to your watch list and clicking the little magnifying glass icon. It opens up a window that lets you look at the tables in the dataset.

这篇关于数据集问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆