c# - 如何从数据库中检索项目 C#

标签 c# database oracle

我有三个表“pics”、“shows”、“showpics”。

我希望能够编辑表格“shows”。为此,我需要检索节目中包含的图片(图片存储在“图片”表中)。

“showpics”表充当链接。

有没有人有任何想法,因为我完全迷失了,甚至不知道从哪里开始

最佳答案

我认为您需要了解如何与数据库对话 - 也许是 this tutorial on ADO.NET将是一个很好的起点。

ADO.NET is an object-oriented set of libraries that allows you to interact with data sources. Commonly, the data source is a database, but it could also be a text file, an Excel spreadsheet, or an XML file. For the purposes of this tutorial, we will look at ADO.NET as a way to interact with a data base.

关于c# - 如何从数据库中检索项目 C#,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2472037/

相关文章:

sql - 如何根据单元格中的值创建重复行

c# - 使用 GC.AddMemoryPressure() 防止 OutOfMemoryException?

c# - 将 DBSet 集合作为 bson 文档插入到 Mongodb

c# - 使用未分配的局部变量(插入数据库)

java - 具有一组自身的 Hibernate 映射实体

database - 这属于数据库还是代码?

c# - 我怎样才能在oracle中输出一个参数作为varchar2

c# - 从 c# 到 mongodb 正确插入 DateTime

C# ImapX 2 电子邮件检查代码似乎很慢

java - Oracle Advanced Queue - 消耗率的性能问题