HighTechTalks DotNet Forums  

Uploading Data From MS Acess 2000 ti SQL server 2000

Dotnet FAQs microsoft.public.dotnet.faqs


Discuss Uploading Data From MS Acess 2000 ti SQL server 2000 in the Dotnet FAQs forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
gaurav
 
Posts: n/a

Default Uploading Data From MS Acess 2000 ti SQL server 2000 - 01-09-2006 , 05:48 AM






hi
I want to Bulk upload Data from Acess database 2000 to an online Sql Server
2000.I am using vb.net 2002 as front end
Can u please guide me

I have come to know about DTS Programming but it dosent work in vb.net it
gives somekind of incompatible error while creating custom task...
Second option is Link server.. i m not sure about its use
the third option is XLM Bulk Upload..I got the got but i dont know how to
get the SQLXMLBULKLOADLib in my project i dont c any microsoft SQLXml .... in
the list...

Can u please sen me some sample code of these three topics or if u know any
better idea please do forward that


Reply With Quote
  #2  
Old   
john smith
 
Posts: n/a

Default Re: Uploading Data From MS Acess 2000 ti SQL server 2000 - 01-09-2006 , 06:21 AM






gaurav wrote:
Quote:
hi
I want to Bulk upload Data from Acess database 2000 to an online Sql Server
2000.I am using vb.net 2002 as front end
Can u please guide me

I have come to know about DTS Programming but it dosent work in vb.net it
gives somekind of incompatible error while creating custom task...
Second option is Link server.. i m not sure about its use
the third option is XLM Bulk Upload..I got the got but i dont know how to
get the SQLXMLBULKLOADLib in my project i dont c any microsoft SQLXml .... in
the list...

Can u please sen me some sample code of these three topics or if u know any
better idea please do forward that

If you can't get DTS to work, nor the upscaling wizzard, nor Bulk
Load... Then it almost sounds like we'd have to do it all manually
(well, write a script to do all the work). The thing is, it is very much
dependent on your database schema (column names, data types, foreign
keys, etc), so it's hard to come up with anything helpful... You'll have
to re-create all the tables first (and constraints), then in the right
order (so you can "work out" the foreign key problems) for each table
select * from it, and sql insert each row to the new table (with the
right conversions like true/false -> bit).


Reply With Quote
  #3  
Old   
Mary Chipman [MSFT]
 
Posts: n/a

Default Re: Uploading Data From MS Acess 2000 ti SQL server 2000 - 01-09-2006 , 09:42 AM



Try posting this in the microsoft.public.sqlserver.dts newsgroup.
Someone there may be able to help with the DTS side of things. You
should be able to execute a DTS package from .NET.

--Mary

On Mon, 9 Jan 2006 02:48:02 -0800, gaurav
<gaurav (AT) discussions (DOT) microsoft.com> wrote:

Quote:
hi
I want to Bulk upload Data from Acess database 2000 to an online Sql Server
2000.I am using vb.net 2002 as front end
Can u please guide me

I have come to know about DTS Programming but it dosent work in vb.net it
gives somekind of incompatible error while creating custom task...
Second option is Link server.. i m not sure about its use
the third option is XLM Bulk Upload..I got the got but i dont know how to
get the SQLXMLBULKLOADLib in my project i dont c any microsoft SQLXml .... in
the list...

Can u please sen me some sample code of these three topics or if u know any
better idea please do forward that

Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.