Integrate FET with database system

Started by Naji, September 11, 2008, 04:40:15 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Naji

Hi guys.
I'm working on University system and I found FET is very valued for me. my question is How can I integrate FET with DB system, I mean, how can I export/import FET timetable generated to Database system. Indeed, this will be very useful to use for Student registration module.

I saw the XML files, may it can be.. but I'm so familiar with.

Hopefully, somebody can help.

Thanks

Garouda

I have written a comprehensive School Management Application using VB6, ADO SQL and Jet (Access).
FET enables you to export the timetable as .csv file which can be easily read/imported into your application. At least this is what I did, but when I graduated (i'm 58 of age now and graduated as Business Engineer, not as IT specialist), there weren't any of these laguages at that time, so I am not a guru; I learned by myself.
The way to read a .csv file is to put it in a string, then split the string and read the separate values for each record. Pay attention to the quotes you use while exporting from FET which is such a great program that it even gives you the choice.
:-[ I've just noticed this post is quite old...