|
-
Oct 15th, 1999, 01:36 AM
#1
Thread Starter
New Member
Creating and deploying a VB app is pretty straightforward. However, I can't seem to find docs which describe the steps necessary in order to take my SQL Server 7 tables from my local system and put them on my client's. Any suggestions on where I can read up on this?
Thanks!
- Gerry
------------------
** Gerry White
** BCS Engineering
** Ramona, CA, USA
-
Oct 15th, 1999, 09:20 AM
#2
Guru
why do you want to take the tables from SQL server and put them on your client? If you just mean you want to access SQL server from your client, then you have to distribute the data access components (assuming you use ado). If you want to physically move the tables and data to a new database (such as access), then you can use the Data Transformation Services (DTS) to export the data.
plz be more specific
thx
Tom
-
Oct 15th, 1999, 10:19 PM
#3
Thread Starter
New Member
Basically, I'm interested in transporting the existing SQL Server tables for this application to the customer's site.
This is an app which uses VB as the front-end and SQL Server for database engine.
[This message has been edited by GerryWhite (edited 10-16-1999).]
-
Oct 18th, 1999, 10:31 AM
#4
Guru
Export the SQL data using the DTS to an access database.
Bring the Access DB to your customers site.
Import the data using DTS once again.
All Done!
HTH
Tom
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|