for multiple inserts I have used TUniLoader. The performance is very good and it works for me on Firebird, MySQL, Oracle (DirectPath = False) and PostgreSQL....
But when I use the same routines for MS SQL 2005 Server, it works, but all characters in the Table have 2 Bytes! I can't see what for bytes, I see only a square, but I think its a null byte because when I load the record the length is limited on the first character...
Using TUniSQL, TUniQuery and TUniScript is ok and works, but not TUniLoader

Any Ideas?