Search the web
Sign In
New User? Sign Up
active-server-pages · Active Server Pages Developers' List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 1748 - 1777 of 12395   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1748
Thanx for the answer. Question tho: what if the field exists but it's like a zero-length field? Thanx, Haikal ... fields ... etc) do not ... by ... what ... ...
haikal_siregar
Offline Send Email
Feb 1, 2002
10:44 am
1749
If your db allows nulls you can store a null, or store the empty string but make sure you use 1 as the length. When you do len(sText) for the length and sText...
Adrian Forbes
aidy_forbes
Offline Send Email
Feb 1, 2002
11:00 am
1750
My goal: Have an ASP page query an Access DB table linked to an Outlook PST file. Here's what I am attempting to do: I need to dynamically allow emails to be...
mdl333
Offline Send Email
Feb 3, 2002
2:21 am
1751
Okay, thanx for the help! :D Haikal ... string but ... that gives ... <adrian.forbes@n...> ... reference ... it ... the ... -- ... -- ... - ... - ... ...
haikal_siregar
Offline Send Email
Feb 3, 2002
12:54 pm
1752
Hi, I've been getting the following error everytime i try to create a ... Microsoft VBScript runtime error '800a0046' Permission denied: 'MsgBox' ... valNot =...
haikal_siregar
Offline Send Email
Feb 3, 2002
1:02 pm
1753
Hi, ... Microsoft JET Database Engine error '80040e10' No value given for one or more required parameters. /process_searchname.asp, line 27 ... Dim sText, y y...
haikal_siregar
Offline Send Email
Feb 3, 2002
3:44 pm
1754
Dear Friends, If you find it OK, please re-forward the following messages to your friends including other egroups. Pushkar ... From: Ronald Laloo To: EvaLynne...
icm1234
Offline Send Email
Feb 4, 2002
5:15 am
1755
Hi I am new to javascript. how to validate space in a text box? help me out. if anybody have code send it to me....
rlnarasimhan2002
rlnarasimhan...
Offline Send Email
Feb 4, 2002
7:27 am
1756
Explain what your want to do a bit more, and someone might be able to help! Chris ... From: rlnarasimhan2002 [mailto:rlnarasimhan2002@...] Sent:...
Chris Raethke
craethke@...
Send Email
Feb 4, 2002
7:29 am
1757
You can't use msgbox in ASP code as ASP does not have access to any desktop display. And who would see the message box anyway? <% if NoMatches then %> MsgBox...
Adrian Forbes
aidy_forbes
Offline Send Email
Feb 4, 2002
9:48 am
1758
... Does sText contain any data? Try strSQL = "SELECT * FROM tbStudents WHERE tbStudents.ID = " & sText or strSQL = "SELECT * FROM tbStudents WHERE...
Adrian Forbes
aidy_forbes
Offline Send Email
Feb 4, 2002
9:50 am
1759
If you really need a messagebox, use javascript: alert("hello world") you can make an if-case in asp, and depending on true or false, create javascript...
Robin, Rickard
rille111
Offline Send Email
Feb 4, 2002
9:52 am
1760
Morning Group, I’m having a problem with my Select Case statement. I have created the statement as follows: StrEventType = Request.Querystring(“TYPE”) ...
Darryl McCormack
Fairlane6
Offline Send Email
Feb 4, 2002
11:35 am
1761
Uhm yes sText does contain data. I tried Response.WRite sText and there is data (and it's valid). A question tho, why would the SQL strings you gave me work...
haikal_siregar
Offline Send Email
Feb 4, 2002
12:26 pm
1762
Thanx for the help. Question tho, if you can't use the Message box why is it in the Microsoft VBScript documentation? Also what's an if- case, I've heard of...
haikal_siregar
Offline Send Email
Feb 4, 2002
12:28 pm
1763
... I think it's a "feature" of the provider as it doesn't happen with all versions of ADO. If it doesn't recognise something as a column or table name then...
Adrian Forbes
aidy_forbes
Offline Send Email
Feb 4, 2002
12:30 pm
1764
... Because it is part of VBScript, but a part that you can't use via ASP. ... sVar = "hello" select case sVar case "hello" DoThis case "there" DoThat end...
Adrian Forbes
aidy_forbes
Offline Send Email
Feb 4, 2002
12:32 pm
1765
Throw in a Trim(UCase(theString)) for your case,... that one gets me every time. Be Well, Ben ... <geek class="middle">me</geek> ...
Ben Roberts
sucrerey
Offline Send Email
Feb 4, 2002
3:31 pm
1766
Hello, I am wondering if anyone has successfully used Index Server to display page Characterization? Below is the code I am using. The results for the...
reverend655321
Offline Send Email
Feb 4, 2002
6:02 pm
1767
Is it possible to grant write permissions to a folder via an active server page? Thanks in advance. Gregg...
gmsetzer
Offline Send Email
Feb 4, 2002
7:11 pm
1768
Technically, yes, but not intrinsically. Depending on your whole setup, something like ASPUser (www.aspuser.com) may be helpful, or at least a starting...
Brian Hitney
bhitney@...
Send Email
Feb 4, 2002
7:15 pm
1769
Hi! Yes, you can change permissions within ASP, but you must be logged on as Administrator or Administrator equivalent. Aleksandr Palatkevich BPVN Technologies...
Alik Palatkevich
alik996
Offline Send Email
Feb 4, 2002
7:18 pm
1770
Hi friends, As we are in IT field or interested in it therefore it is mandatory to be updated with the latest news. Keeping this in mind I had opened a new...
icm1234
Offline Send Email
Feb 5, 2002
4:45 am
1771
Hi All Trying to do an SQL query and save myself some time - I want to REMOVE duplicate records from a DB - for instance I have RecID - FirstName - LastName ...
Mark Fowkes
fowkester2001
Offline Send Email
Feb 5, 2002
10:09 am
1772
Hi Group, Has anyone got any good examples of comparing a date from a form against today’s date? I want to stop users inputting dates, which occur in the ...
Darryl McCormack
Fairlane6
Offline Send Email
Feb 5, 2002
10:37 am
1773
/me sobs on top of SQL box... ... From: Mark Fowkes Sent: 05 February 2002 10:09 To: 'active-server-pages@yahoogroups.com' Subject: [ASP] SQL QUESTION Hi All ...
Mark Fowkes
fowkester2001
Offline Send Email
Feb 5, 2002
12:07 pm
1774
Theres an article at www.sqlservercentral.com on removing duplicate records from an SQL Server database (if you're using SQL Server, of course).... eifion...
Eifion Bedford
ecc_962
Offline Send Email
Feb 5, 2002
12:10 pm
1775
What would the job title be for a progammer/support guy that helps in the programming of new asp applications, debugs problems in existing applications and...
Michael Miller
mikemillerli
Offline Send Email
Feb 5, 2002
8:20 pm
1776
Hmmm would that be my new job? :-) probably "Web programmer/Technical Support Technician" ... From: Michael Miller [mailto:mikemiller@...] ...
mpforste
Offline Send Email
Feb 5, 2002
8:58 pm
1777
Job titleIt would OBVIOUSLY depend on the boss who defines the job...but I've had a similar sans the ASP and add VBA...and it was called an Escalation...
Dian Chapman
dianchapman
Offline Send Email
Feb 5, 2002
9:00 pm
Messages 1748 - 1777 of 12395   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