Le dimanche 3 Avril 2005 01:09, LB Audio a écrit :
> Problem in mySQL
>
> Ex:
> ....Exec("Delete from table1 where name= 'My Company & Brothers' ")
>
> Problem in string &.
Try .
Exec("Delete from table1 where name= &1", My Company & Brothers)
~° Jack °~