Welcome to dbFreaks.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Are there binaries available for sqlcmd/win?

 
   Database Help (Home) -> Informix RSS
Next:  MDX FILTER HELP NEEDED  
Author Message
lauri.j.pietarinen

External


Since: Jan 03, 2009
Posts: 2



(Msg. 1) Posted: Sat Jan 03, 2009 1:22 pm
Post subject: Are there binaries available for sqlcmd/win?
Archived from groups: comp>databases>informix (more info?)

Hi,

I got fed up with the limitations of dbaccess and started searching
for an alternative. There seems to be two viable ones: sqlcmd and
sqsl.

The download options seem to require that you build the packages your
self from the source code.

Are there any ready made binaries available for Windows? I'm running
Informix 9.4 on Win2000.

Thanks,
Lauri Pietarinen

 >> Stay informed about: Are there binaries available for sqlcmd/win? 
Back to top
Login to vote
Marco Greco

External


Since: Mar 07, 2004
Posts: 22



(Msg. 2) Posted: Sun Jan 04, 2009 5:26 pm
Post subject: Re: Are there binaries available for sqlcmd/win? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

wrote:
> Hi,
>
> I got fed up with the limitations of dbaccess and started searching
> for an alternative. There seems to be two viable ones: sqlcmd and
> sqsl.
>
> The download options seem to require that you build the packages your
> self from the source code.
>
> Are there any ready made binaries available for Windows? I'm running
> Informix 9.4 on Win2000.
>
> Thanks,
> Lauri Pietarinen

sqsl is currently only implemented on posix platform due to the need to use
fork() to implement the CLONE construct. Moving to threads I should probably
have a look at MKS, but time is limited...
Also, though I technically can distribute binaries, I'd rather not in order to
stay away from any licensing issues.
As far as standalone win32 compatible dbaccess replacements, I believe you can
find one at www.aubit.com - not too sure what it offers above and beyond
dbaccess though (sorry, Mike!)
--
Ciao,
Marco
______________________________________________________________________________
Marco Greco /UK /IBM Standard disclaimers apply!

Structured Query Scripting Language http://www.4glworks.com/sqsl.htm
4glworks http://www.4glworks.com
Informix on Linux http://www.4glworks.com/ifmxlinux.htm

 >> Stay informed about: Are there binaries available for sqlcmd/win? 
Back to top
Login to vote
Mike Aubury

External


Since: Aug 21, 2006
Posts: 10



(Msg. 3) Posted: Sun Jan 04, 2009 6:25 pm
Post subject: Re: Are there binaries available for sqlcmd/win? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Fair comment...

At the minute - just the ability to run on databases other than Informix - and
a Control-B feature in the SQL editor that picks up tablenames/column names
eg.
select * from sys^b
produces a popup window with all the tables beginning with 'sys'.
Entering :
tabname.c^b

will bring up a popup window with all the columns from 'tabname' beginning
with 'c'..

Of course - being Opensource - it should be relatively easy to add any
features you want that are missing.
If you want us to develop the enhancement for you - I'm sure we can come to
some arrangement...



On Sunday 04 January 2009 21:29:54 Marco Greco wrote:
> As far as standalone win32 compatible dbaccess replacements, I believe you
> can find one at www.aubit.com - not too sure what it offers above and
> beyond dbaccess though (sorry, Mike!)



--
Mike Aubury

http://www.aubit.com/
Aubit Computing Ltd is registered in England and Wales, Number: 3112827
Registered Address : Clayton House,59 Piccadilly,Manchester,M1 2AQ
 >> Stay informed about: Are there binaries available for sqlcmd/win? 
Back to top
Login to vote
Surfer!

External


Since: Sep 18, 2006
Posts: 5



(Msg. 4) Posted: Mon Jan 05, 2009 4:25 am
Post subject: Re: Are there binaries available for sqlcmd/win? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In message , Mike
Aubury writes
<snip>
>Of course - being Opensource - it should be relatively easy to add any
>features you want that are missing.

