tags:

views:

37

answers:

1

Is there a way to connect to an Informix database using Sql Management studio? Are there any open source / free clients that can be used?

+1  A: 

You can try sqldbx which should work with Informix and is free for single connection use. according to their faq it works with Informix:

http://www.sqldbx.com/faq.htm

Michael Goldshteyn