Search results

  1. Velosai

    ASP to Access to Oracle ...

    Hi all, I have an ASP page coming up with this error whenever it runs "Jet Database Engine Error 80004005: ODBC Connection to Oracle Failed" The ASP itself draws off from a query in Microsoft Access, which draws data off a Oracle database. The reason for this is I needed to put information...
  2. Velosai

    Exporting Reports to MS Word

    Hi, I've had a database working for quite a while, but we have moved over to a new IT system run by an external contractor. Since moving over, its stopped us using the Publish to Word function, but can't figure out why. The error that is comes up with is displayed in the attached image. Any...
  3. Velosai

    Multiple Events in onMouseOver/onMouseOut event

    Hi, Need some help, creating an ASP page (creating a gant chart), with fields to show more information on the gant they have the mouse over. My code so far for the event is onMouseOver="form_name.field_name.value='data to insert';form_name.field_name.value='data to insert'" etc However, its...
  4. Velosai

    Graphs, ASP and Word

    Has anyone any experience with creating word documents containing graphs, from an ASP Application? Currently building an application that needs to do this, but have no experience. A point in the right direction would be greatly appreicated.
  5. Velosai

    Need help with system tables and front-end/back-end applications

    I currently have a front-end/back-end database, but at some point in time one of the tables has been modified and whenever the front end connects it comes up with a parameter request for a field that no longer exists. I have narrowed it down to MSysQueries, where there is a reference to this...
  6. Velosai

    Is this possible?

    I'm trying to create a filtering system for a customer of mine, based upon a series of SQL strings. I've created a table with all the SQL, etc in, but part of the problem is that I have variables amongst some of the SQL statements. I can pre-define the variables along side the SQL in the table...
Back
Top Bottom