Enter Keywords:
1 - 10 of 170(0 seconds)
Sort By:
 
I have the following code.  I need to make sure that is in upper case.  How do you do this with basic_string: typedef basic_string<TCHAR> CStr; Then somewhere in my function I do the followi...
Zones: C++Date Answered: 03/21/2000 Rating: 6.8 Views: 0
How can I select records that have the UPPER case values only in a given field? Resultset for Name should return: (3 records) NAME ----- SALIM JOHN JIM while name has: (6 records) ...
Zones: MS SQL ServerDate Answered: 06/09/2000 Rating: 7.0 Views: 0
Hi, I have a table named EMP (EMPID char, NAME char). When i insert in to this table, i want the field EMPID should be upper automatically. may u help me? htd.
Zones: OracleDate Answered: 08/03/2000 Rating: 8.8 Views: 0
Using VBScript I want to be able to take a string like a & a water street and put the first characters of everyword to Caps. For example I would like the above to display A & A Water Street.  It...
Zones: ASPDate Answered: 09/15/2000 Rating: 6.6 Views: 0
Hi! What should I do to make all entries in all my text boxes be in upper case even if the Caps Lock is false? Tnx!
Zones: Visual BasicDate Answered: 06/22/2002 Rating: 8.4 Views: 0
this cose is suppose to be able to count vowels upper and lower i made a sart on the lwer but cannot even get this to work can some help please. #include<stdio.h> #include<string.h> void menu(...
Zones: ProgrammingDate Answered: 10/13/2003 Rating: 7.4 Views: 0
I have a text field in my database.  In SQL Enterprise Manager the text is in its proper format.  When I output the text in CF, it changes the first letter of every word to upper case.  How can I c...
Zones: Cold...Date Answered: 02/09/2004 Rating: 9.4 Views: 0
I have tried to use strupr(char) and it worked on vs.net's c++, but once I compiled on Linux it didn't work. Is there another function to change a char[4] to all uppercase?
Zones: C++Date Answered: 10/08/2004 Rating: 7.8 Views: 0
for example, when I type "a" and press enter it will automatic change to "A".
Zones: MS ExcelDate Answered: 06/08/2005 Rating: 9.2 Views: 0
I am retrieving the state name from the table. But I want the state name to be like New Jersey (i.e. the first letter upper case and the rest lower cases for the two words). I did this: LTRIM(RTR...
Zones: MS SQL ServerDate Answered: 01/03/2006 Rating: 7.8 Views: 0