
problem with char field and special ascii char
Hello!
I have VB 6.0 pro.
I'm working with dBASE tables and I have little problem.
I have text field (4 char long) in database and are there (in this field) a
sum of special codes like:
chr$(0)+chr$(1)+chr$(30)+...+
Problem is in first 0.
When I try read from database this field, I see error from VB: field is
NULL.
Best regards,
Dominik Kolcio