Re: Inserting new records into a large ADO table



Use prepared command - in this case only parameter values will be sent over
network.

//------------------------------------------
Regards,
Vassiliev V. V.
http://www.managed-vcl.com - using .Net objects in Delphi for Win32 +
ADO.Net
http://www.oledbdirect.com - The fastest way to access MS SQL Server,
MS Jet (Access) and Interbase (through OLEDB)

"Edward Diener" <eddielee_no_spam_here@xxxxxxxxxxxxxx> ???????/???????? ?
???????? ?????????: news:429110f4$1@xxxxxxxxxxxxxxxxxxxxxxxxx
> Bill Todd wrote:
>> Huh? When you call CDS.ApplyUpdates the DataSetProvider creates and
>> executes one SQL statement for each change in the CDS.Delta property.
>> If you insert 1,000 rows the DSP will create and send to the server
>> 1,000 INSERT statements.
>>
>> There is no magic way to send a SQL database server one statement that
>> inserts 1,000 rows.
>>
>
> OK, thanks for the info.


.



Relevant Pages

  • Re: changing data type or converting
    ... This is normally more a client side display thing, than a server side task. ... SQL does have the round() function: ... Regards ...
    (microsoft.public.sqlserver.programming)
  • RE: Cannot install certificate...help?
    ... resource kit named setcert.exe to specify the certificate used by SQL ... Server for SSL encryption. ... Best Regards, ...
    (microsoft.public.sqlserver.security)
  • Re: Ignored Words Problem
    ... This is a common issue for SQL ... Server 2000 Full-text Search in that words that are contained in the ... where * represents a 3 letter language extension) ... Regards, ...
    (microsoft.public.sqlserver.fulltext)
  • Re: SQLState Error Codes
    ... For example, for MS SQL ... Server it is: "Syntax error, permission violation, or other nonspecific ... Vassiliev V. V. ...
    (borland.public.delphi.database.ado)
  • Re: Text search on separate machine
    ... KB article 240867 procedures require that SQL ... Server and the MSSearch service be installed on all/both machines. ... >> Regards, ...
    (microsoft.public.sqlserver.fulltext)