Connecting to COM objects
Hi everyone,
I've got a project on the horizon that involves using an API to access a database. The API uses COM objects.
Can I connect to the API using <cfobject> like this:
<cfobject
class = "program ID"
name = "myneatobject"
action = "connect"
context = "remote"
server = "http://someserverip">
type = "com">
If the server is remote, isn't there some security involved? Login credinentials? I'm trying to ge my head around this. There's an exisiting website in place using the API, however we're planning on redoing everything in CF.
Thanks for any tips in to set me straight!
