Re: ADO.NET Issue
- From: "Ralph" <nt_consulting64@xxxxxxxxx>
- Date: Thu, 15 Dec 2005 09:50:55 -0600
"HLong" <HLong@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:6E8F7B16-B90F-4FEF-91D8-6FED76280C0D@xxxxxxxxxxxxxxxx
> I am trying to create a windows app with data access. I need to load few
> tables on a dataset when the app loads. I now I need a dataset,
dataadapter,
> and connection obj. I would like to know which is the best way to go about
> loading the tables onto the dataset. My plan was to create a global
dataset
> and a sub to be called at load that would create a dataadapter, a command
obj
> and array of the sql statements for each table. Loop thru the array to
set
> the commandtext, set the command obj to the dataadapter.selectcommand and
> fill the dataset with each table. I tryied this but is not working.
Please
> can someone give me some help?
--
<response type="generic" language="VB.Net">
This newsgroup is for users of Visual Basic version 6.0
and earlier and not the misleadingly named VB.Net
or VB 200x. Solutions, and often even the questions,
for one platform will be meaningless in the other.
When VB.Net was released Microsoft created new newsgroups
devoted to the new platform so that neither group of
developers need wade through the clutter of unrelated
topics. Look for newsgroups with the words "dotnet" or
"vsnet" in their name. For the msnews.microsoft.com news
server try these:
news://msnews.microsoft.com/
microsoft.public.dotnet.languages.vb.data
microsoft.public.dotnet.framework.adonet
microsoft.public.dotnet.framework.windowsforms.databinding
</response>
.
- Prev by Date: Re: error 3704 - "operation is not allowed when object is closed"
- Next by Date: Re: Not able to read data from XLS file created by ADODB.
- Previous by thread: error 3704 - "operation is not allowed when object is closed"
- Next by thread: RE: ADO.NET Issue
- Index(es):
Relevant Pages
|