Log in

View Full Version : Using an existing user database?


OpalCat
12-10-2002, 02:53 PM
A friend of mine runs a site with a huge user base already. Their current message board sucks a whole football team's worth of asses.

Can VB be hacked to use an existing database? (it's mysql)

Xenon
12-10-2002, 03:41 PM
well, you can install vb on a clean db, and then import the user db, but the table-layout should be the same ;)
so you have a bit of work to do :)

OpalCat
12-10-2002, 03:53 PM
but it has to remain connected, because as new users register for the site, they need to also get access to the forum. Obviously the tables would have to be the same, but couldn't you add those tables to the existing database?

Xenon
12-10-2002, 04:24 PM
that's what i meant by bit of work :)
you have to add those tables and fields to your database ;)

OpalCat
12-10-2002, 04:47 PM
but do you think it's doable?

NTLDR
12-10-2002, 06:52 PM
Its doable, it just depends if its feasable or not ;)