G
Guest
I'm filling a DataTable with data from a Sybase database table via ODBC provider. I have a varchar(10) column in the database table that stores " " (one blank character) as valid data for special cases. Once I fill my DataTable, the data rows contain empty string for this column "" instead of " " (one blank character) for these cases. I've verified the blanks actually exist in the database. Has anyone ran into this before?
I could perform workarounds, but I'd really appreciate any insight to what is happening.
Thanks,
Jake
I could perform workarounds, but I'd really appreciate any insight to what is happening.
Thanks,
Jake