User Profile
Collapse
-
datetime picker
hi im looking for a datetime picker to include with my asp code. help????? -
time component
hi scribes
I would like to find out if theres a time component where the users can just select the time to be submitted instead of manually entering time to avoid errors. Something similar to a date component.
Regards -
do i paste this on the C:\Program Files\java\jdk1 .6.0_06\bin on the user variables or the system variables -
i have down loaded the jdk and installed...how do i set the directory to point to where the java c is i on a windows machine...Leave a comment:
-
hi i only have the jre directory and no jkd
how do i proceed now
regardsLeave a comment:
-
hi this is where java is so how do i set the path
C:\Program Files\java\jre1 .6.0_06\binLeave a comment:
-
infamous hello world
scribes
I am trying to run the infamous hello world script in java and when i compile in dos prompt using the folling code "javac helloworld.java " i get the error message
javac is not recognised as an internal or external command, operable program or batch file. I have saved the script in this directory: c:\java\ ...
thanks in advance -
radio button
scribes
I have the following code for radio buttons
dim line
<input type ="radio" name="line_type " value="isdn"> isdn
<input type ="radio" name="line_type " value="lse"> lse
what i want is that for a button when clicked
if isdn is checked then line=isdn
else
if lse is checked then line=lse
else... -
where to DECLARE UTL_FILE_DIR
scribes
am trying to use utl_file and need to declare the directory in init.ora and i went to the oracle registry folder and i cant seem to find it....help pleaseLeave a comment:
-
HI WAS DOING SOME REDING AND CAME ACROOS::::
Here's the format of the parameter for file access in the INIT.ORA file:
utl_file_dir = <directory>
PROBLEM IS WHERE DO I DECLARE THIS IN MY CODELeave a comment:
-
HI RAN THE CODE AND THIS IS THE ERROR;;;
1,User-Defined ExceptionLeave a comment:
-
-
-
get :PL/SQL procedure successfully completed but the data aint there in the specified file.Leave a comment:
-
RAN IT AND THE ERRORS ARE AT BOTTOM
[code=oracle]
1 DECLARE
2 fileID UTL_FILE.FILE_T YPE;
3 LINE_BUFF VARCHAR2(1000);
4 BEGIN
5 fileID := UTL_FILE.FOPEN ('C:\TEST', 'emp.dat
6 FOR emprec IN (SELECT * FROM SO_SERVICES)
7 LOOP
8 LINE_BUFF :=TO_CHAR (emprec.ACCT_NO ) ;
9 UTL_FILE.PUT_LI NE ( FILEID ,LINE_BUFF);
10 END LOOP;
11 UTL_FILE.FCLOSE (fileID);
12* END;
...Leave a comment:
-
hi am using code like ths and get the error at the bottom
[code=oracle]
CREATE OR REPLACE DIRECTORY LOGG_DIR AS 'C:\TEST'
DECLARE
fileID UTL_FILE.FILE_T YPE;
LINE_BUFF VARCHAR2(1000);
BEGIN
fileID := UTL_FILE.FOPEN (LOGG_DIR, 'emp.dat', 'W');
FOR emprec IN (SELECT * FROM SO_SERVICES)
LOOP
LINE_BUFF :=TO_CHAR (emprec.ACCT_NO ) ;
UTL_FILE.PUT_LI NE ( FILEID ,LINE_BUFF);...Leave a comment:
-
wtiting to file
[code=oracle]
CREATE OR REPLACE DIRECTORY LOGG_DIR AS 'C:\TEST'
DECLARE
fileID UTL_FILE.FILE_T YPE;
LINE_BUFF VARCHAR2(1000);
BEGIN
fileID := UTL_FILE.FOPEN (LOGG_DIR, 'emp.dat', 'W');
FOR emprec IN (SELECT * FROM SO_SERVICES)
LOOP
LINE_BUFF :=TO_CHAR (emprec.ACCT_NO ) ;
UTL_FILE.PUT_LI NE ( FILEID ,LINE_BUFF);
END LOOP;
UTL_FILE.FCLOSE (fileID);...Leave a comment:
-
Writing data to file using UTL_FILE package
scribes
i would like to write /export the results of a query to a text file
logic
1)execute query and
2) export to a text file -
date and time subtractions
hi have two fields 1)assigned date and time 2)closed date and time and im looking to find the difference between the 2 fields ie datedifference and time difference what ive done is convert the both times to 24hr and am now trying to subtract them -
use a response.write (the value that u want) to check whether the value is thereLeave a comment:
No activity results to display
Show More
Leave a comment: