具有可编辑列的表

具有可编辑列的表

问题描述:

大家好,

我想创建一个表(行,列)以显示一些信息.此信息必须是可编辑的(可编辑列).

我是编程的新手,您可以指导我如何进行编程.哪个类适合使用?

谢谢,
Skunkhead:)

Hi guys,

I would like to create a table(row, columns) to show some information. This information must be editable(editable column).

As I''m new to programming, can you guys guide me on how to do this.Which class will be suitable to use?

Thanks,
Skunkhead :)

没有一个特定的类.您将需要很多知识. DDL创建数据库表,DML创建查询.您选择的语言,应用程序类型(Web或Windows),要使用的控件.数据访问方法.业务逻辑.等等,等等.您看到它并不像说我想创建一个表(行,列)以显示一些信息"那样简单.
There is no one particular class for this. You will need many pieces of knowledge. DDL to create the database table, DML to create the queries. The language of your choice, the type of application (Web or Windows), the control(s) to be used. The data access method. The business logic. etc, etc. You see it is just not as simple as saying "I would like to create a table(row, columns) to show some information."