[EMAIL PROTECTED] wrote: > Does anyone here have any experience with ColdFusion MX and Interbase > databases? From what I can see, there's no native driver in the CF > Administrator and there's no ODBC in the Microsoft ODBC manager... at least > not on the server I'm looking at. > > Anyone here know where I could find some (preferably free) ODBC drivers I > could install that would give me reliable connectivity to an Interbase > database?
Don't use ODBC, use JDBC. If Borland doesn't provide drivers, try the drivers from Interbases free cousin Firebird. Or just drop Interbase alltogether and switch everything to Firebird :-) Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

