--
You received this message because you are subscribed to the Google Groups "asSQL" group.
To unsubscribe from this group and stop receiving emails from it, send an email to assql+un...@googlegroups.com.
To post to this group, send email to as...@googlegroups.com.
Visit this group at http://groups.google.com/group/assql.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "asSQL" group.
To unsubscribe from this group and stop receiving emails from it, send an email to assql+un...@googlegroups.com.
To post to this group, send email to as...@googlegroups.com.
Visit this group at http://groups.google.com/group/assql.
For more options, visit https://groups.google.com/groups/opt_out.
Let me explain very well my probleme (look this example)
Hello i have probleme with assql.I have one procedure in mysql ajouterEquipe (5 parameters)but in flex it's impossible for me do insert parameters can i have help ?st.sql="call ajouterEquipe (?,?,?,?,?,?,?)";st.setString(1,nom);st.setString(2,tel);st.setString(3,fax);st.setString(4,rue);st.setString(5,ncp);st.setString(6,ville);
st.setBinary(7,photo);