I hope someone could give me a sense of direction on this one. I have a text file that is tab delimited and I need to read this text file and put each item I read into a database. I also need to know what kind of format the VB app that I am writing should be in? ActiveX exe? Regular exe? etc as the VB program will run behind the scenes, so there will be no interface for it.

I will be using SQL Server as my database tool and I am using VB6 to write my code. Any help would be greatly appreciated!