Re: [AspClassicAnyQuestionIsOk] check case

2005-07-06 Thread Jegatha
ya Balaji,i changed database strings into lowercase as well i checked using LCase function a=request.form(name) ss=LCase(a) if(rs(Cname)=ss) then response.write(exists) else response.write(new record) end if Balaji vishnubhotla [EMAIL PROTECTED] wrote: Hi Jegatha, U please convert the input

[AspClassicAnyQuestionIsOk] inserting images

2005-07-06 Thread vinodparassala
please send me a code in asp to insert image and retrive image in sql data base regards vinod Yahoo! Groups Links * To visit your group on the web, go to: http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/ * To unsubscribe from this group, send an email to: [EMAIL

[AspClassicAnyQuestionIsOk] Date time and IP, save in MS access

2005-07-06 Thread ENGRAZE
Hello, I want to save the Date (Short Date), time and ip address with user name in database on local intranet through asp code, i am using the asp pages in local intranet pages and i want to get the comment from user so i have trouble in date save, test boxes data save successfully in MS Access

Re: [AspClassicAnyQuestionIsOk] check case

2005-07-06 Thread Jegatha
Thank u Bob Balaji,i have got the answer. regards, Jegatha Bob Filipiak [EMAIL PROTECTED] wrote: In case you missed something try: strRS = LCase(rs(Cname)) ... if(strRS = ss) then response.write(exists) else response.write(new record) end if - Original Message - From:

[AspClassicAnyQuestionIsOk] Boiling Springs SC July 7th Thursday (tommorow) USER GROUP kickoff

2005-07-06 Thread Charles Carroll
6pm - 9pm July 7th Thursday ASP.net topics and we will answer ALL YOUR QUESTIONS about .net!!! location: PCSS Inc. Headquarters 909 Wesley Court Boiling Springs, SC 29316 Topics (speaker/presenter Charles Carroll ): = Classic ASP speed tips w/Databases = Memory Leaks in Classic ASP =

[AspClassicAnyQuestionIsOk] Authenticate to SMTP

2005-07-06 Thread Mike Belcher
Ive seen it in .net... and can do it but how to sendmail with cdonts and authenticate to the smtp server? I keep getting errors. I search google and it is all about asp.net... Yahoo! Groups Links * To visit your group on the web, go to:

RE: [AspClassicAnyQuestionIsOk] Authenticate to SMTP oops

2005-07-06 Thread Mike Belcher
Here is how it is in asp.net but when using this I get an error saying: Microsoft VBScript compilation error '800a0414' Cannot use parentheses when calling a Sub /_Scripts/SendMail.asp, line 75 objMail.Fields.Add(http://schemas.microsoft.com/cdo/configuration/smtpauthe nticate, 1)