Hi to all,
I would like to know
1. if it is possible to use mysql connector for c++ without the need of the
mysqlcppconn.dll to be external (if it can be embed inside my executable c++ app and stay embed inside it while running)
2. if 1 can`t be possible at least can this mysqlcppconn.dll be embed inside my app and when my application starts exports the mysqlcppconn.dll to a folder so it can be used by mysql connector c++ inside my app and then when my application closes delete this mysqlcppconn.dll file ?
Can anyone give me a clear answer i would at least like to have one of this options for my c++ win32 app executable with the use of mysql c++ connector
I would like to know
1. if it is possible to use mysql connector for c++ without the need of the
mysqlcppconn.dll to be external (if it can be embed inside my executable c++ app and stay embed inside it while running)
2. if 1 can`t be possible at least can this mysqlcppconn.dll be embed inside my app and when my application starts exports the mysqlcppconn.dll to a folder so it can be used by mysql connector c++ inside my app and then when my application closes delete this mysqlcppconn.dll file ?
Can anyone give me a clear answer i would at least like to have one of this options for my c++ win32 app executable with the use of mysql c++ connector