MDAC 2.8 Access & ASP

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

  1. #1

    Default MDAC 2.8 Access & ASP

    Hi All,

    I have one serious problem...

    I have a windows 2000 server, with IIS 5.0, dot net framework 1.1 installed.

    I have a few classic asp sites running, which before I updated to MDAC 2.8 were working fine...

    After the update of the latest patches and Jet 4.0 stuff, non of the asp sites work any more..

    The error I get is Unspecified which occurs right after the connection is opened, but the error I get is "Unspecified ".

    This problem is consisted over all servers that I manager on different locations.... this is a fragment of test code that I used to track the problem..

    <%
    on error resume next
    cst = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\test.mdb;Persist Security Info=False"
    set conn = Server.CreateObject("ADODB.Connection")
    conn.open cst

    response.Write err.Description & vbCrLF & err.number

    %>

    Does this have something to do with the dot net framework 1.1 or the upgrade of the MDAC to version 2.8?

    Please help, my head is flattening rapidly from banging my head against my screen...

    Wayne
    Wayne Guest

  2. Similar Questions and Discussions

    1. MDAC Version
      Does anyone happen to know what the MDAC version is that comes installed with the new Vista OS build? Service Pack 2 for XP came with version 2.81...
    2. MDAC > 2.6
      I have an application that insists on running with MDAC 2.7 or better. I've tried the MDAC kits for 2.7, 2.8 and 2.8 SP1 and none seem to...
    3. Windows 2000/Oracle 9i/MDAC 2.6
      I'm having trouble connecting to this machine using the following: Set OracleConn = Server.CreateObject("adodb.connection") OracleConn.Open...
    4. ADO (MDAC) issue
      I have a problem lies with a meta tag. Below is my code: <!--METADATA TYPE="TypeLib" NAME="Microsoft ActiveX Data Objects 2.5 Library"...
    5. proper installation of asp.net and mdac
      I'm transitioning into asp.net developmnent and need to properly install asp.net and mdac... IIS is already installed on a server on the network....
  3. #2

    Default Re: MDAC 2.8 Access & ASP

    Read this to make sure you are not being bitten by the new security changes in ado 2.8:
    [url]http://msdn.microsoft.com/library/en-us/ado270/htm/ado28_securitydcrs.asp[/url]


    Bob Barrows
    --
    Microsoft MVP -- ASP/ASP.NET
    Please reply to the newsgroup. The email account listed in my From header is my spam trap, so I don't check it very often. You will get a quicker response by posting to the newsgroup.
    "Wayne" <nospam_wvaneck@nwgeo.com> wrote in message news:%23TmAgIVrDHA.392@TK2MSFTNGP11.phx.gbl...
    Hi All,

    I have one serious problem...

    I have a windows 2000 server, with IIS 5.0, dot net framework 1.1 installed.

    I have a few classic asp sites running, which before I updated to MDAC 2.8 were working fine...

    After the update of the latest patches and Jet 4.0 stuff, non of the asp sites work any more..

    The error I get is Unspecified which occurs right after the connection is opened, but the error I get is "Unspecified ".

    This problem is consisted over all servers that I manager on different locations.... this is a fragment of test code that I used to track the problem..

    <%
    on error resume next
    cst = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\test.mdb;Persist Security Info=False"
    set conn = Server.CreateObject("ADODB.Connection")
    conn.open cst

    response.Write err.Description & vbCrLF & err.number

    %>

    Does this have something to do with the dot net framework 1.1 or the upgrade of the MDAC to version 2.8?

    Please help, my head is flattening rapidly from banging my head against my screen...
    Wayne
    Bob Barrows Guest

  4. #3

    Default Re: MDAC 2.8 Access & ASP

    Hi Bob,

    Thank you for your quick reply..

    I think it has something to do with the upgrade from the .NET framework 1.0 to 1.1...

    I just found a "clean" 2000 server that had the jet 4.0 and all it's updates installed but was still running with .NET framework 1.0

    I then tried the sample code and now it is working fine.. I am about to install the .net framework 1.1 on this server to see if it will break the code..

    ....

    I just installed .net framework 1.1 on the test server and guess what .... it works...

    So... now what??? is it the order in which the patches are installed that is important?

    All the other servers are fully patched.....

    I don't know where to look for anymore..

    Help...
    "Bob Barrows" <reb01501@NOyahoo.SPAMcom> wrote in message news:%23V3YHYVrDHA.1600@tk2msftngp13.phx.gbl...
    Read this to make sure you are not being bitten by the new security changes in ado 2.8:
    [url]http://msdn.microsoft.com/library/en-us/ado270/htm/ado28_securitydcrs.asp[/url]


    Bob Barrows
    --
    Microsoft MVP -- ASP/ASP.NET
    Please reply to the newsgroup. The email account listed in my From header is my spam trap, so I don't check it very often. You will get a quicker response by posting to the newsgroup.
    "Wayne" <nospam_wvaneck@nwgeo.com> wrote in message news:%23TmAgIVrDHA.392@TK2MSFTNGP11.phx.gbl...
    Hi All,

    I have one serious problem...

    I have a windows 2000 server, with IIS 5.0, dot net framework 1.1 installed.

    I have a few classic asp sites running, which before I updated to MDAC 2.8 were working fine...

    After the update of the latest patches and Jet 4.0 stuff, non of the asp sites work any more..

    The error I get is Unspecified which occurs right after the connection is opened, but the error I get is "Unspecified ".

    This problem is consisted over all servers that I manager on different locations.... this is a fragment of test code that I used to track the problem..

    <%
    on error resume next
    cst = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\test.mdb;Persist Security Info=False"
    set conn = Server.CreateObject("ADODB.Connection")
    conn.open cst

    response.Write err.Description & vbCrLF & err.number

    %>

    Does this have something to do with the dot net framework 1.1 or the upgrade of the MDAC to version 2.8?

    Please help, my head is flattening rapidly from banging my head against my screen...
    Wayne
    Wayne 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