Saturday, August 27, 2005 4:57:04 PM (GMT +02:00)

Hi,

want to add to the database what's in a text
field.

event from the button mouseup :

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
put fld "MyEdit" into MyEditVar
put "INSERT INTO mytable myfield VALUES ('" & MyEditVar & "');" into SQL
revExecuteSQL dbID, SQL
put the result into sqlResult
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

what's wrong ?

also, for the update and delete ?

have tried it, but it doesn't add to the table.
stucked here.

10x

Adrian C.

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to