Jacobo Balbuena
2013-03-06 16:54:34 UTC
First post here so I have no clue about if I'm doing things right, feel free to flame and show me the right way.
My question: In dbaccess and other Informix command, I'm allowed to do the
unload to 'file' command. You can see the api of the Informix command here:
http://publib.boulder.ibm.com/infocenter/idshelp/v10/index.jsp?topic=/com.ibm.mig.doc/mig192.htm
like
unload to 'c:\unloads\tmp.unl' select * from systables;
This doesn't seem to work in squirrel, some knows if I need a special pluggin or something for this? I already have the Informix pluggin installed.
Another option could be a Squirrel specific syntax that I can put in a script to tell next select will be downloaded into a file.
Thanks a lot for help.
My question: In dbaccess and other Informix command, I'm allowed to do the
unload to 'file' command. You can see the api of the Informix command here:
http://publib.boulder.ibm.com/infocenter/idshelp/v10/index.jsp?topic=/com.ibm.mig.doc/mig192.htm
like
unload to 'c:\unloads\tmp.unl' select * from systables;
This doesn't seem to work in squirrel, some knows if I need a special pluggin or something for this? I already have the Informix pluggin installed.
Another option could be a Squirrel specific syntax that I can put in a script to tell next select will be downloaded into a file.
Thanks a lot for help.