> > I'll work my way through them, but not instantly. > > So far, odbc is fine. > > Did you integrate those changes I sent on that includes vec_columns >as a > call via VECSERVICES struct? Don't yet have working code using v>ec_columns, > that's gonna go into com plugin eventually.
I used the last version of vec you ploaded; it does have that entry point. If your interfaces work for one plugin, they almost certain work for them all, so its probably not needed to test every plugin. Also, I refactored the code to use common routines (e.g. the common create routine) which your services also call, so that also helps verify that they likely work. The redesign was to get rid of that ugly global table and use dynamically allocated vector structures; the vector handle is now the address of the handle (with 00's escaped). >
