User Profile
Collapse
-
Has anyone used os commerce
Just a quick one has anyone used os commerce and how easy is it to install on a sever. -
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...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]) -
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...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:
-
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
...Leave a comment:
-
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" ) <> ""...
No activity results to display
Show More
Leave a comment: