If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Data from multiple DB's

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-14-08, 21:35
wishwashed wishwashed is offline
Registered User
 
Join Date: Nov 2007
Posts: 13
Data from multiple DB's

Guys, I have an assignment question here... I'm not asking for code or anything, but rather some light shed on this very vague requirement...

We have been asked to setup a retrieval system, using ASP.NET or PHP to retrieve contents from "multiple" databases. The content should be of all different formats.

Any idea's/
Reply With Quote
  #2 (permalink)  
Old 03-15-08, 22:54
websitehacks websitehacks is offline
Registered User
 
Join Date: Mar 2008
Posts: 11
In your queries, just put the database name in front of the table name. For example:

$query=mysql_query("SELECT * FROM DATABASE1.TABLE1");

Quote:
Originally Posted by wishwashed
The content should be of all different formats.
What do you mean by that?
__________________
Website Hacks
Programming/computer help
Reply With Quote
  #3 (permalink)  
Old 03-16-08, 08:40
wishwashed wishwashed is offline
Registered User
 
Join Date: Nov 2007
Posts: 13
I need to access mutiple database, not multiple tables.

And multi-format including a text db, an image db and possibly an audio db. Eac DB storing and handling different media formats... You know.
Reply With Quote
  #4 (permalink)  
Old 03-19-08, 06:04
gvee gvee is offline
www.gvee.co.uk
 
Join Date: Jan 2007
Location: UK
Posts: 10,156
4 part naming
server.database.schema.object

Or separate connection objects using different connection strings (see www.connectionstrings.com)
__________________
George
Twitter | Blog
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On