Search the web
Sign In
New User? Sign Up
active-server-pages · Active Server Pages Developers' List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 9904 - 9933 of 12395   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
9904
Even that doesn’t work ;-( Ilyas ... From: ILyas [mailto:lists@...] Sent: Monday, November 01, 2004 9:58 AM To: active-server-pages@yahoogroups.com ...
ILyas
iluilyas
Offline Send Email
Nov 1, 2004
12:43 pm
9905
Hello, I have a problem. I am querying a database from ASP and getting 2 Recordsets. 1 RS is a reference RS used to compare the other RS. Is there a easy way...
Mahesh Mohite
mohitem
Offline Send Email
Nov 1, 2004
9:32 pm
9906
Hi Ilyas, ... Did you look in the IIS Logfiles, or only the server logs? Look in the log file for the hit you made and tell us what the error says. If it's a...
Shawn K. Hall
shawn_ra
Online Now Send Email
Nov 1, 2004
9:34 pm
9907
Hi Mahesh, ... Are you wanting to only return records that are the same on both recordsets, or are you wanting to return a complete listing (side by side...
Shawn K. Hall
shawn_ra
Online Now Send Email
Nov 1, 2004
9:40 pm
9908
I have got these 2 Recordsets after querying them separately from the ASP code. Now using this ASP code I have to compare them and display either of the...
Mahesh Mohite
mohitem
Offline Send Email
Nov 1, 2004
9:53 pm
9909
... The order to process them in is 2, 3, 1 (I added numbers to the results above). As Shawn said, put both recordsets into separate arrays. Get the upper...
Paul Manzotti
heronoseven
Offline Send Email
Nov 1, 2004
9:59 pm
9910
I was able to achive result earlier before posting. However, for the other results I was facing problem in compare RS1: FName (Field Name) Tom Dick Harry Nancy...
Mahesh Mohite
mohitem
Offline Send Email
Nov 1, 2004
10:16 pm
9911
I was able to achive result 2 earlier before posting. However, for the other results I was facing problem in comparing RS1: FName (Field Name) Tom Dick Harry ...
Mahesh Mohite
mohitem
Offline Send Email
Nov 1, 2004
10:20 pm
9912
... Well, in the SQL statement, you need to ORDER BY FName ASC, so that the two recordsets will be in the same order. Then, you need to put each recordset into...
Paul Manzotti
heronoseven
Offline Send Email
Nov 1, 2004
10:25 pm
9913
I hv no ctrl over the server - sent an email to support team - to enable this - if nothing works - will hv to use the local host for the further development b4...
ILyas
iluilyas
Offline Send Email
Nov 2, 2004
5:10 am
9914
I work for this company, http://www.naltabyte.se , and we are now looking for people who can help us figure out how to improve (miopages) further. I'm not...
softscripting
Offline Send Email
Nov 2, 2004
6:43 am
9915
I need to connect to a dbase database, but cannot seem to get it right. Here's my connection string: strCon = "Driver={Microsoft dBASE Driver (*.dbf)};" & _ ...
Chris Hagwood
chris_hagwood
Offline Send Email
Nov 2, 2004
7:37 pm
9916
This site has a great example http://www.asp101.com/samples/viewasp.asp?file=database%2Easp _____ From: Chris Hagwood [mailto:cwh@...] Sent: November 2,...
Cadieux.Tim@...
tim_cadieux
Offline Send Email
Nov 2, 2004
7:39 pm
9917
Probably has something to do with the path of the database file. If E:\ is mapped to a network resource, try moving the *.dbf file to a local folder, change...
John Vieth
aspsavant
Offline Send Email
Nov 2, 2004
7:43 pm
9918
Yes, that was the problem... now the problem is that I don't have permission it seems to view the data! Argh! I may just have to copy it locally and do it...
Chris Hagwood
chris_hagwood
Offline Send Email
Nov 2, 2004
8:09 pm
9919
If permission is the problem, try the following: 1. In the IIS management console snap-in thingy, navigate to the file(s) that need to access the network...
John Vieth
aspsavant
Offline Send Email
Nov 2, 2004
8:23 pm
9920
Looking for an electronic postcard script. Anyone? thanks! ... Outgoing mail is certified Virus Free. Checked by AVG anti-virus system...
Gary Broyhill
broyhillg
Offline Send Email
Nov 2, 2004
10:41 pm
9921
Hi Everyone! I'm new to this chat, so I wanted to say HELLO! Also, can anyone help me code a timer which times how long a function takes to run. I need to...
roughraver1000
Offline Send Email
Nov 3, 2004
7:26 pm
9922
Not sure about javascript (sorry - too rusty with my JS nowadays), but in VBScript you could do something like this :- Function fnMyFunction() Dim dStartTime,...
Dan Powderhill
danaspelite
Offline Send Email
Nov 4, 2004
9:11 am
9923
Does anyone use Webworkz for their web hosting? At work we do (I use a Zesthost for my personal sites), and they seem to be down. I am wondering if anyone has...
Soren
sorenwinslow
Offline Send Email
Nov 4, 2004
5:23 pm
9924
I have never used a subdomain before and would like to try. Our web host will set up this subdomain for us: http://articles.independent-sales-reps.com We want...
professorw999
Offline Send Email
Nov 4, 2004
6:04 pm
9925
There are 2 issues here. The first issue is that you should not settle for a host that is so inflexible. I moved all my domain names to GoDaddy.com. They're...
John Vieth
aspsavant
Offline Send Email
Nov 4, 2004
6:54 pm
9926
Hi, I have an html page which has frames. The srce for one of the frame is a query page(query.asp) and the source for other frame is the results(results.asp)...
kpraoasp
Offline Send Email
Nov 4, 2004
7:10 pm
9927
Why do you want to refresh? With frames, people must refresh the individual frame documents by selecting the frame and choosing refresh. Otherwise the whole...
John Vieth
aspsavant
Offline Send Email
Nov 4, 2004
7:21 pm
9928
Thanks John. It does help me a bit. Here's what the users do. When the get the results for the query, they click on a particular record, this opens a new...
kpraoasp
Offline Send Email
Nov 4, 2004
8:28 pm
9929
Rather than instructing the user to refresh their browser, you could accomplish the same thing with a link targeted at the results page's frame. That would...
John Vieth
aspsavant
Offline Send Email
Nov 4, 2004
8:37 pm
9930
Hello all, I'm a new memebr in this group, and i have a question. I'm using Windows xp pro, i installed IIS on my PC to see my .asp files on the browser. I...
Chess Player
great_chess2002
Offline Send Email
Nov 4, 2004
9:56 pm
9931
You don't write the ASP file's path, you write the computer's URL. Go back to the IIS installation notes and make sure you are getting to the sample pages...
David Smart
smartware_co...
Offline Send Email
Nov 4, 2004
10:16 pm
9932
How about storing the query in a session variable that gets checked every time that the results page gets loaded. For example, when the query gets submitted,...
Matías Niño L...
man95002
Offline Send Email
Nov 4, 2004
10:50 pm
9933
Thankx Mr. David for your reply. The asp file's is right.. i wrote it http://localhost/file.asp Where: ( file.asp ) is the asp file. So, what is the wrong? ...
Chess Player
great_chess2002
Offline Send Email
Nov 5, 2004
3:40 am
Messages 9904 - 9933 of 12395   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help