rikkuotaku
08-04-2003, 01:14 PM
I have two text files that I need to import into my forum. I can change thier format to anything needed... here are samples:
USERS.TXT [Username, Password]
--------------
Don Sutherland, T56J34
Erika Leafi, G89W99
Ricki Anthony, W32L93
etc....
FORUMS.TXT [ID, Name, Description]
-------------------------------
C1, Classes, General Classes [Category]
SC, Science, General Science [Forum]
SC1, SC101, Intro to Chemistry [Subforum]
SC2, SC102, Intro to Physics
SC3, SC103, Intro to Astronomy
ED, Education, Teacher Eduation
ED1, ED110, Teacher Methods
ED2, ED201, Adv. Teacher Methods
MA, Math, Mathematics
MA1, MA101, Intro to Geometry
MA2, MA300, Differential Equations
etc...
You get the idea. One is usernames and passwords. The second is a forum structure: With Categories, Forums and then Subforums - All Forums will have numerous subforums.
How would I import this data into VB?
USERS.TXT [Username, Password]
--------------
Don Sutherland, T56J34
Erika Leafi, G89W99
Ricki Anthony, W32L93
etc....
FORUMS.TXT [ID, Name, Description]
-------------------------------
C1, Classes, General Classes [Category]
SC, Science, General Science [Forum]
SC1, SC101, Intro to Chemistry [Subforum]
SC2, SC102, Intro to Physics
SC3, SC103, Intro to Astronomy
ED, Education, Teacher Eduation
ED1, ED110, Teacher Methods
ED2, ED201, Adv. Teacher Methods
MA, Math, Mathematics
MA1, MA101, Intro to Geometry
MA2, MA300, Differential Equations
etc...
You get the idea. One is usernames and passwords. The second is a forum structure: With Categories, Forums and then Subforums - All Forums will have numerous subforums.
How would I import this data into VB?