Click here to Skip to main content
15,891,431 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
After researching in hope to find the solution for certain problem I face, I have stumbled upon this[^].

I have made recordset object and found out by using intelisense that the mentioned property exists.

Is there third party documentation/code example that illustrates how to use this property in C++?
Posted
Comments
KarstenK 11-Feb-15 2:34am    
Too unspecific. Show some code.
AlwaysLearningNewStuff 11-Feb-15 12:20pm    
pRS->Fields->GetItem(L"Iznos")->DataFormat;

It is a Field property that is undocumented in ADO reference.

What is unclear about my post?

1 solution

 
Share this answer
 
Comments
AlwaysLearningNewStuff 11-Feb-15 12:21pm    
That was the first thing I did :)

It is completely undocumented in ADO reference, but I know it exists because intelisense offers it as an option when I type pRS->Fields->GetItem(L"Iznos")->
Richard MacCutchan 11-Feb-15 12:53pm    
AlwaysLearningNewStuff 12-Feb-15 1:21am    
Been there too, no luck -> it is completely undocumented. :(

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900