Formatting Date and Time Values
VBScript has a built in function that allows you to convert a general date (MM/DD/YY HH:MM:SS AM/PM) into numerous other formats. The other formats are long date, short date, long
VBScript has a built in function that allows you to convert a general date (MM/DD/YY HH:MM:SS AM/PM) into numerous other formats. The other formats are long date, short date, long
A MTS component in VB should be an ActiveX DLL project, because MTS components by definition can only be ActiveX DLLs (and not EXEs). In order to work with MTS,
A lot of Web pages have a last modified date at the bottom of the page. Although this is a feature easily managed by changing the HTML, a better approach
Javascript Arrays are quite versatile. One of its built-in features is the sort method. When an array is populated, you can simply call the sort method to sort by text.
Do you ever wonder what the “Browse” button is for in your VID Find dialog? Press it and you will “find” out. It is actually a very nifty little feature
The Bulk Copy Program (BCP) command-line utility is used to move data between an existing database table and file stored in ASCII. Running BCP on the same machine as SQL
Each time I work on a Web project, there is a page or two where I have to build a select box control where the options are derived from some
BEGIN-END lets you group T-SQL statements and execute multiple statements as a result of a conditional test. This helps in grouping a series of SQL statements so that control-of-flow language,
The term “aggregate” is used in the ANSI standard to denote an array or a class with no constructors, no private or protected data members, no base classes, and no