06-07-2013, 09:20 PM
i have found my problem, but atm i dont know how to solve it.
the problem is :
Dim aux as String
dr.write(String)
when i save a string with this setence in a file, before the string save automatically lenght of string.
how could i do to save it without length or save the length that is save automatically in INT32 format instead of Byte format?

