Guest_imported
New member
- Jan 1, 1970
- 0
Hi,
I'm using Excel with ODBC to export data from a Visual C++ program ( + MFC ) and have a little problem:
In the most Cells in Excel the received data ist marked as following: '50
Problem: This is not coming from Excel, but from my program ! What I need is that if the transported value is an INTEGER it has to be an INTEGER in Excel too, but it does not work !
example for the INSERT statemnet: INSERT INTO table ( name, count ) VALUES ( 'Derek', 50);
The count Cell now shows '50 and that's a big problem for me !
Sorry for my bad english, ( coming from germany )
regards,
SAM
I'm using Excel with ODBC to export data from a Visual C++ program ( + MFC ) and have a little problem:
In the most Cells in Excel the received data ist marked as following: '50
Problem: This is not coming from Excel, but from my program ! What I need is that if the transported value is an INTEGER it has to be an INTEGER in Excel too, but it does not work !
example for the INSERT statemnet: INSERT INTO table ( name, count ) VALUES ( 'Derek', 50);
The count Cell now shows '50 and that's a big problem for me !
Sorry for my bad english, ( coming from germany )
regards,
SAM