| Sql Loader command can be used in Forms [message #347179] |
Thu, 11 September 2008 00:02  |
mm_kanish05
Messages: 493 Registered: January 2007 Location: Chennai
|
Senior Member |

|
|
Hi
Server utility commands can be used in Form /reports.
My presend work.
1. I am receiving the attendance as (*.txt)file which all collected via proximity reader.
2. That we are loading through Sql Loader. The below are fixed length data. emplcode (5),dateofattend(10) and status of attend(2) and forgot about 0.
0001101/08/2008XX 0
0001102/08/2008XX 0
0001103/08/2008TT 0
0001104/08/2008XC 0
0001105/08/2008WW 0
0001106/08/2008XX 0
0001107/08/2008XX 0
0001108/08/2008XX 0
0001109/08/2008XX 0
0001110/08/2008CC 0
0001111/08/2008XX 0
My requiredment is instead we(System people) are loading the file, is there any possible to load the file using through Forms (bcoz the end user can do through that.)
Please share If any better way through Forms.
Thanks.
Wbr
Kanish
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Re: Sql Loader command can be used in Forms [message #347500 is a reply to message #347179] |
Thu, 11 September 2008 22:09   |
mm_kanish05
Messages: 493 Registered: January 2007 Location: Chennai
|
Senior Member |

|
|
Sorry to ask you the above query why because
im getting the following error:
when i compile the below code
PROCEDURE Loadfile(Filename in Varchar2) IS
Myfile Client_Text_IO.Filetype;
Cur_Rec Number;
BEGIN
Null;
END;
Error identifier Client_Text_IO.Filetype must be declare
So that im asking
kanish
[Updated on: Thu, 11 September 2008 22:09] Report message to a moderator
|
|
|
|
|
|
|
|
|
|
|
|
| Re: Sql Loader command can be used in Forms [message #349397 is a reply to message #349391] |
Sun, 21 September 2008 07:01  |
 |
Littlefoot
Messages: 21826 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
Please, STOP turning this thread into another "me too" one.
Rizwan has clearly saidgiving his e-mail address. It means that all of you, who need the solution, should send him an e-mail in order to arrange code transfer.
Once again: no more "send me solution" messages, please.
|
|
|
|