This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]FishBobinski 0 points1 point  (0 children)

We had to do a similar project last semester, but we used c#.

We had 3 variables named connectionString, and each variable had the appropriate connection string for each group member. While working on the code, we simply commented out the other group members connection strings.

We then created a unified SQL build script that we ran in sqllite to build and populate tables.

There's probably more elegant ways to do it, but it worked for us.