[Gambas-user] Bug in Gambas mySQL & DELETE &
Daniel Campos
daniel.campos at ...338...
Sun Apr 3 13:54:14 CEST 2005
>Try .
>Exec("Delete from table1 where name= &1", My Company & Brothers)
>
>~° Jack °~
>
>
>
>
Little bug, Jack:
Exec("Delete from table1 where name= &1", My Company & Brothers)
You must use:
Exec("Delete from table1 where name= &1", "My Company & Brothers" )
Regards,
D. Campos
>
>-------------------------------------------------------
>SF email is sponsored by - The IT Product Guide
>Read honest & candid reviews on hundreds of IT Products from real users.
>Discover which products truly live up to the hype. Start reading now.
>http://ads.osdn.com/?ad_ide95&alloc_id396&op=click
>_______________________________________________
>Gambas-user mailing list
>Gambas-user at lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/gambas-user
>
>
>
>
More information about the User
mailing list