Rob, In your SQL query you use quotes around r_number. strSQL3 = "UPDATE... ...WHERE record_no = '"& r_number &"'" Quotes are needed for strings. Since...
Thanks to George and Tom. My data type mismatch problem is solved. One more thing. I'm having a problem with a connection string. I'm confused about what the...
I have an application running for a group where the leaders have access to a database in a password protected subweb created using MS FrontPage Site...
Hi guys, It's been a while since I posted or read this list as my career has shifted focus slightly from web-development back to windows development. I've...
VB.NET / ADO.NET questions can be asked / answered in the following Yahoo groups: AspNetAnyQuestionIsOk (run by Charles) and RTFManual (run by Dean if I'm not...
Thanks Charles / Mischa, I think my AspNetAnyQuestionIsOk membership lapsed so I'll rejoin, and also look at the develop.com lists. The company I'm now working...
dear all, im newbie in asp. i need help how to create after_update event procedure ?? example : <%@language = "VBSCRIPT"%> <% <!-- #include file="adovbs.inc"...
Hi all, I am India based ASP programmer.(ASP,MSSQL,HTML,JAVASCRIPT) I am looking for a change and I have 2 years of work experience. Can anyone suggest how...
Hello, I am trying to enter multiple records into the database based on the program. I am allowing 20 multiple records on the form. When I retrieve from the...
Hi, When I tried to download a video off from my site, I got the error message below. The video size is about 500 mb. Can anyone can help me how to resolve...
The server needs a RAM upgrade. Or you should download such a video by FTP or some other protocol that puts less memory pressure on the server so less RAM is...
I need some help. I am trying to create a shopping cart using cookies. However, I am having a problem when I delete items from the cart. I delete the items...
Hi! My problem seems to be quite simple, however, I've found no working solution on the net. I need to insert a Date/Time value in an Access field from ASP...
I'm being told by multiple people to think very hard about choosing either PHP or ASP.net for all future development now that ASP is heading in the direction...
Made the switch to ASP.NET a long time ago. Loved it, but it's a bit harder to get around in. The new designers are based upon the expression web designer and ...
Classic asp I have read about this issue when going back to a page and about the getting round it with using the get method but this doesn't seem to work now....
mbelcher
AspClassicAnyQuestion...
Feb 22, 2008 2:13 am
8188
Hi All, I want to make a User Login page using ASP-MYsql-Ajax. I've created the Dbase and written some FORM codes. Here is exactly what i want to do. When user...
Easiest is to use a library like Jquery: http://jquery.com/ With this you can just execute a page and call a callback javascript function. In this javascript...
I run an e-mail list for a small non-profit and would like to automatically create a searchable archive of messages sent to the list so that list members can...
Send e-mail to a pop account then use a pop3 component to read the e-mail from this account and then add it to the database. Components can be easily found...
Hi All, I've made this ASP page which will take the form data and check specific TABLES for existence of record. If either data exist it will set the Final...
Hi All, I've made this ASP page which will take the form data and check specific TABLES for existence of record. If either data exist it will set the Final...
You don't open a recordset object when useing an insert query. So you can't close it. You only get an open recordset object back when doing a select query....
Hi All, I'm back again with another problem. I want to create an ASP page, lets name it as "Main", which will have one Select Box. When user change this box,...
So your problem is reading the ajax object or adding the html to the form based on the value of the Ajax object. If adding the html to the form is the problem...