Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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?
    2. [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...
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default Re: odbc error message

    [email]scott_mcarthur2003@yahoo.co.uk[/email] wrote:
    > 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.
    Without any further investigation, I would suggest that you stop using the
    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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139