Re: Populating a Typed DataSet with the MS Data Application Block

From: DotNetJunkies User (User_at_-NOSPAM-DotNetJunkies.com)
Date: 07/06/04


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.