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

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -

c# - Populating Gridview inside Listview ItemTemplate On Web User Control from Code Behind -