Author |
Message |
Topic: Using two databases |
Elorn
Replies: 8
Views: 11505
|
Forum: Windows development Posted: Wed Aug 17, 2005 20:38 Subject: Using two databases |
Elorn, there are no plans to include multiple database connections at this point. Early this year, someone started work on having multiple result sets, and this would have been a nice base for multipl ... |
Topic: Using two databases |
Elorn
Replies: 8
Views: 11505
|
Forum: Windows development Posted: Tue Aug 16, 2005 20:18 Subject: Using two databases |
I figured out where to get the libraries btw, they were included in the regular mysql installation, silly me.
Thanks for the advice everyone! |
Topic: Using two databases |
Elorn
Replies: 8
Views: 11505
|
Forum: Windows development Posted: Tue Aug 16, 2005 18:59 Subject: Using two databases |
If its just player-specific information, maybe you could put the information as local variables on the player (or on an item in the players inventory) just before moving them from one server to the ot ... |
Topic: Using two databases |
Elorn
Replies: 8
Views: 11505
|
Forum: Windows development Posted: Tue Aug 16, 2005 17:30 Subject: Using two databases |
Hmmm I don't want to go with option 1 because the two servers are run on different locations, I'm afraid that the one not running at the same location as the DB will get a lot of lag.
Perhaps I cou ... |
Topic: Using two databases |
Elorn
Replies: 8
Views: 11505
|
Forum: Windows development Posted: Tue Aug 16, 2005 12:46 Subject: Using two databases |
Hiya,
I'm currently in the process of connecting two previously separate NWN servers, to form a single persistent world.
I would like to have the ability to share a database between the two ser ... |
|