Hi,

'This is the ASP code.

<%
Set objconn=server.createobject("adodb.connection")
objconn.open "provider=microsoft.jet.oledb.4.0; data source=" &
server.mappath("names.mdb")
set objrecord=server.createobject("adodb.recordset")

set objrecord=objconn.execute("insert into mydbdata(firstName)
values('record')")
%>

//This is the Flash code

on (release)
 {
        loadVariablesNum("data.asp?Record=" add a, 0);
}


Thanks...

-----Original Message-----
From: Johannes Nel [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 27, 2007 8:01 PM
To: flashcoders@chattyfig.figleaf.com
Subject: Re: [Flashcoders] Passing Text From Flash To ASP

if its a post a request.form or if its a get a request.querystring

On 6/27/07, vivek <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
>
>
> I was doing some R&D on sending data from flash to Access database. Got
> one
> example on the net, i tried modifying it and it worked. Now the problem is
> I
> can't pass the text field values of flash to asp.
>
>
>
> If I do it statically it works.
>
>
>
> set objrecord=objconn.execute("insert into mydbdata(firstName,lastName)
> values('john','Miranda')") //ASP code
>
>
>
> What should be done to replace 'john' and 'Miranda' with actual values
> from
> flash text fields?
>
>
>
>
>
>
>
> Thanks & Regards,
>
> Vivek Gaikwad
>
> Flash Accessibility Developer
>
>
>
>
>
>
>
> _______________________________________________
> Flashcoders@chattyfig.figleaf.com
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com
>



-- 
j:pn
http://www.lennel.org
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to