Re: Bulk insert to sql database
- From: onega <noemail@xxxxxxxxx>
- Date: Fri, 22 Apr 2005 16:05:49 +0800
Rujuta Gandhi wrote:
Hi Arnie
I know that option, but this is used for insertion from the file. I want to insert the number of rows at a time from the arrays in my vc++ program. I mean as if i have the collection of rows to be inserted at a time. Thanks Ruju
"Arnie" <none> wrote in message news:uJlF0NoRFHA.3560@xxxxxxxxxxxxxxxxxxxxxxx
"Rujuta Gandhi" <rujuta_g2000@xxxxxxxxx> wrote in message news:OajZlJlRFHA.3928@xxxxxxxxxxxxxxxxxxxxxxx
Hi
I want to perform the bulk insertion to the SQL database, I access through ODBC connection. I want the guidance regarding the same.
Rujuta
If you mean SQL Server, it has a bulk insert API. Check the documentation.
- Arnie
Maybe you can build a long sql insert into table1 values(...);insert into table1 values(...);... .
- References:
- Bulk insert to sql database
- From: Rujuta Gandhi
- Re: Bulk insert to sql database
- From: Arnie
- Re: Bulk insert to sql database
- From: Rujuta Gandhi
- Bulk insert to sql database
- Prev by Date: Re: How can I get the size of this?
- Next by Date: Re: Java outperforms C++?
- Previous by thread: Re: Bulk insert to sql database
- Next by thread: Re: Bulk insert to sql database
- Index(es):
Relevant Pages
|