Click here to Skip to main content
15,915,859 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear Friends,

Here i want to import MsAcess Database to sqldatabase using Asp,net with C#.Please provide Some Suggestions.
But i want in Asp.net with c# Means through FileUpload Concept i will Upload the Msacaess Database and I will take Import Button.From this Button i should convert msacess database to sqlserver database.This Should be done through coding Only.



Regards,

Anilkumar.D
Posted
Updated 1-Sep-11 23:19pm
v3

1 solution

 
Share this answer
 
v2
Comments
Anil Honey 206 2-Sep-11 5:18am    
But i want in Asp.net with c# Means throgh FileUpload Concept i will Upload the Msacaess Database and I will take Import Button.From thie Button i should convet msacess database to sqlserver database.This Should be done through coding Only.
Abhinav S 2-Sep-11 5:31am    
In this case, you might want to fetch data from MS Access and insert them into similar tables that have been created on the SQL Database.
Another way could be to look at the Microsoft.SqlServer.Dts.Runtime Namespace.
Anil Honey 206 2-Sep-11 5:41am    
Yes what u said is correct in Coding Iam not Getting Logic
Abhinav S 2-Sep-11 6:20am    
Try searching on the internet for some samples.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900