PDA

View Full Version : Flash to SQL Database using ASP question


gironvolgin
11-06-2008, 11:22 AM
hi guys,

im confused can you help me connect my flash to my SQL database and what is the best way to do it.. BTW im using ASP as my middleman

i've already tried using ACCESS and it works.. but now i wanted to try using SQL


thnx in advance :)

Cota
11-06-2008, 03:01 PM
The SQL statements that work in Access wont always work with MS SQL or MySQL. Setting the connection string is different also. What type of Database are you using?

gironvolgin
11-08-2008, 05:52 AM
i will be using SQL Server 2000 as a database. okay so i will redo the code again. are there any tutorials regarding this? im kinda new in using SQL Server..

Cota
11-10-2008, 05:02 PM
the MS knowledge base has a nice break down of the differences. I just dont have a link directly to it.