There is another way to get rid of the .ldb file so that you can upload
your new database.

Run this piece of code (where DSN has been changed to your dsn)
<CFSET rc=cfusion_disable_dbconnections("DSN","1")>

After that has run, run this piece of code (Again where DSN has been
changed to your dsn name)
<CFSET rc=cfusion_disable_dbconnections("DSN","0")>

That should do it.  It works great for me.

Jon Scherdin
Software Engineer
Control Systems Integrators


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to