Re: CFADMINAPI and ServiceFactory

2008-02-12 Thread Gerald Weir
Ray we're good. I see it now. Thanks for your assistance. I never saw my question on the CFTalk page (not sure why) so I've only heard from you. Hopefully, others will be able to find the answers as well. Thanks, Jerry Weir >There is a setter, but it is dependant on your type of DB, for >ex

Re: CFADMINAPI and ServiceFactory

2008-02-11 Thread Raymond Camden
There is a setter, but it is dependant on your type of DB, for example, there is a setMySQL5. If you read the docs, it says it supports create and edit. On Feb 11, 2008 12:47 PM, Gerald Weir <[EMAIL PROTECTED]> wrote: > Ray, nice to hear from you. Thanks for your answer. I'm working with a > co

Re: CFADMINAPI and ServiceFactory

2008-02-11 Thread Gerald Weir
Ray, nice to hear from you. Thanks for your answer. I'm working with a colleague on this and he says the following: Yes we have inspected the Datasource.cfc page. The page is just doc, we are looking for a concrete example. From the doc output, there are only mostly Getters. There are no Sett

Re: CFADMINAPI and ServiceFactory

2008-02-11 Thread Raymond Camden
Yep. If you browse to /CFIDE/adminapi you will find the datasource.cfc. Click on it and the docs will be displayed. On Feb 11, 2008 10:44 AM, Gerald Weir <[EMAIL PROTECTED]> wrote: > Hello, > > We have just upgraded to CF8 from CF6. We are running CF8 on Windows 2003 > servers with a SQLServer

CFADMINAPI and ServiceFactory

2008-02-11 Thread Gerald Weir
Hello, We have just upgraded to CF8 from CF6. We are running CF8 on Windows 2003 servers with a SQLServer 2000 DB in a 3-tier environment. Is there a CFADMINAPI equivalent for the following code: factory=CreateObject("java","coldfusion.server.ServiceFactory");