ColdFusion 8 connect to remote access MDB
问题 I have an Access MDB file on a different server than my ColdFusion server, is there any way I can get ColdFusion 8 to be able to connect to it over the network? 回答1: You need file access to the other server. You can then connect to the database in the usual way. Or you can make a copy of the database and transfer it over the network to your ColdFusion server. Jet MDB's are file accessed based. You can't run them as a database server AFAIK. To do that you would need to upsize the database to