Okay the situation.
Delphi 3 C/S. The program is compiled with packages(matter of fact with about 10 packages in total not including Borland's).
It seems that under specific conditions, the IDE...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10056354.html
Why is the print statement after this while loop never being reached and how do I fix the problem:
$cursor = $db->prepare($sql) or die "Unable to Execute SQL: $DBI::errstr";
$cursor->execute or di...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_10100135.html
Zones:
PerlDate Answered: 11/20/1998 Grade: A Views: 0
I have a table with a few million rows. I have to run an update statement on that table. The query is likely to affect many rows. The problem I am having is the transaction log will blow up because...
http://www.experts-exchange.com/Database/Sybase/Q_10120022.html
Zones:
SybaseDate Answered: 01/22/1999 Grade: C Views: 0
I have a query statement that reads like this for the select part:
SELECT Sum(Table1.RResult) AS RResult, Sum([Table1].[PhResult]=1) AS PhResult1 Sum([Table1].[PhResult]=2) AS PhResult2 Sum([Table...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10252925.html
Zones:
MS AccessDate Answered: 12/30/1999 Grade: A Views: 0
I have some statement like this and it doesn't update the table if one of the fields is blank
I mean you should assign value to all the variables.
String dealer = "UPDATE MYGARAGE SET dlr_nam...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10357304.html
Zones:
JavaDate Answered: 06/06/2000 Grade: C Views: 0
Hi whats the easiest way to read a key value from a local machines registry??
Th only info in the help relates to asps.
also when writing an SQL statement with a WHERE clause- whats the syntax ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10792522.html
Zones:
Visual BasicDate Answered: 07/25/2000 Grade: A Views: 0
Is it possible to execute DDL statements in a linked server. To be more clear on server1 i create a link to server2. Now all select statements are working fine across two servers. What i want to do...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_10978981.html
Hi Experts
I know that I can use conditional formula inside a cell. But Could I use any rich conditional statements like
if (Sheet1.A1=10*Sheet2.B3) AND (Sheet1.A5=Sheet2.B10) then ....
else ....
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Q_112...
Is there a way to put multiple fields together in a t-SQL statement using If or Case or something else? In the below statement if UseCompany =1 then I want to use:
tbl_Inv_Deposits.Co_IdTT, tbl...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_11632039.html
Hi,
Could u give me the basic syntax for a jscript case statement?
Thanks
Clo
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_11634958.htm...
Zones:
ASPDate Answered: 10/24/2000 Grade: A Views: 0