Is it possible to read database via ODBC in Acrobat Plugin?
I’m developing plugin for Acrobat in C++. I’ve downloaded Abode SDK and use BasicPlugin template as my starting point. In plugin I want to read my database via ODBC (my intention later to update database with some details about opened PDF file). But I got stuck here. I cannot establish connection to my database. The error I’ve received reads that server is not available or access denied.
Though when I use the same code for accessing to database in console app – everything is working correctly.
My code for access to database from plugin code looks like how below:
Is it possible to read database via ODBC in Acrobat Plugin?
I’m developing plugin for Acrobat in C++. I’ve downloaded Abode SDK and use BasicPlugin template as my starting point. In plugin I want to read my database via ODBC (my intention later to update database with some details about opened PDF file). But I got stuck here. I cannot establish connection to my database. The error I’ve received reads that server is not available or access denied.
Though when I use the same code for accessing to database in console app – everything is working correctly.
My code for access to database from plugin code looks like how below: