Hi.
I try using mysql with SharpDevelop Ide.
I addin a Windows Application Project
- Connection
- CommandSelect
- DataAdapter (using CommandSelect)
- DataSet (with DataAdapter fill during initialize event)
- BindingSource using Datasaet
- Grid using DataSet
But I can't define DataMember to 1 table of my DB in BindingSource and Grid.
If I run my application I can select my Table into grid, but i need Table is fix to 1 table of my db.
Second step will to set UpdateCommand using parameters, if i define anyone can't compile project.
Any help?