icf2009
Starting Member
India
1 Posts |
Posted - 16 May 2009 : 04:37:18
|
I have one basic forum running developed in asp.net now I want to change to snitz forum.. how do i transfer its data...or sql data of that forum can be transferred to this forum? here i am giving you tables and description of the data structure of that forum...
Forum = category [id,name,createdon,showhide]
topic (admin created) [id,forumid,name,createdon,description,lastmessagedate,lastmessagepostedby,totmessage,totthreads,showhide]
thread (threads started by users)[id,topic_id,User_id,dateoflastpost,subject,replies,usernamelastpostby,keywords,]
messages (1st and all posts)[....]
members [......] i am a student learning on my own....
so how do i convert data from one table to another... thanks for help
thanks for the help...
|
|