VdkCollectionSubmit

2003-10-15 Thread Hirschman, Miriam
Can anyone enlighten me as to what would be causing this error. Error occurred in tag CFINDEX Error # -2 [fffe] VdkCollectionSubmit The error occurred while processing an element with a general identifier of (CFINDEX), occupying document position (119:3) to (125:49) Can it be because I

Using CfQuery tag to establish db connection

2002-12-06 Thread Hirschman, Miriam
I posted this once, but did not receive an answer. I would appreciate any help. I am trying to do a cfquery without setting up a DSN on the CF Admin. I am using CF 5. I pasted the code that I am using below. It works fine in most instances however, when using a query that uses the

RE: Using CfQuery tag to establish db connection

2002-12-06 Thread Hirschman, Miriam
you tried connecting with a connection string instead... -Original Message- From: Hirschman, Miriam [mailto:[EMAIL PROTECTED]] Sent: Friday, December 6, 2002 14:21 To: CF-Talk Subject: Using CfQuery tag to establish db connection I posted this once, but did not receive an answer. I

RE: Using CfQuery tag to establish db connection

2002-12-06 Thread Hirschman, Miriam
Subject: Re: Using CfQuery tag to establish db connection Hirschman, Miriam wrote: It works fine in most instances however, when using a query that uses the CreateODBCDateTime I get an error: Malformed GUID. in query expression. CFQUERY NAME=qryGetUserName DATASOURCE=#strConn# providerdsn

RE: Using CfQuery tag to establish db connection

2002-12-06 Thread Hirschman, Miriam
sConnectionString = sConnectionString Dbq=c:\somepath\mydb.mdb; CFSET sConnectionString = sConnectionString Uid=admin;Pwd= CFQUERY NAME=qryFoo DBTYPE=dynamic CONNECTSTRING=#sConnectionString# ... /CFQUERY HTH -Original Message- From: Hirschman, Miriam [mailto:[EMAIL PROTECTED]] Sent

Using CfQuery

2002-12-05 Thread Hirschman, Miriam
I am trying to do a cfquery without setting up a DSN on the CF Admin. I am using CF 5. I pasted the code that I am using below. It works fine in most instances however, when using a query that uses the CreateODBCDateTime I get an error: Malformed GUID. in query expression. I am using Access 97

Cf 5.0 Upgrade

2001-12-13 Thread Hirschman, Miriam
Can someone please tell me where I can find information on compatibility issues when upgrading from CF 4.0/4.5 to CF 5.0? ~~ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ:

FW: CFMAIL Error

2001-09-25 Thread Hirschman, Miriam
-Original Message- From: Hirschman, Miriam Sent: Tuesday, September 25, 2001 1:36 PM To: '[EMAIL PROTECTED]' Subject: CFMAIL Error I am trying to send email with the CFMAIL tag and I am getting the following error: Error Diagnostic Information unknown exception condition

Word,Excel-Links to

2001-08-07 Thread Hirschman, Miriam
Hi, I asked this question before,but got no answer and I need help. How can I create a link to a Word or Excel document that is held in an Access DB as an OLE Object? Thanks ~~ Structure your ColdFusion code with Fusebox. Get the official book

DateFormat

2001-08-07 Thread Hirschman, Miriam
Hi, I am doing an if statement if isdate is true then output the field in DateFormat. Now the is date returns Yes==it is a date, but when the user enters a date that is before tha year 1600-the isDate is true, but I get an error that the field must be a Date/Time field. Any ideas??

RE: DateFormat

2001-08-07 Thread Hirschman, Miriam
Association Management Software Grant Thornton LLP Washington, D. C. 703.837.4428 -Original Message- From: Hirschman, Miriam [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 07, 2001 1:51 PM To: CF-Talk Subject: DateFormat Hi, I am doing an if statement if isdate is true then output

RE: OLE Object

2001-08-06 Thread Hirschman, Miriam
-Original Message- From: Hirschman, Miriam Sent: Monday, August 06, 2001 12:13 PM To: '[EMAIL PROTECTED]' Subject: OLE Object -Original Message- From: Hirschman, Miriam Sent: Monday, August 06, 2001 11:55 AM