Skadoosh
Skadoosh

Reputation: 2623

Connect to Informix database using SQL Management Studio

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?

Upvotes: 3

Views: 12837

Answers (1)

Michael Goldshteyn
Michael Goldshteyn

Reputation: 74330

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

Upvotes: 1

Related Questions