Questions tagged [ctl]
83 questions
0
votes
0 answers
VB- For Each ctl , Textboxes not being recognized
I cannot figure out why the code below will not work. The first list box displays all of the controls except the textboxes. Of course, the MsgBox is doing nothing - since it is only looking for textboxes. Why is it not recognizing the textboxes? By…

jrod404
- 3
- 1
0
votes
0 answers
set up proper date format
in csv file I have column, where are date's with diffrent format as below:
02/03/2014 00:10
1/02/2014 7:25:00
7/03/2013 8:30:00 PM
How to set up proper date into CTL file in SQL-LOADER?
column1 "to_date(:column1, 'DD/MM/YYYY HH24:MI:SS')"

user3090396
- 3
- 1
0
votes
1 answer
CTL Equivalence checking
I'm told the following CTL formulas aren't equivalent. However, I can't find a model in which one is true and the other isn't. CTL is a computational temporal logic.
Formula 1: AF p OR AF q
Formula 2: AF( p OR q )
The first says: For all paths…

Sven
- 1,133
- 1
- 11
- 22
0
votes
1 answer
How can I upload a specific field massivel in Oracle
I have a table as following with more fields but not put all.
Table:
id_service
id_date_suscription
id_date_unsuscription
..
I have a ctl with which insert data id_date_suscription filling the field and everyone else, but leaving nul…

user2456216
- 143
- 3
- 10
0
votes
1 answer
DBI Oracle and ctl file
i have to use some ctl file with csv file to insert data into an oracle database. Untill now, it has been done by using sqlloader.
But, i want to use DBI Oracle CPAN to do the same work and i ask myself how to do that.
Here there is an example of a…

Xavier S.
- 1,147
- 13
- 33
0
votes
0 answers
Programmatically editing a textfile in vb.net
I was just wondering if it would at all be possible to edit a notepad file programatically where I have a CTL file with rows of data that get entered into a database.
example:
Load Data
INFILE*
Replace
INTO table
FIELDS TERMINATED BY ','…