[Gambas-user] Issue 193 in gambas: SQLite Foreign Key code not allowed
gambas at ...2524...
gambas at ...2524...
Sun Jan 15 21:55:32 CET 2012
Updates:
Labels: -Version -Type-Bug -Priority-Medium Version-TRUNK Type-Enhancement
Priority-Low
Comment #1 on issue 193 by benoit.m... at ...626...: SQLite Foreign Key code
not allowed
http://code.google.com/p/gambas/issues/detail?id=193
There is no support for SQL foreign keys in Gambas gb.db component.
To use them, you must create your table with SQL requests sent by the
Exec() method. Or maybe create your table with Gambas methods, and then
use "ALTER TABLE" to add the foreign keys.
More information about the User
mailing list