G
Guest
Hi
I am just trying to do a simple command like taking a data field from a database at load time. It does not work. I have the following code
Dim rowY As DataRo
Dim strMachine_Name As Strin
MyClass.OleDbDataAdapter1.Fill(MyClass.DataSet11
strMachine_Name = rowY("Machine_Name"
'Shouldnt strMachine_Name take the name of the data in that particular field in the database? After this I would then like to put strMachine_Name to a text box
Thanks
Ros
I am just trying to do a simple command like taking a data field from a database at load time. It does not work. I have the following code
Dim rowY As DataRo
Dim strMachine_Name As Strin
MyClass.OleDbDataAdapter1.Fill(MyClass.DataSet11
strMachine_Name = rowY("Machine_Name"
'Shouldnt strMachine_Name take the name of the data in that particular field in the database? After this I would then like to put strMachine_Name to a text box
Thanks
Ros