Hello,
I'm trying to use ATL support in a vc++ win32 project to retrieve rows of
data from a sql server database: Northwind. I would like to create 3 arrays
to store the ProductName, QuantityPerUnit, and UnitPrice so that I can use
them later in with the MatLab engine.
Currently, the ProductName is datatype 'TCHAR[41]', QuantityPerUnit
is'TCHAR[21]', and UnitPrice is 'CURRENCY'.
Where could I find the documentation to cast these datatypes into c++
datatypes?
Thank you,
Chieko
pvdg42 - 19 Jul 2006 13:35 GMT
> Hello,
> I'm trying to use ATL support in a vc++ win32 project to retrieve rows of
[quoted text clipped - 8 lines]
> Thank you,
> Chieko
This article may help with your TCHAR[] fields:
http://msdn2.microsoft.com/en-us/library/awkwbzyc.aspx
This one may help with your CURRENCY field:
http://msdn2.microsoft.com/en-us/library/ms191530.aspx