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 f

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

mysqlgui

2001-12-14 Thread Jean.Maupertuis
hi in the help file of mysqlgui we find that it has the functions for: - Generating a menu with table fields based on tables that the user has choosen - Parametrized queries, where the user can put any number of ?var? strings and getting a dialog with all ?var? specified, so that inputed values