Jump to content

Finding in Multiple Databases


This topic is 8438 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Write a script to perform a find in Database A with error capture on. If Status[CurrentError] = 401 (no records found) after performing the find then run an external script in Database B and repeat the process if no records are found in B.

Link to comment
Share on other sites

I have three databases:

A) holds current projects

: holds completed projects

C) The other uses information about the projects.

All projects have unique ID's.

Is there a way that I can make a search request that will (by ID) that will look first in A, and if not found there, will look in B and return the results???

All three are related - I can get the results I need back as long as I only search in one of the databases.

Thanks,

Shane

Link to comment
Share on other sites

This topic is 8438 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.