Ask a Question related to Macromedia Dreamweaver, Design and Development.
-
stewboy webforumsuser@macromedia.com #1
case-sensitivity (ASP VB)
My database is case-sensitive, so when a user inputs geg instead of GEG, it doesn't recognize. I tried putting LIKE instead of = in the SQL, but that makes no difference.
Is there a way to set the parameters of my form variable so the input is Upper Case only?
stewboy webforumsuser@macromedia.com Guest
-
Sandboxes and case-sensitivity
Sandbox security is ran through the JVM, and JAVA is case sensitive. So more and likely there will not be a fix for it. It has been this way since... -
INSTR function and case sensitivity
I am using the INSTR function to do a match on a text field that collects form data with the same field in my database. It isn't finding a match if... -
Case sensitivity
I feel silly posting this basic question but I don't know where to post this. Most websites handle case-sensitivity when the user manually types... -
#23026 [Com]: Make Zend case-sensitive (classes, functions, remove case-insensitive)
ID: 23026 Comment by: nvivo at mandic dot com dot br Reported By: mfischer@php.net Status: Open Bug Type: ... -
retrieve HTTP_HOST with case-sensitivity (as entered on the client)?
This doesn't seem like it should be *that* difficult, but after quite some time trying to figure it out, I'm still banging my head against the... -
jon spivey #2
Re: case-sensitivity (ASP VB)
Hi,
strTemp = ucase(request.form("fieldname"))
Jon
"stewboy" <webforumsuser@macromedia.com> wrote in message
news:bf9l9q$c0v$1@forums.macromedia.com...it doesn't recognize. I tried putting LIKE instead of = in the SQL, but that> My database is case-sensitive, so when a user inputs geg instead of GEG,
makes no difference.Upper Case only?>
> Is there a way to set the parameters of my form variable so the input is>
>
jon spivey Guest
-
Ed #3
Re: case-sensitivity (ASP VB)
change your SQL statement to check for uppercase
....
Where Upper( field1 ) = Upper ( parameter )
On Fri, 18 Jul 2003 20:28:42 +0000 (UTC), "stewboy"
[email]webforumsuser@macromedia.com[/email] wrote:
>My database is case-sensitive, so when a user inputs geg instead of GEG, it doesn't recognize. I tried putting LIKE instead of = in the SQL, but that makes no difference.
>
>Is there a way to set the parameters of my form variable so the input is Upper Case only?
>
>Ed Guest



Reply With Quote

