Wrox Programmer Forums
|
SQL Server 2000 General discussion of Microsoft SQL Server -- for topics that don't fit in one of the more specific SQL Server forums. version 2000 only. There's a new forum for SQL Server 2005.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the SQL Server 2000 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 November 13th, 2003, 01:58 AM
Registered User
 
Join Date: Nov 2003
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default dbf to sql conversion


Hello,

Currently, I am manually importing dbf files to sql2000 format and will somebody help me in automating this one using vb6.!

thnx in advance

 
Old November 13th, 2003, 02:37 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 996
Thanks: 2
Thanked 11 Times in 11 Posts
Send a message via Yahoo to melvik
Default

There is a way I done mane times is: make a Text file from ur DBF
Code:
COPY TO FileName
(if u r useing FoxPro)
& then import them from ur Text file, It'll work fine!!!

HTH.

Always:),
Hovik Melkomian.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Fetch data from DBF to SQL arty125 VB.NET 1 August 20th, 2007 01:06 PM
Transfer data from .dbf file to SQL Server 2000 somnath.kartic SQL Server 2000 1 October 18th, 2006 11:01 AM
SQL table to .DBF file harriet SQL Server 2005 1 May 17th, 2006 06:37 AM
SQL to DBF gokul_blr SQL Server DTS 3 May 16th, 2006 01:04 AM
Access To SQL Conversion rfurman1161 Access 10 April 11th, 2006 10:15 PM





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