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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10302670.html
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)
...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_10418939.html
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.
http://www.experts-exchange.com/Database/Oracle/Q_10892901.html
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_11283197.htm...
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!
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20099658.html
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(...
http://www.experts-exchange.com/Programming/Misc/Q_20577519.html
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...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_20878792...
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?
http://www.experts-exchange.com/Programming/Languages/CPP/Q_21161777.html
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".
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Excel...
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...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_21673039.html
Zones:
MS SQL ServerDate Answered: 01/03/2006 Rating: 7.8 Views: 0