CFObject ADO the decimal datatype

2001-12-18 Thread Jon Hall
I am writing a script that uses ado to update a table, and in the process of debugging it I have run into a snag. My app doesn't need to get a recordset, but while I am writing this template it would be nice to be able to see the data I am working with. I have a decimal datatype field in my

Re: CFObject ADO the decimal datatype

2001-12-18 Thread BILLY CRAVENS
- From: Jon Hall [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, December 18, 2001 10:15 AM Subject: CFObject ADO the decimal datatype I am writing a script that uses ado to update a table, and in the process of debugging it I have run into a snag. My app doesn't need to get

Re: CFObject ADO the decimal datatype

2001-12-18 Thread Jon Hall
then... jon - Original Message - From: BILLY CRAVENS [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, December 18, 2001 12:06 PM Subject: Re: CFObject ADO the decimal datatype GetRows() converts to a VBScript array; not a CF array. If you want to see the contents of the array

Re: CFObject ADO the decimal datatype

2001-12-18 Thread BILLY CRAVENS
custom tag. Have you tried casting the column's datatype in your SQL? --- Billy Cravens - Original Message - From: Jon Hall [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, December 18, 2001 12:43 PM Subject: Re: CFObject ADO the decimal datatype GetRows() converts

Re: CFObject ADO the decimal datatype

2001-12-18 Thread Jon Hall
take less time to write the action page in asp than that. jon - Original Message - From: BILLY CRAVENS [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, December 18, 2001 2:42 PM Subject: Re: CFObject ADO the decimal datatype It could be done with CFQuery, but it would