![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello, I copied a DTS vb6 package to vb.net and can now import data in my vb.net app from a text file (or MS Access mdb) to Sql Server. What I would like to do is to have DTS pull the data directly from a data table (ADO data table in the app - memory table). Is this doable at this time? Or does the data have to reside on the harddrive for DTS to be able to read it? I heard that ADO version 2 will be able to do bulk data transfer from a .Net app to Sql Server like DTS. Can DTS do this? maybe there is some commandline switch or something to read from memory? I don't know that much about DTS right now and what the limitations are. Any suggestions appreciated. Thanks, Rich |
#3
| |||
| |||
|
|
-----Original Message----- In article <2c49d01c469d5$7f143dc0$a601280a (AT) phx (DOT) gbl>, Rich wrote: Hello, I copied a DTS vb6 package to vb.net and can now import data in my vb.net app from a text file (or MS Access mdb) to Sql Server. What I would like to do is to have DTS pull the data directly from a data table (ADO data table in the app - memory table). Is this doable at this time? Or does the data have to reside on the harddrive for DTS to be able to read it? I heard that ADO version 2 will be able to do bulk data transfer from a .Net app to Sql Server like DTS. Can DTS do this? maybe there is some commandline switch or something to read from memory? I don't know that much about DTS right now and what the limitations are. Any suggestions appreciated. Thanks, Rich Currently you cannot have a DataReader Source/ ADO rowset as the source for a DataPump. Yukon may well be a different story Why does this have to be an ADO data table? Why can this not be materialised into a View or a stored proc? Allan Mitchell (Microsoft SQL Server MVP) MCSE,MCDBA www.SQLDTS.com www.konesans.com - for all your consultancy needs . |
![]() |
| Thread Tools | |
| Display Modes | |
| |