![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I'm working on a C# program for database I/O using System.Data.SqlClient. My question is, if I have data stored in an array, is there a fast way to import data from an array to a table (similar to BULK INSERT)? I'm using SQL ommand 'INSERT INTO' to import data record by record but it is very slow when the array is large. |
#3
| |||
| |||
|
|
Hi, I'm working on a C# program for database I/O using System.Data.SqlClient. My question is, if I have data stored in an array, is there a fast way to import data from an array to a table (similar to BULK INSERT)? I'm using SQL ommand 'INSERT INTO' to import data record by record but it is very slow when the array is large. Any suggestions would be appreciated. Compiler: Visual .NET 2003 Database: SQL Server 2000 OS: Windows Server 2000 |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |