I've tried every combination I can think off for my ODBC connection, but nothing seems to work. I'm trying to connect to my web service's database. They claim its not blocked, but who knows the address is www.coconutandmango.com my ODBC user id is chaz003 its password is somthing else the database is database1
However, you can also use a DSN-less ODBC connection; in this style of connection, you must supply all sorts of ODBC information that is normally part of the DSN configuration. Here are some examples: http://www.sourcecodesworld.com/howto/java/java-0345.asp
Third, a lot of connection issues and syntax depend on the particular driver being used and the particular database program being connected to; if the above info doesn't help, you might provide that information and post the rest of your connection code and what sorts of errors you're getting, maybe someone else will spot something wrong...
[edited to disable smilies] [ January 04, 2006: Message edited by: Jeanne Boyarsky ]