Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsVB SyntaxEnterprise DevelopmentDatabase AccessControlsCOMWin APICrystal ReportDeploymentGeneralGeneral 2
Related Topics
VB.NET / ASP.NETMS SQL ServerMS AccessOther Database ProductsMore Topics ...

VB Forum / Database Access / August 2006



Tip: Looking for answers? Try searching our database.

copy data from one table into another table

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Claudia Fong - 31 Aug 2006 10:28 GMT
I have a VB application using ADO to connect to an access database and I
need to copy data from table1 to table2.. both tables contain same
columns name.

Does someone know how should I do?

Cheers!

   Claudi
Sanjib Biswas - 31 Aug 2006 13:05 GMT
You need to execute a SQL statment to pull all the data from table2 to
table1.

insert into [table2] ([col1], [col2],....) select [col1], [col2],.... from
[table1]

> I have a VB application using ADO to connect to an access database and I
> need to copy data from table1 to table2.. both tables contain same
[quoted text clipped - 7 lines]
>
> *** Sent via Developersdex http://www.developersdex.com ***
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.