- Dataset Question
Hi,I created a form and setup a Split Container - the left pane being a Tree View (with some top level nodes being topics: Memory, Operating System, Hard Drives, etc). The right pane contains a listbox.Is it possible to use a dataset (with no DB connection) to hold all my information in memory? ...
- DataSet Question
Hello. I am trying to follow some VB.net code and am having a heck of a time trying to figure out a dataset source. I am assuming that a dataset is similar to an adodb.recordset in VB6. Here is the line of code that I am looking at: mydataview = New DataView(mydatasource.Tables(0)) I need to kno...
- Dataset Question
hello, i used temp dataset (TempDataset1) to load data from datasource and then merged it to working dataset (Dataset1), is it possible to load data from TempDataset1 into Dataset1 selectively, i mean by using queries? tnx in advance, Adriano...
- dataset question
I have a winform that calls a database and i generate a dataset to populate my datagrid, now I allow the user to click on a cell in the datagrid which then populates text boxes with details on the user selection. doing this i make another call to the database. which i would like to avoid if poss...
- dataset question
I am created a form to display addresses. There are 5 fields, street, street line 2, city , state and zip code. If there is street line 2, it will become my address line 2, City & ", " * state & zip will become my address line 3. Since some of the addresses don't have street line 2, I like...
- Dataset question
how to assign data from a dataset to an array or other variables? how to address data, contaning in dataset. I know it is organized in row, but how to work with them?...