HI
I'm using MySQL 5 and VS 2008, I have created a dataset and a dataadapter. In the dataadapter you need to make the conntection to the MySQL server, one of the fileds are Server name: to get t...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23362...
Hi
I have created a dataset (xsd file) in the designer I add a dataadapter. I add the select query in the wizard, When the wizard is done I have a datset with all columns and a select and insert...
http://www.experts-exchange.com/Microsoft/Development/.NET/Q_23371069.html
Hi..
When creating a DataAdapter the Select and Insert query is build but not the Update and Delete.
I'm using a MySQL server. Any tips why..?
http://www.experts-exchange.com/Microsoft/Development/.NET/Q_23379924.html
Hi
I have a lot of records listed in a table. The user clicks on a record he wants to view, that record is now listed in 60 different textboxes.
What I do now is loop thru the dataset and set...
http://www.experts-exchange.com/Microsoft/Development/.NET/Q_23460517.html
Hi.
I need some help with making a DatBinidng with my picturebox to BLOB field in my MySQL table.
I have a picturebox that is called PictureEditEmploy this is bind with my dataset column "Ima...
http://www.experts-exchange.com/Database/MySQL/Q_23467034.html
Hi need some help with DataBinding
I have several controls that are using DataBinding.
This works:
1: I get all data to my dataset with SELECT * FROM tbl_employed
'// Get all data f...
http://www.experts-exchange.com/Microsoft/Development/.NET/Q_23467148.html
Hi
I have a combobox that I use databinding on.
Me.cboEmploymentCondition.DataBindings.Add(New System.Windows.Forms.Binding("Text", m_tbl_BindingSourceEmployed, "EmploymentCondition", True))...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23469...
Hi I use these function to indicate I have a dirty form,
All works ok excepet that the DataBindong is triggering the events when I change the tab in my form
I have 3 tabs with controls on, an...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23469...
Hi
I'm trying to fix the code so I can Insert a image from a picture box to a BLOB filed in my MySQL table
and also read the Image from the BLOB filed and put it back to the picturebox.
thi...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23484...
Hi
I'm trying to fix my code so I can Insert a image from a picture box to a BLOB filed in my MySQL table
I'm not sure how to create the the Query.
Dim QueryString As String = "UPDATE tbl_em...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23499...