If the temporary table already exists (which can be the case if you get another parameter wrong during the install that is processed by the page) then you get an "already exists" error.
No good deleting all the tables in the database - this is part of the connection between CFMX and mySQL. The only way to get around this is to restart the CFMX service. So - maybe the best solution to this would be some additional wording that suggests a restart of the CFMX service. The actual exception provides a VENDORERRORCODE of 1050 and a SQLSTATE of S1000. The error text is: "General error: Table 'tbltemp1' already exists" The exception handling could check for this error specifically and could suggest the CFMX restart - maybe. Regards, Gary --- You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
