call write_user(field_id,field_voornaam,field_acyternaam Can you help me withe the next step I't the first time that I use MySQL/Zope and Z MySQL Method. Regards, Martin Koekenberg -Original Message-From: Thomas Bennett [EMAIL PROTECTED]To: zope@zope.orgDate: Fri, 26 May 2006
SQL Method. Regards,
Martin Koekenberg -Original Message-From:
Thomas Bennett [EMAIL PROTECTED]To: zope@zope.orgDate:
Fri, 26 May 2006 09:16:24 -0400Subject: Re: [Zope] Z SQL Method
question
With a lack of information here I'll answer based fully on assumption based
on dtml. In
Martin Koekenberg wrote at 2006-5-29 15:24 +0200:
...
Now the following
I submit a form (build with formulator).
The action point to a dtml Method witch calls the above Z MySQL Method
(dtml-call write_user).
Nothing is happening
If really nothing happens, then you do not really
Hello, Who has experience with Z SQL
Method. I Created a from to enten some data into MySQL server. I
used Z SQL Method to write the dat into the databse. Everytime I submit the
form I get a screen with the field in my Z SQL Method component.
How can I write the dat from a form into
--On 26. Mai 2006 14:54:58 +0200 Martin Koekenberg
[EMAIL PROTECTED] wrote:
Hello,
Who has experience with Z SQL Method.
I Created a from to enten some data into MySQL server. I used Z SQL
Method to write the dat into the databse. Everytime I submit the form I
get a screen with the
With a lack of information here I'll answer based fully on assumption based on
dtml.
In your form the action should go to a dtml method.
form action=optional_path_to/some_method ...
The dtml method should have a call to your Z SQL Method
dtml-call my_sql_method
And then you can add