Re: Large varchar columns with SQL server
- From: "Stephen Howe" <sjhoweATdialDOTpipexDOTcom>
- Date: Tue, 27 Jun 2006 01:54:17 +0100
I'm trying to track down some bugs that I read about at
http://www.aspfaq.com/show.asp?id=2188. I'm connecting to a SQL
database in ASP. Does anyone know specifically what configurations
(e.g., what versions of MDAC, what types of connections, etc.) cause
these bugs to appear? (I'm most concerned about the bugs that cause no
error to display but return no data from the field.)
No. If there was more information from Microsoft on this, don't you think
there would be now a published KB article?
The fact that 2 MVPs can't lay their hands on this information means it
probably does not exist.
Did you read the KB articles they pointed to:
http://support.microsoft.com/default.aspx/kb/200124
http://support.microsoft.com/default.aspx/kb/175239
???
I can also add that since ADO 2.6, if you do get DB_E_ERRORSOCCURRED on
,modifying a field, you check Field.Status to get feedback on what went
wrong.
For myself, I can immediately mention flaws
(i) deficencies in ADO documentation
(ii) under-documentation of IADORecordBinding to the point where some code
"fails".
(iii) some of the Microsoft VC++ examples are "exception-unsafe" despite the
fact that Microsoft has some decent smartptr's for ADO.
(iv) over complicated VC++ example of ADO event handling. There is more code
present than is necessary to demonstrate event handling.
All of this shows how "unfinished" ADO is, so it is unrealistic to imagine
that there will be large articles documenting every last nuance of your
problem.
Stephen Howe
.
- Follow-Ups:
- Re: Large varchar columns with SQL server
- From: brian . lukoff
- Re: Large varchar columns with SQL server
- References:
- Large varchar columns with SQL server
- From: brian . lukoff
- Large varchar columns with SQL server
- Prev by Date: Re: Large varchar columns with SQL server
- Next by Date: Re: Large varchar columns with SQL server
- Previous by thread: Re: Large varchar columns with SQL server
- Next by thread: Re: Large varchar columns with SQL server
- Index(es):
Relevant Pages
|
|