Hi everybody,
I want to encode & decode password when calling .Logon command in BTEQ:
.LOGON 1/username, pass
Can you give me a solution about this?
Thanks a lot.
Dat Nguyen
Hi all,
I have a problem when export report in bteq.
This is my code for exporting:
.LOGON
.EXPORT report file=D:\temp.dat;
SET FORMAT OFF;
SET ECHOREQ OFF;
SET TITLEDASHES OFF;
SET HEADING '';
SET RTITLE '';
SET FOOTING '';
SELECT (COUNTRY_CD) || ';' ||(COUNTRY_NAME) ||';' ||(REGION_NAME)...
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.