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 -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

java - How to provide dependency injections in Eclipse RCP 3.x? -