VFP 6:
Have an inherited project I'm working on. There are two main databases, each with a stored procedure called NEWID that is used for grabbing the last used ID from an ID table in the respective DBC, incrementing by 1, and returning that value.
The ID tables in each DBC contain different sets of ID counters.
My problem is that I'm needing to grab an ID from the DBC that is not open and used.
Is there a way to access the stored procedure in the not active DBC without interfereing with the currently open DBC?
Have an inherited project I'm working on. There are two main databases, each with a stored procedure called NEWID that is used for grabbing the last used ID from an ID table in the respective DBC, incrementing by 1, and returning that value.
The ID tables in each DBC contain different sets of ID counters.
My problem is that I'm needing to grab an ID from the DBC that is not open and used.
Is there a way to access the stored procedure in the not active DBC without interfereing with the currently open DBC?