PDA

View Full Version : passing vars back to flash using asp


jonnew
03-10-2006, 10:22 AM
i want to display all the records from an sql query. theres lots of info out there about how to do this but they only show multiple records one at a time. I want to show the complete record set including some values that are empty. ie the results set may have some fields with nothing in them so the out put might look something like

line1- john , newsome, 123 somewhere st, <this box would be emptey>
line2- dave, smith, 123 somewhere else st, England

my problem is two fold the first is how to show the whole record set retrieved from the Database all at once
the other is how to deal with empty or null return values being assigned to txtfields on the stage.

im using asp to query the database and passing the vars back to flash

i hope i've explaned myself properly and any help pointing me towards a touturial on this or just some info would be a god send and you would be placed on top of my christmas card list.

thanks in advance
john