PC Review


Reply
Thread Tools Rate Thread

Copying tables between datasets

 
 
=?Utf-8?B?TWljaGFlbCBBbGJhbmVzZQ==?=
Guest
Posts: n/a
 
      29th Jul 2004
How can I copy a table from one dataset to another in ASP.Net (using VB)
 
Reply With Quote
 
 
 
 
Cor Ligthert
Guest
Posts: n/a
 
      29th Jul 2004
Hi michael,

Did you try
\\\
dim ds as new dataset
dim dt as new datatable
dt = dtOldtable.copy
ds.tables.add(dt)
///
I hope this goes?

Cor


 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
An array of datasets/tables ? Aussie Rules Microsoft VB .NET 4 11th Oct 2009 06:44 AM
Joining tables from 2 datasets Peter Microsoft ASP .NET 4 8th Jun 2009 04:27 PM
Copying from MSSQL -> Access through datasets Icemokka Microsoft VB .NET 0 10th Sep 2007 09:37 AM
typed datasets - multiple tables figital Microsoft VB .NET 0 9th Mar 2006 02:28 PM
Datasets vs Tables =?Utf-8?B?RGF2ZSBNb3lsZQ==?= Microsoft ADO .NET 11 28th May 2004 06:20 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:36 AM.