Hi everyone I think I am missing something obvious but I cannot see it this query SELECT tblASINRequests.fldASIN, Format(fldTimeStamp,"yyyy-mm") AS period, ...
You mention that when you run it in access, it gives you a couple of prompts?. So, when you run it in ASP, I presume the error is the same: it's expecting...
All of a sudden it came to light, the access query does not mind "quotes" but across the odbc its preference is 'apostrophes' clarity is a wonderful thing? ...
Hi folks I'm running of an IIS6 dedicated server, and I think there might be something off here When I go to http://www.hagshama.org.il/tu-bishvat I get an...
Thanks Shawn This is quite interesting - and very basic - I am surprised I haven't seen it until now. The funny thing is that on all shared hosts I have used,...
Hi Moshe, ... My pleasure. ... Your shared hosts probably had error handling disabled, or used a custom error page that spit the same content out regardless of...
... Thanks again Shawn Off I go... ... From: Shawn K. Hall ... No really. Actually, it's here: http://12pointdesign.com/advice/url_canonicalization.asp -Shawn ...
I am having troubles with my website when accessing mysql. I am using classic ASP and have been using ASP with MySQL for years. this is new to me. I just...
IS there a limiti set on the mysql for concurrent connections are you busy and reaching this limit. a tentative reboot on both servers might help too? STuart ...
no, I checked the connections, and it's set high enough that it shouldn't be an issue (I can't recall off hand the setting) one thing I did find is that the...
Hi Scott, ... I saw something like this on one of my servers a couple months ago after an IIS update. It was being triggered because the specific user only had...
excellent thought. I will have to look at the IIS account. I do know that there are not multiple connection requests on a single page, but there may be several...
Anyone using or plan on using Visual Studio 2008? I just found out Microsoft has dropped support for code syntax coloring of classic ASP pages (VBScript). What...
Hello, Is it possible to create and save a file with asp? For example, could I create a form and save the results as a new file somewhere for me? Thanks, Pam...
Yes it is possible. You will need a directory on your server somewhere that has write permissions for the IUSR user. Do a google search on FileSystemObject ...
Thanks Mark. Knowing what you are looking for is often half (or more) the battle. That gives me a good place to start. Pam ... ght;padding-right:.5em;}...
Hi, I need help with filling large data (3000+) in DDLB . Is it possible ? I guess, a drop-down will not work with this large number of options. Well, the...
Google has a lot of links to resources that cover this in ASP.Classic, did you try there? http://www.google.co.uk/search?hl=en&q=type+ahead+list+in+ASP&meta= ...
Thanks , I checked the google page but all the explanations are for .NET pages. I wanna to it in ASP. DO you think it's possibe? thanks Monika ... ASP.Classic,...
Indeed you are right, my apologies. Having given this further thought, the classic "type ahead" method of implementing this which is usually used with...
How about an AJAX type solution so you can drill as you type on a field? you can also key it so it only does it after x number of characters.. you need to set...
... Look at the client-side source here: http://www.google.com/webhp?complete=1&hl=en The server side source just has to be capable of spitting out a similar ...
Just a quick question. I have a family message board system that we just use textarea boxes for inputing the messages, but would like to set it up to use a...
http://www.webwizguide.com/webwizrichtexteditor/ They offer a free version. This is the one I use. ed ... From: active-server-pages@yahoogroups.com ...
www.unverse.net light simple and easy to implement ( about half the size of web wiz) you have mooch for it but there is some really cool documentation too -- ...
Anyone done anything to use Google to geocode an address and store it in a Db? I've used geocoder.us and SOAP to do it previously, but not sure how to go...
Has anyone else run into an issue with Blob fields in MySql using the MyODBC connector, where the blob content is all ?????????'s? i've run into it before,...
Hi... I can't remember/find the query command to not show duplicates in a RecordSet. I need to query a DB, but only show one record for each address. I THOUGHT...