Search the web
Sign In
New User? Sign Up
AspClassicAnyQuestionIsOk
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

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 8167 - 8196 of 8655   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8167
Rob, In your SQL query you use quotes around r_number. strSQL3 = "UPDATE... ...WHERE record_no = '"& r_number &"'" Quotes are needed for strings. Since...
Georges Lens
geolens
Online Now Send Email
Jan 1, 2008
5:49 pm
8168
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...
Robert McCurdy
mccurdy_czz_rob
Offline Send Email
Jan 2, 2008
2:30 am
8169
A "registry key" error message in such circumstances is usually related to the ODBC driver. So the first thing to do is to try the OLEDB driver. ...
Georges Lens
geolens
Online Now Send Email
Jan 2, 2008
1:50 pm
8170
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...
Joel
joelhe
Offline Send Email
Jan 4, 2008
9:41 pm
8171
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...
Dan
danaspelite
Offline Send Email
Jan 21, 2008
11:55 am
8172
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...
Mischa Kroon
aemca_san
Offline Send Email
Jan 21, 2008
12:26 pm
8173
Well we answer WinForms questions on [AspNetAnyQuestionIsOk]. And Ado.NET on [AspNetAnyQuestionIsOk]. Any questions that we don't answer on on...
Charles Carroll
charlesmarkc...
Online Now Send Email
Jan 21, 2008
12:26 pm
8174
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...
Powderhill, Dan
danaspelite
Offline Send Email
Jan 21, 2008
12:34 pm
8175
dear all, im newbie in asp. i need help how to create after_update event procedure ?? example : <%@language = "VBSCRIPT"%> <% <!-- #include file="adovbs.inc"...
ideps
Offline Send Email
Jan 23, 2008
12:16 pm
8176
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...
pushpendra singh
ps.rathoud
Offline Send Email
Jan 28, 2008
2:06 pm
8177
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...
Ananda Rajeurs
rajeursananda
Offline Send Email
Feb 4, 2008
10:59 pm
8178
have a look here for a tool to do this easily: http://www.genericdb.com/...
mischa kroon
aemca_san
Offline Send Email
Feb 4, 2008
11:25 pm
8179
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...
Dan Ho
dan_ho73
Offline Send Email
Feb 6, 2008
5:47 pm
8180
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...
Charles Carroll
charlesmarkc...
Online Now Send Email
Feb 6, 2008
11:31 pm
8181
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...
Darth Mikey D
darth_mikeyd
Online Now Send Email
Feb 11, 2008
4:53 am
8182
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...
tuzviz
Offline Send Email
Feb 13, 2008
4:36 pm
8183
I think it is a browser cache problem see: http://learnasp.com/freebook/asp/cachenomore.aspx for the solution....
Charles Carroll
charlesmarkc...
Online Now Send Email
Feb 13, 2008
6:40 pm
8184
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...
Christie Mason
cmasonvargas
Offline Send Email
Feb 13, 2008
7:30 pm
8185
AFAIK the correct syntax is MMDDYYYY in SQL Server 2000 CMIIW [Non-text portions of this message have been removed]...
ruth.kpraktek@...
rya_acem_manice
Offline Send Email
Feb 14, 2008
3:27 am
8186
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 ...
mischa kroon
aemca_san
Offline Send Email
Feb 14, 2008
9:49 am
8187
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...
Send Email
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...
javediq_143
Offline Send Email
Feb 23, 2008
1:04 pm
8189
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...
Mischa Kroon
aemca_san
Offline Send Email
Feb 23, 2008
4:18 pm
8190
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...
joel7343
Offline Send Email
Feb 26, 2008
12:11 am
8191
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...
mischa kroon
aemca_san
Offline Send Email
Feb 26, 2008
10:00 am
8192
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...
javediq_143
Offline Send Email
Mar 17, 2008
9:15 am
8193
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...
javediq_143
Offline Send Email
Mar 17, 2008
9:22 am
8194
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....
mischa kroon
aemca_san
Offline Send Email
Mar 18, 2008
10:29 am
8195
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,...
javediq_143
Offline Send Email
Mar 25, 2008
11:19 am
8196
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...
mischa kroon
aemca_san
Offline Send Email
Mar 25, 2008
12:46 pm
Messages 8167 - 8196 of 8655   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