Re: Ado, Transaction, Multiline statements?
From: Brian Bushay TeamB (BBushay_at_Nmpls.com)
Date: 01/24/05
- Next message: Del M: "Re: Ado, Transaction, Multiline statements?"
- Previous message: Brian Bushay TeamB: "Re: Handling UpdateBatch data conflicts in Multi-user App"
- In reply to: Rick: "Ado, Transaction, Multiline statements?"
- Next in thread: Rick: "Re: Ado, Transaction, Multiline statements?"
- Reply: Rick: "Re: Ado, Transaction, Multiline statements?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 23 Jan 2005 22:04:19 -0600
>My concern is
>1) is it good form to do multi line inserts like this?
It is not bad form.
>2) Why didn't I get an exception or can I read an error from someplace? My
>program thinks everything was inserted and there were no errors; this is
>VERY bad.
Not all errors generated by SQL server will generate an exception in Delphi
You need to look at the TadoConnection.errors collection to find out what SQL
server is generating
>
-- Brian Bushay (TeamB) Bbushay@NMPLS.com
- Next message: Del M: "Re: Ado, Transaction, Multiline statements?"
- Previous message: Brian Bushay TeamB: "Re: Handling UpdateBatch data conflicts in Multi-user App"
- In reply to: Rick: "Ado, Transaction, Multiline statements?"
- Next in thread: Rick: "Re: Ado, Transaction, Multiline statements?"
- Reply: Rick: "Re: Ado, Transaction, Multiline statements?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|