Link to home
Start Free TrialLog in
Avatar of soulsurvivor
soulsurvivor

asked on

Connecting to Informix IDS using ASP.NET in Dreamweaver MX 2004

I cannot get an OLE DB connection to our Informix IDS (version 7.31) database from our web server (IIS 5) using the IBM Informix OLE DB Provider included in Informix Connect 2.81 with Dreamweaver MX 2004 working in ASP.NET (VB).

Using the following connection string, I get a successful connection test, but I cannot see any tables, if I create a DataSet and click test it displays a "Loading Schema" message for several minutes and then times out; and when I try to run a page I get a DreamweaverCtrls.dll error:

"Provider=IBM Informix OLE DB Provider;
User ID=user;
Password=password;
Data Source=database"

I have downloaded a trial version of DataDirect's Connect ADO 2.7 and with the following connection string, the provider seems to work fine:

"Provider=DataDirect Informix ADO Provider;
User ID=user;
Password=password;
Data Source=database"

Unfortunately the DataDirect provider is very expensive for the size project I am doing so I would much prefer to get the free IBM provider working!

Does anybody have any experience with this scenario? This is an urgent problem.
ASKER CERTIFIED SOLUTION
Avatar of mmarinov
mmarinov

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial