Search the web
Sign In
New User? Sign Up
EhLib
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
ApplyUpdates in C++Builder   Message List  
Reply | Forward Message #521 of 917 |
I am trying to use the ApplyUpdates method for a TpFIBDatabase in
C++Builder but I can't seem to succeed. Since
dbMain->ApplyUpdates([qryTable1]) is not a correct syntax in C++, I
tried using the following method:

dbMain->ApplyUpdates(OPENARRAY(TpFIBDataSet*, (qryTable1)));

Still, I get an error using this: "Cannot convert
'OpenArray<TpFIBDataSet *>' to 'const TDataSet * *'".

Any ideas how I can make it work?

Thx.





Fri Dec 29, 2006 8:45 am

adypurdila
Offline Offline
Send Email Send Email

Forward
Message #521 of 917 |
Expand Messages Author Sort by Date

I am trying to use the ApplyUpdates method for a TpFIBDatabase in C++Builder but I can't seem to succeed. Since dbMain->ApplyUpdates([qryTable1]) is not a...
adypurdila
Offline Send Email
Dec 29, 2006
8:46 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help