Re: Search function - upper and lower letters
- From: Omicron <Omicron100@xxxxxxxxx>
- Date: Sun, 10 Feb 2008 12:05:24 -0800 (PST)
On Jan 18, 5:32 am, Janwillem Borleffs <j...@xxxxxxxxxxxxx> wrote:
Omicronschreef:
How can my search function be re-written so that it will find an
existing string regardless of whether the database entry was entered
with a capital letter or a lower case letter?
According to the msdn website, all you need to do is add the following:
TDC1.CaseSensitive = false;
http://msdn2.microsoft.com/en-us/library/ms531360(VS.85).aspx
JW
Thank you once again for the help on that question. Perhaps you assist
me once agin (if I may be so bold).
I'm trying to figure out how I could get the TOTAL NUMBER OF RECORDS
that are in Text file I create for the TDC to read? In other words,
I'd like to be able to denote, on the webpage that after the database
was displayed, that it contained 457 records (or whatever). As you
know, the text file used by the TDC is a CSV list. Each time I type a
new line of CSV data, I consider it a new record. Is there a way to
get a variable for the total number of records that I could bring to
the screen via HTML or ???
Thank you once again for your time and knowledge.
Oh, yes...I have been plowing through the Microsoft site at
http://msdn2.microsoft.com/en-us/library/
but haven't found what I think I'm looking for!
.
- Prev by Date: Changing the background of a row
- Next by Date: Re: New color-manipulation library
- Previous by thread: Changing the background of a row
- Next by thread: FAQ Topic - What books cover javascript? (2008-02-11)
- Index(es):