My method is same as jemminger.
I put all the functions(global and local) into a file named
sysFuncions.asp and then include it in my each .asp file.
I guess that you could use a class to solve this problem. I have read an article about class in vbscript, you can search it using...
Reinstall office2000 if you use that.
When there is no Microsoft Access in my computer, the code contains database manipulition does not work. So I suspect that your ADO wrong.
If you give me more, maybe I'll give some suggestions.
Good Luck!
I never used ODBC. The following code is very useful to me.
Assume my database is located here:
d:\db\mydata.mdb
<%
Option Explicit
Const PATH = "d:\db\mydata.mdb"
Const PROVIDER = "Microsoft.Jet.OLEDB.4.0"
Dim objCon, objRS
set objCon =...
I hope the following code will be helpful. Hmmm, it is a problem of javascrits not asp I think.
If it is not suitalbe, feel free to tell me.
<html>
<head>
<script language = "javascript">
function set()
{
var option;
option = document.forms[0].select1.selectedIndex...
You can Response.Write(Guestbook.FirstName). It seems to be that your Database bad designed.
Maybe the field FirstName of GuestBook must be write in and it is not null.
I hope the following code will be helpful.
In my computer, it works.
<%
Option Explicit
dim strTest
dim strTemp, strSwap
strTest = "1234-AB"
strTemp = Left(strTest,Len(strTest) - 1)
strSwap = Right(strTest,1)
output("Original Data<br>")
outPut(strTest)...
I think I have understood your meanings. The following is my thoughts:
First, open the table that stored the information of winners. Make a query to find if the specific winner you have retrieved from the scores of this week.
set obj_r = Server.CreateObject("ADODB.Recordset")
dim sql...
If you don't choose that, you will get a very (I can't imagine it) large program.
This annoys me much. If there is no support of VCL library,
the length of program will approach VB ones(a bit inflation). Any thoughts?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.