hi well i heared on one of the forums that SQL bridges can be used to link more than one SQL (2scripts ex: their members ) is that true ? and if it is how can i build one ?
If you mean sql database clusters, yes, you can create master-slave configurations or multiple mirrored databases in several sql programs. If you're talking about joining tables in a query, you'll have to consult your database manual for how to do this. In mysql, the typical method is LEFT JOIN