Hi. does anyone know how to save the combobox selected Index like(0,1,2,3) in mysql database by combobox as INTEGER?
Please help me..!

Recommended Answers

All 2 Replies

Just to clarify,

Do you need to "update" an existing record in a table in your MySql database, or you need to insert a new record with this info?

Has the record a unique identifier (or primary key)? How is the design ot the MySql table and relations (if any)?

Did you already wrote some thing related to this? (if yes, please post here)

Thaks in advance for your feedback.

I want to insert the combobox selected value in mysql...
just like (0,1,2,3) it will be save int intger value...

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.