Re: Populating a Typed DataSet with the MS Data Application Block
From: DotNetJunkies User (User_at_-NOSPAM-DotNetJunkies.com)
Date: 07/06/04
- Next message: Paul N: "I need advice on disconnected clients"
- Previous message: Malcolm Cudworth: "Re: .NET Components in COM+"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 06 Jul 2004 14:27:26 -0700
Dim objDataSet As New MyTypedPolicyDataSet
Dim dsTables() As String = {"Table1"}
SqlHelper.FillDataset(connectionString, CommandType.Text, "select * from Table1", objDataSet , dsTables)
--- Posted using Wimdows.net NntpNews Component - Post Made from http://www.DotNetJunkies.com/newsgroups Our newsgroup engine supports Post Alerts, Ratings, and Searching.
- Next message: Paul N: "I need advice on disconnected clients"
- Previous message: Malcolm Cudworth: "Re: .NET Components in COM+"
- Messages sorted by: [ date ] [ thread ]