|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
how to retrieve data from an SQL database and store it in a varible using a dataAdapter wizard.
The following code: OleDbDataAdapter1.Fill(DataSet11) when put in the Form_Load it is possible to get the values in a TextBox that is bound to that perticular field .But is it possible to store the values retrieved in a variable.If Yes HOW?.If no --Is there an alternative? |
|
#2
|
|||
|
|||
|
The retrieved values ARE stored in a variable - DataSet11. Whatever table you ran your SELECT query on should appear in the Tables collection of the dataset.
|
![]() |
| Viewing: Dev Articles Community Forums > Programming > ASP Development > select statements |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|