[EMAIL PROTECTED] wrote:
> I know this is probably a basic question and I hope not a silly one but 
> how good is Flex with Databases?

Not very much, directly.  The most direct route is going to be to hook up a 
RemoteObject to a Java object that services as a persistence manager, such as 
Hibernate.  You could use JDBC calls in the Java object directly, but I 
wouldn't recommend it unless you're doing something really simple.

Will.


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to