Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

ASP VB, MYSQL and ODBC error ASP 0115

Options
  • 28-08-2007 1:51pm
    #1
    Registered Users Posts: 4,468 ✭✭✭


    Hey guys,

    I'm trying to do a Select sum(columname) as newname in asp.vb/mysql and it pops back with this error on my provider:



    Active Server Pages error 'ASP 0115'
    Unexpected error
    /foler/folder/filename.asp A trappable error (C0000005) occurred in an external object. The script cannot continue running.

    It works fine on my own machine, here are the differences:

    My machine:
    windows vista ultimate
    Mysql Ver 5.0.41
    ODBC Driver Ver : 5.0 beta
    IIS Ver: 7

    My Provider:
    windows 2003 server
    MySQL ver: 5.0.45
    ODBC ver: 3.51
    IIS ver: 6

    Exactly what i'm trying to do is get it to pull in the total value in that column so that i can populate another column in another table with its result if you know what i mean.

    it works fine on my machine, but not here.

    thanks, matt


Comments

  • Moderators, Politics Moderators Posts: 39,920 Mod ✭✭✭✭Seth Brundle


    What components is your code referencing?
    Have you any error handling such as "on error resume next"? Remove it and see what happens.


Advertisement