RE: [Flashcoders] Flash writing/reading database on MS SQL server

2011-04-21 Thread Cor
] On Behalf Of Karl DeSaulniers Sent: donderdag 21 april 2011 3:27 To: Flash Coders List Subject: Re: [Flashcoders] Flash writing/reading database on MS SQL server Hi Cor, There a lot of easy to implement php scripts out there. That is what I use. PHP and MySQL. But here is a simple connection script

[Flashcoders] Flash writing/reading database on MS SQL server

2011-04-20 Thread Cor
Hi List, I am looking for a way to read/write to a database in a MS SQL server. What do I need to do? What is the best approach? Do I need server side scripting, PHP or ASP? Is there anyone who can help me with a little example? TIA! Regards Cor ___

Re: [Flashcoders] Flash writing/reading database on MS SQL server

2011-04-20 Thread Mattheis, Erik (MIN-WSW)
I use Flash remoting with ColdFusion. There's examples for many server side scripting languages that come up when searching for flash femoting as3 [your preferred server thing]. On 4/20/11 2:31 PM, Cor c...@chello.nl wrote: Hi List, I am looking for a way to read/write to a database in a MS

Re: [Flashcoders] Flash writing/reading database on MS SQL server

2011-04-20 Thread Karl DeSaulniers
Hi Cor, There a lot of easy to implement php scripts out there. That is what I use. PHP and MySQL. But here is a simple connection script for php to MSSQL for you to try if you'd like. Have not tested myself. FYI. http://www.jonasjohn.de/snippets/php/mssql-example.htm Best, Karl On Apr