User Profile
Collapse
-
The method getTime( ) gives to you how many milisecs are since 1900 ( i think ), use it to make all operations you need. -
-
Alter Table
Hello dudes, is there any way to change more than one column at same time, using an ALTER TABLE statement?
Regards,
lottalava -
Use store procedures and store all SQL code in a XML file, them ready from there. And you will notice, Oracle syntax is completely different from MSSQL syntax.Leave a comment:
-
If i can remember correct, there is a property named openAtStartup or something very similar, thy to find it in your JDatabase,.Leave a comment:
-
You need to make some typecast!
(( Z )((( Y )xVect.at( 0 )).yVect.( 0 ))).x = 5;Leave a comment:
-
-
As far as i known, you could master what you want using gnome libraries, there“s a version of GTK for windows and other plataforms, just create your code and compile it to your desired OS.Leave a comment:
-
You must use ;
void get_real_time(v oid); //FUNCTION PROTOTYPE: get_real_time()
Man you need a good IDE to help you with your code, and read some tutorials about C/C++ programming!Leave a comment:
-
Select W.BASE_ID||' '||W.LOT_ID,LT. TRANSACTION_DAT E
from WORK_ORDER W, LABOR_TICKET LT
where W.BASE_ID||W.LO T_ID =
LT.WORKORDER_BA SE_ID||LT.WORKO RDER_LOT_ID
and lt.TRANSACTION_ DATE in (
select TRANSACTION_DAT E
from LABOR_TICKET LT, WORK_ORDER W
where W.BASE_ID = LT.WORKORDER_BA SE_ID
and TRANSACTION_DAT E = lt.TRANSACTION_ DATE )Leave a comment:
-
-
The best way to display values from a CURSOR
Hello folks, it could be very dummy but, how can i display a value from a column inside a CURSOR, i mean, not using print( ).
Regards,
lottalava -
You must do something like this:
select a.PRODUCT_ID, a.PRODUCT_NM
from PRODUCTS a
where a.PRODUCT_ID in ( select b.PRODUCT_ID from STORAGE b
where b.PRODUCT_ID = a.PRODUCT_ID )
:DLeave a comment:
No activity results to display
Show More
Leave a comment: