|
-
Feb 3rd, 2000, 09:31 PM
#1
Thread Starter
New Member
Hi,
I am new to Vb. Can anyone help me in inserting data from a Excel sheet into a SQL-
Server 70 database using VB.
Thanx in adv,
Ramesh
-
Feb 4th, 2000, 05:11 AM
#2
ODBC has an EXCEL driver and a SQL7 Driver. you can transfer the data using ado objects. Or also you can set up a dts package in SQL7 to import the data autmatically as a scheduled package.
-
Feb 4th, 2000, 06:35 AM
#3
Lively Member
the easiest way, is to import the
data from comman delimited file into
SqlSever tables using BCP utility
.. I used this in
SQLSERVER 6.0 .. i dont know what this BCP
utility is called in version 7.0
The data in Excel can be saved as a
comma Delimited file..
sarath
-
Feb 6th, 2000, 07:35 AM
#4
Guru
In SQL 7, you can use the DTS wizard
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
|