RE: CFHTTP and creating csv recordset problems...

2001-03-16 Thread lsellers
Note: CFX_secFile (basically same thing) has no limit beyond your current virtual memory. Thanks! But it doesn't help if you're on a shared server and the ISP allow you to use CFX_File though! Paul Well, the entire point of cfx_secfile and cfx_file was to have a cffile that can be

Re: CFHTTP and creating csv recordset problems...

2001-03-14 Thread Paul Johnston
Note: CFX_secFile (basically same thing) has no limit beyond your current virtual memory. Thanks! But it doesn't help if you're on a shared server and the ISP allow you to use CFX_File though! Paul ~~ Structure your ColdFusion code with

RE: CFHTTP and creating csv recordset problems...

2001-03-13 Thread lsellers
" There is a documented feature of CFHTTP that allows you to load up a comma-delimited file into memory via CFHTTP. This is useful if (and this is the case) you can't use CFFile to load up a comma-delimited file (CFX_File has a max size of 64KB for a read) and you can't set up a csv datasource