database - Add mysql table column dynamically -


how add table column in mysql dynamically?

i have vb6 code , mysql database.

suppose want enter new column in textbox value of textbox column in mysql.

is possible? how achieve one?

see alter table command that.

but not great idea alter db structure client application.

if have to, means db not designed.

you can have dynamic data structure presented in statically structured db tables set using relationships between tables.


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -