Jump to content

[SOLVED] Two database one pilot table


OmerAslan

Recommended Posts

  • Moderators

That requires a major core file change to read from the same table meaning you'll need to change all the functions that uses pilots table to read from the first DB table. Are you sure you want to do this?

I suggest you update both tables manually then read them separately that's a lot easier to deal with. All you need to do is to import pilot's table from your first DB into the second one and whenever a new pilot is added to any tables, you update the other one accordingly. Another problem you'll face is the PIREPS which also needs to be updated since they use pilot id to save records. Like I said pretty much any module or function that uses pilot's table needs to be altered and that's gonna be a pain for you.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...