Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Link sql to page

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2002-04-09 : 18:16:10
ALIREZA writes "I need some Information about link Microsofte sql server to flash pages.

my Web site made by Macromedia flash 5.0 and I want store data
in the sql data base

my os: Windows XP My sql Version: Microsofte sql server 7.0"

robvolk
Most Valuable Yak

15732 Posts

Posted - 2002-04-09 : 18:23:34
Take a look at these ASP sites, there are some Flash articles on them:

www.15seconds.com
www.4guysfromrolla.com
www.asp101.com
www.aspalliance.com

Also check some Flash sites, here's a few:

www.flashkit.com
www.flash-db.com

FlashKit.com also has a resources page with links to other Flash sites. They also have extensive forums (like SQL Team) on various topics and sub-topics.

AFAIK Flash and SQL Server may *not* be able to communicate directly (I'm not sure), but Flash can send and receive XML data, as can SQL Server. You may be able to create a link that way. Most Flash examples I've seen use an intermediate ASP page that communicates with the Flash program and the database, using ADO as a data access layer. The ASP sites will have code on how to set this up, if the XML-only route isn't feasible.

Edited by - robvolk on 04/09/2002 18:25:48
Go to Top of Page
   

- Advertisement -