> > I don't think Flash does queries. It does as your Flash guy > > says, send a request and receives responses - that is Flash remoting. > > So yes, you should write CFCs that Flash will send requests to. > > What about this: http://www.devx.com/webdev/Article/30638
What about it? In that article, the author creates a custom Java application that uses JDBC, then uses XMLSocket in Flash to talk to it. Flash is not connecting to a database directly. It's actually possible for Flash to connect directly to a MS SQL Server 2000 database, because you can set up an IIS component (provided by Microsoft) that exposes your database to XML dataset requests. Both of these are horrendously bad ideas, from security and maintenance perspectives. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Training: Adobe/Google/Paperthin Certified Partners http://training.figleaf.com/ WebManiacs 2008: the ultimate conference for CF/Flex/AIR developers! http://www.webmaniacsconference.com/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301618 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

