Re: mysqlgui, ?var? and quotes

2001-12-17 Thread Jean.Maupertuis
Sinisa Milivojevic wrote: >Jean.Maupertuis writes: > >>I try to use the ?var?'s to create a menu for inserting new rows in a table. >>for example: >>insert into personnel(first_name, last_name) values(?first_name?, >>?last_name?) >>if i type jean in first_name and maupertuis in last_name the re

Re: mysqlgui, ?var? and quotes

2001-12-17 Thread Sinisa Milivojevic
Jean.Maupertuis writes: > I try to use the ?var?'s to create a menu for inserting new rows in a table. > for example: > insert into personnel(first_name, last_name) values(?first_name?, > ?last_name?) > if i type jean in first_name and maupertuis in last_name the result is > "unknow column > 'j

mysqlgui, ?var? and quotes

2001-12-16 Thread Jean.Maupertuis
I try to use the ?var?'s to create a menu for inserting new rows in a table. for example: insert into personnel(first_name, last_name) values(?first_name?, ?last_name?) if i type jean in first_name and maupertuis in last_name the result is "unknow column 'jean' in 'field list' "because it's tr