Results 1 to 2 of 2

Thread: Problems on BackOffice 4.5 Server / German

  1. #1
    Uwe Kraul Guest

    Problems on BackOffice 4.5 Server / German

    I got the following messages on an backoffice server 4.5 german:

    Here the short testprogram:
    <HTML>
    <BODY>

    Welcome to an ASP-db™ Test Page.<P>
    <%
    &#39; Create the ASP-db™ object:
    Set MyDb = Server.CreateObject(&#34;ASPdb.EP&#34
    &#39; Use YourFile.mdb in the current directory:
    MyDb.dbMDB = Server.MapPath(&#34;asp-test.mdb&#34

    MyDb.dbColor = &#34;7&#34; &#39; Pick color scheme 7
    MyDb.dbMode = &#34;dual&#34; &#39; Want both Grid and Form
    MyDb.dbGridTableTag=&#34;BORDER=3&#34; &#39; Set table border=3
    &#39; Select which Table and Fields to show:
    MyDb.dbSQL = &#34;Select * FROM Products&#34;
    MyDb.dbDebug = 4
    MyDb.ASPdbEP &#39; Show the Database now!
    %>

    </BODY>
    </HTML>


    And here the output:

    Welcome to an ASP-db™ Test Page.
    Start ASPdb
    Localize3
    Localize -1
    Enter Get Connection
    Test Blank
    Grid: Entering
    Show Grid: SX, mode, SQL=_999/grid/Select * FROM Products
    mySQL in Get_OrderBY=Select * FROM Products
    tail,p1=/23
    heads=Select * FROM Products/
    Show Grid: Sort Name V=
    Grid: mySQL Select * FROM Products
    Grid: After get RS - Select * FROM Products
    PT=GridPtr/RecInc/FormPtr=0/5/0
    PT right before move = 0
    Grid SQL=Select * FROM Products
    Before move (Show Grid) = 21.04.00 15:39:55

    Get_RS: Entering mode=dual
    Get_RS_get_Count, SQL=Select * FROM Products/0
    Get_RS_GetCount: DBTYPE, SelectFROM,UseRSFilter,ORACLEServer,CountSQL=ACCES S / Wahr / False / /
    Straight count
    Into ROWCOUNT



    Error # = 0(0)
    Description = [Microsoft][ODBC Driver Manager] SQLSetConnectAttr-Aufruf für Treiber fehlgeschlagen
    Source = Microsoft OLE DB Provider for ODBC Drivers
    SQL State = IM006
    Native Error = 0



    Show Status Bar

  2. #2
    Frank Guest

    Problems on BackOffice 4.5 Server / German (reply)

    There is a problem in running ASPDB in European as =True and =Wahr is not interchangable. Please contact support to obtain a pacthed version to fix this problem. If still have problem, please contact me directly @ frank@aspdb.com. Use debug=4 or less and observe the first debug line to see whether the value of SELECTFROM is boolean True.

    FK



    ------------
    Uwe Kraul at 4/21/00 9:38:30 AM

    I got the following messages on an backoffice server 4.5 german:

    Here the short testprogram:
    <HTML>
    <BODY>

    Welcome to an ASP-db™ Test Page.<P>
    <%
    &#39; Create the ASP-db™ object:
    Set MyDb = Server.CreateObject(&#34;ASPdb.EP&#34
    &#39; Use YourFile.mdb in the current directory:
    MyDb.dbMDB = Server.MapPath(&#34;asp-test.mdb&#34

    MyDb.dbColor = &#34;7&#34; &#39; Pick color scheme 7
    MyDb.dbMode = &#34;dual&#34; &#39; Want both Grid and Form
    MyDb.dbGridTableTag=&#34;BORDER=3&#34; &#39; Set table border=3
    &#39; Select which Table and Fields to show:
    MyDb.dbSQL = &#34;Select * FROM Products&#34;
    MyDb.dbDebug = 4
    MyDb.ASPdbEP &#39; Show the Database now!
    %>

    </BODY>
    </HTML>


    And here the output:

    Welcome to an ASP-db™ Test Page.
    Start ASPdb
    Localize3
    Localize -1
    Enter Get Connection
    Test Blank
    Grid: Entering
    Show Grid: SX, mode, SQL=_999/grid/Select * FROM Products
    mySQL in Get_OrderBY=Select * FROM Products
    tail,p1=/23
    heads=Select * FROM Products/
    Show Grid: Sort Name V=
    Grid: mySQL Select * FROM Products
    Grid: After get RS - Select * FROM Products
    PT=GridPtr/RecInc/FormPtr=0/5/0
    PT right before move = 0
    Grid SQL=Select * FROM Products
    Before move (Show Grid) = 21.04.00 15:39:55

    Get_RS: Entering mode=dual
    Get_RS_get_Count, SQL=Select * FROM Products/0
    Get_RS_GetCount: DBTYPE, SelectFROM,UseRSFilter,ORACLEServer,CountSQL=ACCES S / Wahr / False / /
    Straight count
    Into ROWCOUNT



    Error # = 0(0)
    Description = [Microsoft][ODBC Driver Manager] SQLSetConnectAttr-Aufruf für Treiber fehlgeschlagen
    Source = Microsoft OLE DB Provider for ODBC Drivers
    SQL State = IM006
    Native Error = 0



    Show Status Bar

Posting Permissions

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