Advertisement

1 - 10 of 11 containing alltags:("VS 2008, VB, MYSQL 5") (0.001 seconds)
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...
Zones: Visual Studio, MySQL Server, .Net Edit...Date Answered: 04/30/2008 Grade: A Views: 27
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...
Zones: Visual Studio, MySQL Server, .Net Edit...Date Answered: 05/22/2008 Grade: A Views: 0
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..?
Zones: Visual Studio, MS Visual Basic, .Net Editors...Date Answered: 05/14/2008 Grade: A Views: 0
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...
Zones: Visual Studio, MS Visual Basic, .Net Editors...Date Answered: 06/06/2008 Grade: A Views: 24
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...
Zones: MySQL Server, MS Visual Basic, .Net Editor...Date Answered: 06/11/2008 Grade: A Views: 11
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...
Zones: Visual Studio, MS Visual Basic, .Net Editors...Date Answered: 06/08/2008 Grade: A Views: 0
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))...
Zones: Visual Studio, MS Visual Basic, .Net Editors...Date Answered: 06/14/2008 Grade: A Views: 68
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...
Zones: Visual Studio, MS Visual Basic, .Net Editors...Date Answered: 07/06/2008 Grade: A Views: 0
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...
Zones: Visual Studio, MySQL Server, MS Vi...Date Answered: 06/27/2008 Grade: A Views: 4
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...
Zones: Visual Studio, MySQL Server, MS Vi...Date Answered: 06/20/2008 Grade: A Views: 5