Bronislav Klučka <[EMAIL PROTECTED]> writes: > Hi, > I've already asked this question, but nobody answered... > Is there any way how to ask 2 databases?? > "select db1.table1.id,db2.table9.name from db1.table1 left join db2.table9 > on db1.table1.id=db2.table9.id_object"
See the documentation for the SQLite-specific command ATTACH. Tha should do what you're looking for. Derrell --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]