Hi All,

I'm trying to find a way to display a table to the user using mySQL DB.

[better then the DataGrid View]

The table should have options to merge cells for related items and to embed buttons in the cells.

Thanks for your help.

Welcome,

Use desc tableName to list the structure of table and use SELECT * FROM tableName to list rows.

I'm referring to the Visual display of the Data.

I would like to display to the user a table from the SQL "select" statement, and to embed a button in the beginning of ever record.
So when the user ends to process this record he press the button which will archive the record.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.