PDA

View Full Version : SQL Server 2000


jeffbrazil
06-02-2005, 03:25 PM
Hi,

I know flash can be integrated with my sql.
I was wondering: "How about flash + sql server 200"?

If itīs possible, how can I do it? s there a tutorial in this site???

Thnaxs
Jefferson

deadbeat
06-02-2005, 06:03 PM
You need to use server-side scripting like PHP or ASP for any database communication...

K.

pan69
06-02-2005, 06:06 PM
The proper way of letting Flash communicate with a server is through Flash Remoting. Flash Remoting comes in two flavours J2EE and .NET. For more information have a look at http://www.macromedia.com/devnet/mx/flashremoting/

Another way of commincating with a server is though normal PHP, JSP, ASP or whatever P, using normal GET and POST functionality or you could use Macromedia's ColdFusion (which has Flash Remoting included).

annexion
06-02-2005, 09:11 PM
Or you could create a virtual directory in IIS and reference the database as its datasource thereby allowing you freedom from any PHP, ASP, CF etc.

Of course you'll be required to specify that the database result is FOR XML RAW/AUTO.

sleekdigital
06-02-2005, 09:18 PM
The proper way of letting Flash communicate with a server is through Flash Remoting.

I would not say its the "proper" way. Its one way. The proper way depends on your requirements and resources

hangalot
06-02-2005, 09:55 PM
Or you could create a virtual directory in IIS and reference the database as its datasource thereby allowing you freedom from any PHP, ASP, CF etc.

Of course you'll be required to specify that the database result is FOR XML RAW/AUTO.
very very unsecure!!!
remoting comes in a ton of flavours