access multiple my sql database at a time? -


how can access multiple sql database @ time, mechanism behind it????? eg: have 3 different database contain product(shoes) along price , there description etc... whenever user type shoes , set price ... search bar should able retrieve data in respect of price.. multiple database..

you can use

select * database1.products field = ? union  select * database2.products  field = ? union  select * database3.products field = ? 

Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -