> I'm using EZEdit (awesome tag!) to enable a user to paste in excel tables
> etc as HTML.
>
> I'm having problems if the spreadsheet pasted in is too big. Is this a
> known problem?
>
> Also could somebody tell me how I get around the user using the '
> character.

OK, firstly, are you running CF4.5? If so, you're probably breaking the ODBC
64k limit, so increase the ODBC buffer limit in the Administrator...

I think OLEDB gets around this natively, so switch to that if it makes it
any easier...

And to get around the ' problem, either use PreserveSingleQuotes when
inserting data, or escape them within the SQL using Replace

Philip Arnold
Director
Certified ColdFusion Developer
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**********************************************************************


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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