Hi,
i normally use one mysql database with one connection,
but i want to query another database [which is read only - and not in my control] for customer records.
i always try and use the minimum amount of recordsets - so, i have a car booking system where the booking data and customer id, for lookup, is stored in a mysql DB and the customer/vehicle details are stored in another database.
can i use JOIN to the other database in one query or do i need to make two queries?
i connect to the mysql db with a dsn less connection, but the customer database uses a file dsn.
if im not being clear let me know
thanks MG
i normally use one mysql database with one connection,
but i want to query another database [which is read only - and not in my control] for customer records.
i always try and use the minimum amount of recordsets - so, i have a car booking system where the booking data and customer id, for lookup, is stored in a mysql DB and the customer/vehicle details are stored in another database.
can i use JOIN to the other database in one query or do i need to make two queries?
i connect to the mysql db with a dsn less connection, but the customer database uses a file dsn.
if im not being clear let me know
thanks MG