> I found another problem with the db manager .
> 
> when I set the default value of a field of a table for sqlite3 ,
> for example the field name log_status and the default value "ACTIVE" .
> 
> when a new record is created the log_status field show "ACTIVE"  the double
> quote sign is included when it's not suppose too.
> 

You must type ACTIVE without the double quote. You don't need to quote 
anything when entering the default value of a field.

Regards,

-- 
Benoît Minisini

------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to