View Full Version : Flash to SQL
billb
05-22-2002, 07:24 PM
This actionscript is fairly new to me, and I'm trying to use Flash as a Form. I have three fields in the login that I want to verify in a SQL database to allow access. Does anybody have any experience in communicating Flash with SQL???
flash can't work directly with dbs/sql (altho remoting with mx may change this), so you will need to use a serverside language like php,asp,cfml,cgi etc,etc,etc, to do the actual db communication via sql.
billb
05-23-2002, 03:18 PM
I have a couple of books I was reading yesterday and they were telling me I have to insert certain strings into the asp page but I do not know where to put them. If I put them in the query of the asp page, I got all kinds of errors.
getting flash to talk to asp is no problem.
getting asp to talk to a db is a little tougher, and there are a lot of different ways to go about it.
best bet would be to go to an asp site and dig through some tutorials/forums to get it all straightened out.
http://www.asptoday.com
http://www.4guysfromrolla.com
http://www.aspfaq.com
http://www.devguru.com
there are a bunch more (the last one is really general interest) just poke around and you'll find them.
|
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.