Ask a Question related to ASP Database, Design and Development.
-
scott_mcarthur2003@yahoo.co.uk #1
odbc error message
I am getting the error message below in the event log for a windows
2003/sql server 2000 web and database server, any ideas? I seem to be
experiencing problems with asp pages connecting to sql server.
The data buffer created for the "ODBC" service in the
"C:\WINDOWS\system32\ODBC32.DLL" library is not aligned on an 8-byte
boundary. This may cause problems for applications that are trying to
read the performance data buffer.
scott_mcarthur2003@yahoo.co.uk Guest
-
How To Supress Acrobat Error Message And Alert Message
Is there any way to supress those pop up message? If can't, is there any way to catch it? -
[microsoft][odbc microsoft access driver] syntax error (missing operator) in query expression error
I have a query I want to run using DBQwiksite siftware, which produces the syntax error (missing operator) in query expression error when... -
Error Message When Sending Message In Windows Mail
Am I the only one getting an error message when replying to a posted message using Windows Mail. Every time I send a message I get a popup error... -
ODBC has error but no error message displayed
Hi All.. This is a strange one that I hope someone has come across. I have an asp.net application that needs to access a flat file databse via... -
Microsoft OLE DB Provider for ODBC Drivers error '80004005' Error
Hi folks - i've got a windows 2000 server (SP3) i've run the IIS lockdown tool on it and set for dynamic websites - all the static pages within the... -
Bob Barrows #2
Re: odbc error message
[email]scott_mcarthur2003@yahoo.co.uk[/email] wrote:
Without any further investigation, I would suggest that you stop using the> I am getting the error message below in the event log for a windows
> 2003/sql server 2000 web and database server, any ideas? I seem to be
> experiencing problems with asp pages connecting to sql server.
>
> The data buffer created for the "ODBC" service in the
> "C:\WINDOWS\system32\ODBC32.DLL" library is not aligned on an 8-byte
> boundary. This may cause problems for applications that are trying to
> read the performance data buffer.
obsolete ODBC, in favor of the native OLEDB provider for SQL. See
[url]www.able-consulting.com/ado_conn.htm[/url] for help in constructing connection
strings using the SQLOLEDB provider.
I've never seen this error before. A Google search reveals some posts
mentioning the error, but no resolution. A search of the KB results in no
matches. The error number/event ID may have helped.
I suggest making sure you have the current version of MDAC installed on the
machine. And stop using ODBC ... :-)
Bob Barrows
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
Bob Barrows Guest



Reply With Quote

