losing blank space

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
Hi,

I think it is a provider's issue. Did you try to use ASE OLEDB for Sybase
provider to see if it works or not?
 
Back
Top