Wrox Programmer Forums
|
VB Databases Basics Beginning-level VB coding questions specific to using VB with databases. Issues not specific to database use will be redirected to other forums.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the VB Databases Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 2nd, 2006, 10:02 AM
Registered User
 
Join Date: May 2006
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default install database on SQL Server

 I want to install a MS Access database on MS SQL Server in VB6.
Until now I managed to install database structure using T-SQL script.
Now I need to populate the DB on server with data from the original .mdb file; I need a colection of all (user)tables existing in the DB, and then use some kind of
INSERT INTO table1
  SELECT * FROM table2;
table1 being on server DB
table2 being on local DB
can u help me??






Similar Threads
Thread Thread Starter Forum Replies Last Post
Unable to install SQL Server 2005 muellmk SQL Server 2005 0 October 8th, 2007 07:33 AM
install database on SQL Server decap_itate Pro VB 6 2 October 1st, 2006 06:31 PM
Unable to Install SQL Server 2005 [email protected] SQL Server 2005 3 September 15th, 2006 11:00 AM
Failed to install SQL Server 2005 shalim Visual Studio 2005 1 January 16th, 2006 07:37 PM
Can we install SQL Server on WinXP Pro? dotnetwhizkid SQL Server 2000 6 August 26th, 2003 03:33 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.