The more I read, the more I acquire, the more certain I am that I know nothing. -Voltaire
Changing the datatype of a Column
Changing the datatype of a Column:
"ALTER TABLE table ALTER COLUMN column_name new_data_type
Ex.
ALTER TABLE MyTable ALTER COLUMN MyColumn NVARCHAR(20)"
"ALTER TABLE table ALTER COLUMN column_name new_data_type
Ex.
ALTER TABLE MyTable ALTER COLUMN MyColumn NVARCHAR(20)"
IsNumeric in C#
VBForums - View Single Post - IsNumeric in C#: "a simple example of implementing the IsNumeric function in to C# i knocked up ...
visual basic code:
private bool IsNumeric(object ValueToCheck)
{
double Dummy = new double();
string InputValue = Convert.ToString(ValueToCheck);
bool Numeric = double.TryParse( InputValue , System.Globalization.NumberStyles.Any , null , out Dummy);
return Numeric;
}"
visual basic code:
private bool IsNumeric(object ValueToCheck)
{
double Dummy = new double();
string InputValue = Convert.ToString(ValueToCheck);
bool Numeric = double.TryParse( InputValue , System.Globalization.NumberStyles.Any , null , out Dummy);
return Numeric;
}"
My Hotmail Windows Live mail feedback
The flashing banners on top and right are not only lame. They are:
1) Really really annoying when you are reading your email.
2) Take up quite a lot of space for the reading pane.
I rather have one at top and one at bottom, if it is all that necessary. Having non-graphic would be really great. I am not all up for checking my email with a lady in bikini on the right, which has nothing to do with my email and just gives negative image of myself at office. It is actually very embarassing.
1) Really really annoying when you are reading your email.
2) Take up quite a lot of space for the reading pane.
I rather have one at top and one at bottom, if it is all that necessary. Having non-graphic would be really great. I am not all up for checking my email with a lady in bikini on the right, which has nothing to do with my email and just gives negative image of myself at office. It is actually very embarassing.
Subscribe to:
Posts (Atom)
Ramadan - What is it?
Ramadan is one of the most important and holy months in the Islamic calendar. It is a time of fasting, prayer, and spiritual reflection fo...
-
ZipStudio - A versatile Visual Studio add-in to zip up Visual Studio solutions and projects - The Code Project - C# Programming
-
TargetProcess - Agile Project Management & Bug Tracking Software | Download (Project Management Software, Project Tracking, Bug Tracking...