Thanks Dieter.
I was just trying to run some insert statements as a script from bteq.
ie $>bteq < /tmp/script
#script
.logon localhost/dbc,dbc
database test;
insert table (...) values (...); <200k insert statements of spatial data>
.quit
.logoff
instead of was able to manually log in and still run
$>bteq
.logon <prompt for user>dbc <prompt for pass>dbc
database test;
.run file=/tmp/inserts.sql
so still scripted some what, but not fully.
Thanks for your links, was not able to figure out how to fully automate the scripts like i was in 13.10
Eric
Thanks Dieter.
I was just trying to run some insert statements as a script from bteq.
ie $>bteq < /tmp/script
#script
.logon localhost/dbc,dbc
database test;
insert table (...) values (...);
<200k insert statements of spatial data>
.quit
.logoff
instead of was able to manually log in and still run
$>bteq
.logon
<prompt for user>dbc
<prompt for pass>dbc
database test;
.run file=/tmp/inserts.sql
so still scripted some what, but not fully.
Thanks for your links, was not able to figure out how to fully automate the scripts like i was in 13.10
Eric