all groups > inetserver asp general > february 2004 > threads for saturday february 7
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
Global.asa format
Posted by Thomas Scheiderich at 2/7/2004 7:34:57 PM
I have been looking at the global.asa file and found two different
formats and am wondering why. The few places I looked they all say that
you use <SCRIPT></SCRIPT> for your scripts such as:
*****************************************************************
<SCRIPT LANGUAGE=VBScript RUNAT=Se... more >>
importing csv into access db via asp
Posted by rob at 2/7/2004 6:01:18 PM
Hi all,
I've got a csv file which I will need to import into an access db via asp.
The csv file will be imported every day of each month so there will be
duplicates which will not need to be imported. Any sample scripts pointing
me in the right way would be great.
Many thanks,
Rob
... more >>
Search (part 2) - content/html
Posted by Rob Meade at 2/7/2004 1:19:38 PM
Lo all,
Ok - just spotted another problem I'm going to have.
All of the rows for the page content in the database contain formatting ie,
<b>some bold text</b>
This will cause me a problem initially as if I wanted to search for <company
name> the SQL statement
might be something like th... more >>
Search - stop words - array/database/text file?
Posted by Rob Meade at 2/7/2004 11:05:15 AM
Lo all,
Ok - I'm adding site search functionality to a database driven website.
I have a list of 390 stop/ignore words, having looked at ASPFAQ already I
see that the example uses an array, what I was wondering was whether this
would still be the best practice for this quantity of stop words... more >>
AsP webmail
Posted by David Aldred at 2/7/2004 2:46:43 AM
Is there any 'plug n play' code out there to create a webmail site?
I have a domain which supports pop email and i allow people their own email
address from me, and some have asked if I can create a basic webmail setup.
Thanks in anticipation
dave
... more >>
Counting Question....
Posted by Jeff Uchtman at 2/7/2004 1:55:47 AM
Access database. What is the best method to count a field that has the
numbers 1 - 93 in it, over 1008000 rows long. Trying to obtain how many
times 1, 2, 3 etc show up in this field.
Thanks
Jeff
... more >>
|