|
-
Jan 8th, 2001, 09:42 AM
#1
Thread Starter
Lively Member
I want to input values into a database from
an Excel spreadsheet containing over 10000 rows. Is it inefficient to call a stored procedure for entering each row from the sheet (my guess would be that it is)? Is there
a way to pass all the rows as a parameter to the stored procedure or am I simply better off just establishing a connection to the DB and directly adding the values using ADO?
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
|