Depends entirely one one's skill & experience. IMHO this is the big
fallacy of the OpenSource movement. These days a great many people
don't have the skill to work successfully on this sort of product. Come
to that, when I started in computing I did some work on a compiler and
it's runner, and most people where I was working would rush screaming
from the room if it was suggested they did that sort of work.

<Snip>

--
Surfer!
Email to: ramwater at uk2 dot net
 >> Stay informed about: Are there binaries available for sqlcmd/win? 
Back to top
Login to vote
lauri.j.pietarinen

External


Since: Jan 03, 2009
Posts: 2



(Msg. 5) Posted: Mon Jan 05, 2009 6:16 am
Post subject: Re: Are there binaries available for sqlcmd/win? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On 5 tammi, 13:18, Ian Goddard wrote:
>
> A quick Google shows that there seem to be at least 3 sqlcmds.  One is
> from M$, part of SQLServer, one is available as a binary download athttp://www.brothersoft.com/sqlcmd-80111.htmland one is a Python app athttp://www..clapper.org/software/python/sqlcmd/
>
> --
> Ian
>
Hi,

the version I'm looking for is for Informix, created by Jonathan
Leffler.
Thanks,
Lauri Pietarinen
 >> Stay informed about: Are there binaries available for sqlcmd/win? 
Back to top
Login to vote
Ian Goddard

External


Since: Dec 14, 2007
Posts: 16



(Msg. 6) Posted: Mon Jan 05, 2009 6:33 am
Post subject: Re: Are there binaries available for sqlcmd/win? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

wrote:
> Hi,
>
> I got fed up with the limitations of dbaccess and started searching
> for an alternative. There seems to be two viable ones: sqlcmd and
> sqsl.
>
> The download options seem to require that you build the packages your
> self from the source code.
>
> Are there any ready made binaries available for Windows? I'm running
> Informix 9.4 on Win2000.
>

A quick Google shows that there seem to be at least 3 sqlcmds. One is
from M$, part of SQLServer, one is available as a binary download at
http://www.brothersoft.com/sqlcmd-80111.html and one is a Python app at
http://www.clapper.org/software/python/sqlcmd/

--
Ian

Hotmail is for spammers. Real mail address is igoddard
at nildram co uk
 >> Stay informed about: Are there binaries available for sqlcmd/win? 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Sqlcmd 81.03 - Jonathan Leffler has just updated Sqlcmd. The most recent version is 81.03 Check out the repository news at http://www.iiug.org/software/repository_news.html and you get the code at http://www.iiug.org/software/index_all.html#sqlcmd-81.03 Thanks!...

Jonathan Leffler's new sqlcmd 81.01 in repository! - Check out Jonathan Leffler's new sqlcmd 81.01 in the software repository http://www.iiug.org/software/index_all.html#sqlcmd-81.01 The repository news http://www.iiug.org/software/repository_news.html The read me file ..

Cannot find message file. Check INFORMIXDIR and DBLANG. - im trying to run the oninit -i in the command prompt when the message appear... we installed... IBM Informix Dynamic Server 9.40 IBM INFORMIX-4GL Rapid Development System Version 7.32.UC2 IBM INFORMIX-4GL Version 7.32.UC2 set up sqlhosts, services,..

LOAD In 4GL Problems - Art and all , I tried to load rows into a temp table in a 4GL program ,where I am passing the filename as an argument . So I used the following syntax. DEFINE g_filename CHAR(10) ...... LOAD FROM g_filename INSERT INTO t_sp ,where g_filename is a cha...

Parameterized SQL &quot;WHERE IN&quot; clause? - Hello, I'm trying to come up with a way to pass a variable from Visual FoxPro to Informix via the current ODBC driver that looks something like this: SELECT * FROM MyTable WHERE MyField IN (?MyListOfValues) ?MyListOfValues is a variable holding my..
   Database Help (Home) -> Informix All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]