Hi 100dtl,
As correctly suggested by GaryC123,the you refer to an array, which gets it data after Getrows() method , in the form of Arr(numcol,numrow) where numcol is the nth column and numrow is the nth row.Hope it is clear till now.
Now here is how you get the data from the database :-...
Hi,
In forms ,we have provision for hidden fields which is specified as
<INPUT TYPE ="HIDDEN" NAME="ITRON" VALUE="ID VALUE">
When you submit the form,you can retrieve the value by
writing Request.Form("ITRON"),this retrieves the value assigned to the...
Hi,
If I am not wrong ,Recordset1 in
Recordset1.ActiveConnection = MM_tp_STRING;
is a recordset object and ActiveConnection is a property of command object and not recordset object
Regards
Tushar
For a sequentail files,whenever we isssue a READ statement after we open the file,the pointer poistions itself to the next record.Simply changing the status of the EOF will have no effect on the pointer.So what we can do is, we can put the function of opening the file in a seperate paragraph and...
Hi Rama Krishna B.,
I suggest that you direct the output first to a text file and then redirect the output of that file to a word document.
The reason that you are being shown HTML code is because if you observe that the output you are seeing is being generated by an ASP script which is...
Hi asunpraise,
I would advis you to change your Server.Mappath("log.txt") to Server.Mappath("\foldername\log.txt").See if it works for you.
Regards
Tushar
Hi QueenP,
Try using Split function which will help you to split string based on some character like "!".I am soory I just cannot recollect the sysntax but you will find it on any search engine.Hope this works well
Regards
Tush
Hi Brian
just add this one line to the head section of your asp script
<META HTTP-EQUIV="REFRESH" CONTENT="x; URL=test1.html">
where x=Session time out in seconds and test1 is the page you want the users to be directed.
Hope this works well
Regards
Tushar
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.