Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

active-server-pages · Active Server Pages Developers' List

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 4597 - 4626 of 12478   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
4597 Asim Karim <asimka...
AsimKarim Send Email
Jan 6, 2003
2:30 pm
Hi, I am using ASP with an access backend. When I attempt to connect to the database, I get this error '----------------------------------------------------- ...
4598 Adrian Forbes
aidy_forbes Send Email
Jan 6, 2003
2:34 pm
http://www.aspfaq.com/show.asp?id=2154 ... From: Asim Karim <asimkarim@...> [mailto:asimkarim@...] Sent: Monday, January 06, 2003 2:30 PM To:...
4599 M Tapnack
tapnack Send Email
Jan 6, 2003
2:37 pm
make sure the database has got write permissions, as well as the IUSR and IWAM accounts of IIS. ... From: Asim Karim <asimkarim@...>...
4600 McCormack, Darryl
Fairlane6 Send Email
Jan 6, 2003
2:45 pm
You need to modify your connection string to use OLEDB, something like: conn.Open = "PROVIDER=Microsoft.Jet.OLEDB.4.0;Data Source= {path to your database} HTH ...
4601 Chamindu Ruwin Munasi...
chamindu@... Send Email
Jan 7, 2003
9:46 am
Hi When accessing my site if the user has logged on to the domain he should be able to access the site without any logon prompt. If he is not logged on to a...
4602 Brian Hitney
bhitney@... Send Email
Jan 7, 2003
2:05 pm
I'm confused, are you allowing someone access by checking their credentials against database, or against the domain? Generally if you are logged onto the...
4603 Chamindu Ruwin Munasi...
chamindu@... Send Email
Jan 8, 2003
3:16 am
Hi ... database, or against the domain? both if the user is logged on to a domain then I dont want a login prompt but if not he should be authenticated against...
4604 Mailer, Mark
staticfishuk Send Email
Jan 8, 2003
1:50 pm
Hi all, Wonder if anybody know's of an efficient way of rearraging arrays. I'm building an Intranet with content to be managed by the departments. Currently it...
4605 Brian Hitney
bhitney@... Send Email
Jan 8, 2003
2:14 pm
What about the users passwords? Storing them in the database seems like it comprimises security. Perhaps leaving the site anonymous but including code that...
4606 Costanzo, Ray
rcostanzo@... Send Email
Jan 8, 2003
3:53 pm
I cannot remember if the "is Textpad dying" discussion was here or in a usenet group. But if it was here, please note that there is a new version (minor)....
4607 Takella, Hari
takkellahari Send Email
Jan 9, 2003
2:10 pm
Hi, I have a question. I have Windows ME Workstation, I installed PWS somehow and then able to do ASP porgramming. I want to do some Databasr coding and I...
4608 Adrian Forbes
aidy_forbes Send Email
Jan 9, 2003
2:12 pm
Just use Access. Although if you want a machine for developing, ME is not the right one. If you are serious consider replacing it with a non-home version of...
4609 Takella, Hari
takkellahari Send Email
Jan 9, 2003
2:16 pm
Can you please tell me as to whether the SQL server 7.0 that is there in my machine can be used to do the SQL connectivity and coding. I think it is the ...
4610 Adrian Forbes
aidy_forbes Send Email
Jan 9, 2003
2:19 pm
If you want to use Access then the easiest way is to install it, it is an application available from Microsoft. This gives you a GUI application that you can...
4611 jmkk_2001 <jmkk_20...
jmkk_2001 Send Email
Jan 9, 2003
6:21 pm
Hello all...I'm very new to ASP, and my background is in databases. I've been asked to look into getting some of our databases onto our Internet site for our...
4612 Brandon Schenz
midwestsport... Send Email
Jan 9, 2003
6:26 pm
I would recommend ASP.NET. It is what's new, and will have the most active support from MS. I never coded in ASP, but I did look at it, and I found .Net much...
4613 Robert Cheeseman
loon_109 Send Email
Jan 9, 2003
7:25 pm
AIG Global Investment Corp. (Europe) Ltd.Hi Mark, 1. What is it you want to achieve, as there may be a simpler way of doing it? 2. Could you use the filenames...
4614 Wade Armstrong
juniorbird_47 Send Email
Jan 10, 2003
1:28 am
When you're providing a form to query a table that's indexed for full-text searching, what's the best way (or ways) to handle the input from the search form?...
4615 Takella, Hari
takkellahari Send Email
Jan 10, 2003
6:04 pm
Couple of Questions: Can anyone tell me is there a way counterpart for Msgbox(client Side) on the server side code to pop an alert to the user from the...
4616 Barajas, Arturo
abarajash Send Email
Jan 10, 2003
10:50 pm
Hari: If you use JavaScript, it's something like: <script language="JavaScript"> alert("Your messag here"); </script> It shows a standard dialog box with an...
4617 mahamdy21 <mahamdy...
mahamdy21 Send Email
Jan 11, 2003
4:12 pm
Dear All, I am doing my masters in the e-commerce field. And I need a small favour from Thesis questionnaire collection. If you kindly take 5 minutes of your...
4618 mahamdy21 <mahamdy...
mahamdy21 Send Email
Jan 11, 2003
4:13 pm
Dear All, I am doing my masters in the e-commerce field. And I need a small favour from Thesis questionnaire collection. If you kindly take 5 minutes of your...
4619 Adrian Forbes
aidy_forbes Send Email
Jan 13, 2003
9:49 am
I'b be wary of Session timeouts as all those questions on one page may take a while to answer. I'd also re-check your English as some of the questions/answers...
4620 Mark Mailer <mark....
staticfishuk Send Email
Jan 13, 2003
11:32 am
Hi Rob, I am trying to acheive a simple and low server processing way of doing this. I don't want 50 lines of code just to sort an array out :) I like the idea...
4621 Robert Cheeseman
loon_109 Send Email
Jan 13, 2003
10:21 pm
Have you tried javascript? If you create a 2d array of the files, giving each one a numerical ID, you should be able to use the array.sort javascript method: ...
4622 nidhiv <nidhiv@......
nidhiv Send Email
Jan 14, 2003
2:17 am
Hello All, I am building an intranet application. I need to find the machine name of the user. does anyone know how can I get this information? I have tried...
4623 Mailer, Mark
staticfishuk Send Email
Jan 14, 2003
8:18 am
I think if you want to get LOGON_USER then you need to set automatic authentication, if it's setup correctly this will be seamless tho' Mark ... From: nidhiv...
4624 Chamindu Ruwin Munasi...
chamindu@... Send Email
Jan 14, 2003
8:34 am
Hi you have to enable reverse DNS lookups to get the REMOTE_HOST value please refer Knowledge base article Q245574 HTH Chamindu ... From: Mailer, Mark...
4625 mark wills
markrobertwills Send Email
Jan 20, 2003
6:26 pm
Hi guys, We want to use IIS as a part of our application. We have to 'capture&#39; XML documents that are fired at the IIS server and then process them, using a...
4626 nickvansmack9 <nic...
nickvansmack9 Send Email
Jan 21, 2003
12:35 am
I recently got a laptop with XP Home. I'm tapped out of cash to get XP Pro though. How can I install a webserver on XP Home to learn ASP in? What if one cannot...
Messages 4597 - 4626 of 12478   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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