Enter Keywords:
1 - 10 of 149(0.011 seconds)
Sort By:
 
I tried the tweak listed below, and ran into a curious result. The machine in question is running standalone, although it does have a NIC and the Microsoft Client installed. I modified a specific u...
Zones: Windows 98Date Answered: 03/07/2004 Rating: 8.2 Views: 0
The following query basically returns multiple records of the data I am looking for, sorted so that the last transaction of each policy is on top: Select       PolicyPrefix,       PolicyNumber,       master...
Zones: MS SQL ServerDate Answered: 12/15/2005 Rating: 7.4 Views: 4
Here's sample code: #include <iostream> using namespace std; struct C {     int x;     C(int x) : x(x) {}     ~C() { cout << x; } }; void main() {     C c1(1), c2(2), c3(3); } I get the destru...
Zones: C++Date Answered: 12/09/1998 Rating: 6.6 Views: 0
I want to be able to check if a Date variable is in a certain date range, ie. between two dates. The date I want to check is stored in a database - no problem. The problem is constructing t...
Zones: Visual BasicDate Answered: 07/25/2000 Rating: 6.8 Views: 0
I have a html feild called "date". It is generated with vbscript and is in the format of mm/dd/yy (eg. 11/27/00). On the next page I have 6 text boxes. 3 of them for the begining of a suspension ...
Zones: JavaScriptDate Answered: 06/16/2002 Rating: 7.4 Views: 0
I want to do the following: I have a class "Matrix", that will be initialized with a parameter "dimension" that is obtained from user input. Then in the constructor, a two-dimensional array o...
Zones: C++Date Answered: 12/28/2000 Rating: 8.4 Views: 0
Does Oracle 8i support the follwing like SQL server does : CASE input_expression     WHEN when_expression THEN result_expression         [ ...n ]     [         ELSE else_result_expression ...
Zones: OracleDate Answered: 05/12/2004 Rating: 8.6 Views: 0
[code] #include <string> #include <iostream> using namespace std; class Tree {     private:         static int objectnum;     public:         Tree()         {                 //Tree::obj...
Zones: C++Date Answered: 01/31/2004 Rating: 7.2 Views: 0
URGENT!!!  I need  a C++ program that Initializes ,read/write to RS232 within a Red hat Linux environment, using the "class"(Inheritance) construct. Thanks
Zones: C++Date Answered: 01/27/2004 Rating: 9.4 Views: 0
I'm trying to create a url to a specific data item, I get this error: Description: An error occurred during the compilation of a resource required to service this request. Please review the foll...
Zones: ASP.Net ProgrammingDate Answered: 09/27/2004 Rating: 8.8 Views: 0