User Profile

Collapse

Profile Sidebar

Collapse
simonruk1
simonruk1
Last Activity: Feb 24 '08, 02:43 PM
Joined: Feb 7 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • simonruk1
    started a topic Has anyone used os commerce
    in PHP

    Has anyone used os commerce

    Just a quick one has anyone used os commerce and how easy is it to install on a sever.
    See more | Go to post

  • simonruk1
    replied to ADODB.Connection error '800a0e78'
    this is the util.asp page

    [code=asp]
    <%
    Option Explicit
    %>
    <!-- #include file=adovbs.inc -->
    <%
    Const ACTION_VALIDATE = "v"
    Const MODE_ADD = "a"
    Const MODE_MODIFY = "m"
    Const MODE_POST = "p"
    Const MODE_REPLY = "r"

    Function OpenDB()
    Dim dcnDB
    Dim strDatabaseLoca tion ' As String...
    See more | Go to post
    Last edited by markrawlingson; Feb 25 '08, 11:30 PM. Reason: Added code tags. Please use code tags when posting ([code=asp]'some code [/code])

    Leave a comment:


  • simonruk1
    replied to ADODB.Connection error '800a0e78'
    this is the results.asp page

    <!-- #include file="util.asp" -->
    <%
    Dim dcnDB ' As ADODB.Connectio n
    Dim rsData ' As ADODB.Recordset
    Dim strSQL ' As String
    Dim blnaddedWhere
    Dim blnAddedAnd
    Dim strAddress
    Dim objFSO
    Dim strFile
    Dim strImage
    Const RECORDSPERPAGE = 2
    Dim intPages
    Dim...
    See more | Go to post
    Last edited by markrawlingson; Feb 25 '08, 11:32 PM. Reason: Added code tags. Please use code tags when posting ([code=asp]'some code [/code])

    Leave a comment:


  • simonruk1
    replied to ADODB.Connection error '800a0e78'
    it links to a .mdb file

    this is the full code for the file

    <%
    Option Explicit
    %>
    <!-- #include file=adovbs.inc -->
    <%
    Const ACTION_VALIDATE = "v"
    Const MODE_ADD = "a"
    Const MODE_MODIFY = "m"
    Const MODE_POST = "p"
    Const MODE_REPLY = "r"

    Function OpenDB()
    Dim dcnDB
    ...
    See more | Go to post

    Leave a comment:


  • simonruk1
    started a topic ADODB.Connection error '800a0e78'

    ADODB.Connection error '800a0e78'

    Hi I am new to ASP and I am getting this error:

    ADODB.Connectio n error '800a0e78'

    Operation is not allowed when the object is closed.

    /members/asp/util.asp, line 67


    the code line in the util.asp looks like this:

    Sub CreateVisitorID (dcnDB)

    Dim rsData
    Dim strSQL

    If Request.Cookies ("VisitorID" ) <> ""...
    See more | Go to post
No activity results to display
Show More
Working...