Hi, I am using ASP with an access backend. When I attempt to connect to the database, I get this error '----------------------------------------------------- ...
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 ...
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...
Chamindu Ruwin Munasi...
chamindu@...
Jan 7, 2003 9:46 am
4602
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...
Brian Hitney
bhitney@...
Jan 7, 2003 2:05 pm
4603
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...
Chamindu Ruwin Munasi...
chamindu@...
Jan 8, 2003 3:16 am
4604
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...
What about the users passwords? Storing them in the database seems like it comprimises security. Perhaps leaving the site anonymous but including code that...
Brian Hitney
bhitney@...
Jan 8, 2003 2:14 pm
4606
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)....
Costanzo, Ray
rcostanzo@...
Jan 8, 2003 3:53 pm
4607
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...
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...
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 ...
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...
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...
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...
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...
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?...
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...
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...
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...
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...
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...
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...
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: ...
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...
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...
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...
Chamindu Ruwin Munasi...
chamindu@...
Jan 14, 2003 8:34 am
4625
Hi guys, We want to use IIS as a part of our application. We have to 'capture' XML documents that are fired at the IIS server and then process them, using a...
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...