How to setup a DPB to make a client compiled with the new FB 3 API access a remote FB 2.5 database? Is there a way to change WireCrypt and AuthServer in the Database Params Buffer?
i.e.
IXpbBuilder* dpb = NULL;
dpb->insertString (&status, isc_dpb_user_name, user);
dpb->insertString (&status, isc_dpb_password, pass);
Is there something like isc_dpb_wirecrypt that could be setup?