Sounds like you're on the right lines. Create a CFC web service on the CF server that handles the db. Then use it's exposed methods to pass data in and out of the db.
Be aware of the security risk in exposing methods that update your data. There are loads of good articles on CFC's at http://www.macromedia.com/desdev/mx/coldfusion/ HTH Douglas -----Original Message----- From: Giles Roadnight [mailto:giles@;roadnight.name] Sent: 25 October 2002 15:17 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] Cold Fusion Components Yes, sorry I meant web services. You can turn CFC's into services quite easily though can't you? Giles Roadnight http://giles.roadnight.name -----Original Message----- From: [EMAIL PROTECTED] [mailto:rafe.fitzpatrick@;alienationdesign.co.uk] Sent: 25 October 2002 15:08 To: [EMAIL PROTECTED] Subject: Re: [ cf-dev ] Cold Fusion Components Are you not better creating a webservice that the client server can access to get the orders. Rafe Fitzpatrick Senior Developer http://www.alienationdesign.co.uk mailto:rafe.fitzpatrick@;alienationdesign.co.uk Tel: 0141 575 9700 Fax: 0141 575 9600 Creative solutions in a technical world ---------------------------------------------------------------------- Get your domain names online from: http://www.alienationdomains.co.uk Reseller options available! ---------------------------------------------------------------------- ---------------------------------------------------------------------- -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED] -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED] -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
