Expand my Community achievements bar.

Create Application from Database

Avatar

Level 1
We are attempting to connect to our development SQL database,
as well as a local workstation SQL Express 2005 instance, only to
be rejected for both. We can use the database with ALL of our other
services, ODBC, etc... but the Flex Builder 3 IDE doesnt connect.



The error details as follows:

java.sql.SQLException: Network error IOException: Connection
refused: connect

at
net.sourceforge.jtds.jdbc.ConnectionJDBC2.<init>(ConnectionJDBC2.java:372)

at
net.sourceforge.jtds.jdbc.ConnectionJDBC3.<init>(ConnectionJDBC3.java:50)

at net.sourceforge.jtds.jdbc.Driver.connect(Driver.java:178)
....



it goes on and on and on...



Adobe support doesn't support trial versions, but I can't see
myself telling my company to purchase something that doesnt work at
least for connection.



Anyone have some ideas?



0 Replies