User Profile
Collapse
-
how to diable table in Db2
Im working on DB2 database and i want to know how to disable tables in DB2 -
C programme witout using semicolon
Hi
can we write a C programme without using semicolon,if so how?
suggest me atleast how the compiler interprets the semicolon as -
hi thankx i got the answer -
hi we can get the maximam size of an array as follows
u can get the total memory of an array using sizeof()
then dividing by ur datatype memory size u will get the maximam no of elements in an arrayLeave a comment:
-
i think now the question will be more clear
see we have access formula for elements in a matrix A[i][j] to an array[index]
using row major is
index=i*(no of columns)+j
similarily i want the mathematical formula for accessing the upper triangular elements in to an array using row majorLeave a comment:
-
i need the mathematical formula for accessing the elements of upper triangular elements to an lineary arrayLeave a comment:
-
How to Access upper triangular Matrix elements
Hi
i need to copy the upper triangular elements of matrix A[100][100] to an array
B[5050],how to perform this ,can u send me the accessing formula -
-
Hi
im updating the database using TOAD for Oracle freeware
code :
UPDATE FACTORYORDER
SET DUEDATE ="2001-30-07"
WHERE olddate ="2004-06-01";
error is : 2004-06-01 is invalllid identifierLeave a comment:
-
SQL UPDATE command for updating DATE
Hi
how can i update the DATE field in a table
my code is
UPDATE FACTORYORDER
SET DUEDATE =7/30/2001
WHERE olddate =1/6/2004
showing error
suggest me where i need to change
No activity results to display
Show More
Leave a comment: