I want grab a string with whitespace and I try many thing... I work in vc++ console mode...
string adress;
getline(cin, adress);
or
getline(cin, adress, '\n');
or
cin >> noskipws >> adress;
the first and the second work but I have to press two time the 'Enter' key to continue and the third...
When I use a form, the Querry String change the special caracter in hexadecimal. But I want write the querry string in a txt file with the original caracter not the hexa one...
What can I do?
I want tranfer a .sql file create by a perl on DOS script to unix and execute him on oracle database.
The transfer, the creation of .sql file and the execution on the database must be do by the same perl on DOS script.
I know it's a multi part question, but the most important part is execute...
Tranfer a .sql file create by a script to unix and execute him on oracle database.
The transfer, the creation of .sql file and the execution on the database must be do by the same perl on DOS script.
I know it's a multi part question, but the most important part is execute .sql file on unix by...
ORA-04091 table mutating, trigger/function may not see it...
After a research I find many solution in PL/SQL But i'm working on a VB program, I know the problem is cause by the an update on Primary Key and I try DROP all Constraint and recreate it after the update withoput sucess... I'm a bit...
The describe fonction give information on a table and his raw... but she doesn't give information on constraint... I need information on constraint for a table how can I obtain it?
I'm searching a method or function to change accentuate
caracter to normal caracter in a string. Or a propriety
for combo box do same kind of effect...
exemple: É to E, î to i...
This will be do before insert in a database.
Thanks, Fred
My directory tree is like this :
Project
-- Boat
----- daya
-------- linea
...
-------- linex
...
----- dayx
-------- linea
...
-------- linex
Exemple : I want to copy from a variable path a file name allo.txt to each lineX directory, each time I don't know how...
I want to validate the name file by file take by the "ls" function. For exemple, I want to copy only *.htm file to an other directory... I'm searching hard... thanks a lot...
I'm programming a script Perl on Unix and I want to load all *.sta file in a directory. I need help for find a function to read them one after another without know how many or the name of these files...
Thanks
Fred
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.