Kelli and Dave check your email...

hope that helps
For those of you reading the post... Answering Kelli's question :
Ok first you can append the Loadvariables with a "?MyVariable=Value" after your document reference.
i.e. loadVariablesNum ("
0, "POST"

;
.... but that wont just work alone. You have to request the variable from Flash in the ASP document by using the request method.
ie action= response.request(action).
I'm not too sure about the URL encoding though. You may be able to get away with either manually coding the format like I had to, or use the function from Dave's Flash/ASP Guestbook example. I believe its available in the Flash Forum .
I used Ultra Dev as the work horse for generating the connectivity code for the db. And from there I just made a couple changes to "write" the response back to Flash. (as shown in the above posts)
You will have to change the code in the ConnPPZ.ASP Called by the PPZdbQRY file "!include" statement.file to initialize the connection on your machine. Or initialize the Connection in UltraDev. From there I just goofed around with a little trial and error.
The FlashGuy
