Re: Copy a database table into another using ado.net
- From: "RobinS" <RobinS@xxxxxxxxxxxxxxx>
- Date: Tue, 2 Jan 2007 19:08:42 -0800
Open a connection to both databases, read the data from one, and write
it to the other.
Robin S.
----------------------------
<kkizer@xxxxxxxxx> wrote in message
news:1167777897.160161.96810@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I need help! Here is what i have going. I have a cobal database that i
connect with using a DSN/ODBC (the source data) and i have a Sql 2000
database that i am trying to copy the data to. I have a DTS package
setup doing this task just fine but i need to do this process using
ado.net/vb.net, not using DTS (dont ask why, long story). I have been
searching around places and just cant find any good code examples to
help me get started. Can anyone helP?
I already have the tables setup in sql server and they are identical
to
the Cobal database.
.
- References:
- Copy a database table into another using ado.net
- From: kkizer
- Copy a database table into another using ado.net
- Prev by Date: Re: BindingSource.EndEdit - Not updating underlying data source
- Next by Date: Re: VB.net and ASP.Net Typed Datasets
- Previous by thread: Copy a database table into another using ado.net
- Next by thread: Re: Copy a database table into another using ado.net
- Index(es):
Relevant Pages
|