RE: Coldfusion 8 Adminapi Datasource problem

2007-10-22 Thread Hareni Venkatramanan
to zero. Thanks, Hareni -Original Message- From: John Elkins [mailto:[EMAIL PROTECTED] Sent: 20 October 2007 06:57 To: CF-Talk Subject: Re: Coldfusion 8 Adminapi Datasource problem Care to show the code? Care to show the code? Sure. I used an example from CF8 live docs... which actually

Re: Coldfusion 8 Adminapi Datasource problem

2007-10-22 Thread Raymond Camden
This sounds like a bug in the admin then. If the back end supports 60 seconds, the admin should support it as well, right? On 10/22/07, Hareni Venkatramanan [EMAIL PROTECTED] wrote: Hi John, In the function myObj.setMSSQL(), the values of timeout and interval are specified in seconds (

Re: Coldfusion 8 Adminapi Datasource problem

2007-10-22 Thread John Elkins
Thanks, Hareni. That was the problem. I should have paid more attention to the api values. It worked perfectly. Thanks also Ray for responding to my question. Regards, John Hi John, In the function myObj.setMSSQL(), the values of timeout and interval are specified in seconds ( pl.

Re: Coldfusion 8 Adminapi Datasource problem

2007-10-20 Thread Raymond Camden
Hmm, I was hoping I'd see something simple. I'd suggest logging a bug report (www.adobe.com/go/wish). Sorry I couldn't help. On 10/19/07, John Elkins [EMAIL PROTECTED] wrote: Care to show the code? Care to show the code? --

Coldfusion 8 Adminapi Datasource problem

2007-10-19 Thread John Elkins
Hello all, I was wondering if anyone has been experiencing an issue with the Coldfusion 8 datasource api. I have been able to successfully create a datasource, but two of the paramaters I am passing back are not being set... those are Timeout Interval. I am specifying values for them, but

Re: Coldfusion 8 Adminapi Datasource problem

2007-10-19 Thread John Elkins
Care to show the code? Sure. I used an example from CF8 live docs... which actually has an error: http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=basiconfig_37.html (setStringParameterAsUnicode should be sendStringParametersAsUnicode) myObj.setMSSQL(driver=MSSQLServer,

Re: Coldfusion 8 Adminapi Datasource problem

2007-10-19 Thread John Elkins
Care to show the code? Care to show the code? Sure. I used an example from CF8 live docs... which actually has an error: http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=basiconfig_37.html (setStringParameterAsUnicode should be sendStringParametersAsUnicode)

Re: Coldfusion 8 Adminapi Datasource problem

2007-10-19 Thread Raymond Camden
Care to show the code? On 10/19/07, John Elkins [EMAIL PROTECTED] wrote: Hello all, I was wondering if anyone has been experiencing an issue with the Coldfusion 8 datasource api. I have been able to successfully create a datasource, but two of the paramaters I am passing back are not