not sure how its setup on phpbb but in vb its month-day-year
mm-dd-yyyy
BACKUP YOUR DATABASE FIRST.
but you can do something like
update vbusertable, phpbbusertable
set vbusertable.birthday = phpbbusertable.birthdaycolumn
where vbusertable.userid = phpbbusertable.useridcolumn
if you transferred data from phpbb to vb and its basically the same that should work. But im not 100% sure.
|