Hi Steffen,
the default delimiter of the Jet Engine can be found in the registry here :
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Jet\4.0\Engines\Text in the key
Format
you can either change it there, or bettercreate a file named Schema.ini and put it in the same directory as your textfile.
The Schema.ini should look like:
[yourtextfilename.txt]
Format=TabDelimited
you can get further information about the Schema.ini file here:
http://msdn.microsoft.com/en-us/library/ms709353(VS.85).aspx
If you have got questions about this, just ask.
Mark the thread as answered if the answer helps you. This helps others who have the same problem !
C# to VB.NET:
http://www.developerfusion.com/tools/convert/csharp-to-vb/