MySQL from Silverlight on Linux Server
        Posted  
        
            by cam
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by cam
        
        
        
        Published on 2010-05-07T17:12:06Z
        Indexed on 
            2010/05/07
            17:18 UTC
        
        
        Read the original article
        Hit count: 267
        
Silverlight
|mysql
I'm trying to access a MySQL database through Silverlight, and I know you can't do it directly, but the only way I know of is to use a WCF service. This won't run on the server I have, is there any other way to access the database (through PHP maybe)?
© Stack Overflow or respective owner