Re: sql server + ODBC: error suppressed
- From: "John Bell" <jbellnewsposts@xxxxxxxxxxx>
- Date: Thu, 21 May 2009 15:24:07 +0100
"vadim" <vadim@dontsend> wrote in message news:ej7Yf3Z2JHA.4880@xxxxxxxxxxxxxxxxxxxxxxx
Hi,Hi
I have a program that connects to SQL Server through ODBC, one of my clients
reports that when the program is trying to insert a record with the values
that violate a unique index, the record is not inserted (which is OK), but
no error message is displayed either (which is strange and it works fine on
other systems).
I am trying to investigate this.
My question is: are there any configuration parameters on sql server or ODBC
that would suppress error messages ?
Or which other direction should I investigate?
Thank you
I would check versions of MDAC, Service Packs etc. You could turn ODBC logging on, but I doubt that it will tell you anything new. Similarly SQL Profiler will show the error has actually been generated. My assumption that you handle errors with additional information and have stepped through the client code to make sure it is not doing something you don't expect and the application executable is not a different version.
If you use a machine (laptop) you know works on another system when connected to this server do you still have the issue?
John
.
- References:
- sql server + ODBC: error suppressed
- From: vadim
- sql server + ODBC: error suppressed
- Prev by Date: Re: sql server traffic shut down internet
- Next by Date: SQL 2005 processe stuck in 'Starting' state after reboot
- Previous by thread: sql server + ODBC: error suppressed
- Next by thread: Re: sql server + ODBC: error suppressed
- Index(es):
Relevant Pages
|