Hi,
I have the following tables in my database:
ItemsTable
Item ID
Item Text
....
....
GeneralInfoTable
Item ID
Item Key
Item Author
....
....
CaseTable
Item ID
Case Text
....
GraphicTable
Item ID
Graphic
....
If the user has all of the data stored in an Ascii file, how could I create an import function that would import the Ascii file data into the appropriate data tables?
Thanks,
Alex
I have the following tables in my database:
ItemsTable
Item ID
Item Text
....
....
GeneralInfoTable
Item ID
Item Key
Item Author
....
....
CaseTable
Item ID
Case Text
....
GraphicTable
Item ID
Graphic
....
If the user has all of the data stored in an Ascii file, how could I create an import function that would import the Ascii file data into the appropriate data tables?
Thanks,
Alex