Greetings,
I have never used grids before and I'm relatively new to VB. I am using VB6 and ADO to pull data from an SQL database. Everything works and I can get the data into the grid but when the data is displayed in the grid it does not look like it should. Data stored in the database as .4 displays in the grid as .4000001. The SQL database stores this field as NUMBER SINGLE. Unfortunately I don't have control over the database. Is there anyway to make the grid display correctly?
Any help is much appreciated.
I have never used grids before and I'm relatively new to VB. I am using VB6 and ADO to pull data from an SQL database. Everything works and I can get the data into the grid but when the data is displayed in the grid it does not look like it should. Data stored in the database as .4 displays in the grid as .4000001. The SQL database stores this field as NUMBER SINGLE. Unfortunately I don't have control over the database. Is there anyway to make the grid display correctly?
Any help is much appreciated.