RE: com.allaire.cfx.Query problem

2005-06-23 Thread David Manriquez
[mailto:[EMAIL PROTECTED] Enviado el: Jueves, 23 de Junio de 2005 12:40 Para: CF-Talk Asunto: Re: com.allaire.cfx.Query problem > Thanks Marc , but like you said , none of that solved my problem eheheh I thought so... sorry. Off the top of my head, could it be an index problem where a excel file ha

Re: com.allaire.cfx.Query problem

2005-06-23 Thread Marc Campeau
> Thanks Marc , but like you said , none of that solved my problem eheheh I thought so... sorry. Off the top of my head, could it be an index problem where a excel file has N rows indexed from 0 to n-1 and queries have rows indexed from 1 to n, hence query.setData(0, cellname, cellvalue); wouldn't

RE: com.allaire.cfx.Query problem

2005-06-23 Thread David Manriquez
23 de Junio de 2005 12:26 Para: CF-Talk Asunto: RE: com.allaire.cfx.Query problem Thanks Marc , but like you said , none of that solved my problem eheheh If my client Wants a New "reinvented" wheel , I'll do if he pays for. 1.- I need to read excel not CSV. 2.- The excel has multip

RE: com.allaire.cfx.Query problem

2005-06-23 Thread David Manriquez
a dynamic File (cannot use DSN) Thanks anyway. David Manriquez [EMAIL PROTECTED] (+56-2) 43 00 155 -Mensaje original- De: Marc Campeau [mailto:[EMAIL PROTECTED] Enviado el: Jueves, 23 de Junio de 2005 12:18 Para: CF-Talk Asunto: Re: com.allaire.cfx.Query problem Take a look at

Re: com.allaire.cfx.Query problem

2005-06-23 Thread Marc Campeau
Take a look at Nate Weiss's(or is it someone else?) CSVtoQuery CFX, I used to use it (prior to CFMX) and it worked like a charm. If you can't find it, tell me and I'll email it to you. If you're dealing with XLS files maybe take a look at the ODBC/ADO driver for Excel and create a DSN to your exce

RE: com.allaire.cfx.Query problem

2005-06-23 Thread David Manriquez
It's CF5 Wintendo Box. David Manriquez [EMAIL PROTECTED] (+56-2) 43 00 155 -Mensaje original- De: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Enviado el: Jueves, 23 de Junio de 2005 11:58 Para: CF-Talk Asunto: RE: com.allaire.cfx.Query problem What version

RE: com.allaire.cfx.Query problem

2005-06-23 Thread Robertson-Ravo, Neil (RX)
What version of CF? MX or 5? -Original Message- From: David Manriquez [mailto:[EMAIL PROTECTED] Sent: 23 June 2005 17:02 To: CF-Talk Subject: com.allaire.cfx.Query problem hi there I'm creating a CFX tag to return a parsed EXcel file to a Query , but something weird is happ

com.allaire.cfx.Query problem

2005-06-23 Thread David Manriquez
hi there I'm creating a CFX tag to return a parsed EXcel file to a Query , but something weird is happening... MyEXcel file has 4 rows and when i dump the resulting query i see only 3 rows.. but if i ask about the recordcount in the same query it says 4!!! each row in query is created with