Re: Most Common Errors
From: Mary Chipman (mchip_at_online.microsoft.com)
Date: 06/22/04
- Next message: Urban Andersson: "Re: Sql server to xml string with encoding"
- Previous message: Mary Chipman: "Re: VB Date to OleDB.DBTime"
- In reply to: Jack: "Most Common Errors"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 22 Jun 2004 06:15:59 -0700
It depends on what operations you are performing, where validation
routines are performed, etc. In general you want to minimize server
errors by validating all data sent to the server ahead of time on the
client. Triggering server errors is expensive, resulting in wasted
round-trips to the server. So ideally you'd only get fatal errors
being returned to your application.
--Mary
On Mon, 21 Jun 2004 21:22:59 -0700, "Jack"
<Jack@discussions.microsoft.com> wrote:
>What are the most common errors that come up when ADO.NET is used to connect to a database for eg SQL Server 2000 or Oracle?
- Next message: Urban Andersson: "Re: Sql server to xml string with encoding"
- Previous message: Mary Chipman: "Re: VB Date to OleDB.DBTime"
- In reply to: Jack: "Most Common Errors"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|