You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ocilib version: 4.7.4
Charset mode: ANSI
Platform: Windows
Hello Vincent,
I would like to know how to indicate at the environment initialization that we want to use a specific charset?
By consulting a similar issue (#45 (comment)), I found a temporary working solution which implies to modify an environment variable, like this:
Apart from the fact that this option is only available for binding queries, it produces an error at compile time, which suggests that I am using the method incorrectly:
error LNK2019: unresolved external symbol OCI_BindSetCharsetForm referenced in function "public: void __cdecl ocilib::BindInfo::SetCharsetForm(class ocilib::core::Enum)" (?SetCharsetForm@BindInfo@ocilib@@QEAAXV?$Enum@W4CharsetFormValues@ocilib@@@core@2@@z)
Do you have any idea how to solve this problem?
Thanks for your help!
The text was updated successfully, but these errors were encountered:
Ocilib version: 4.7.4
Charset mode: ANSI
Platform: Windows
Hello Vincent,
I would like to know how to indicate at the environment initialization that we want to use a specific charset?
By consulting a similar issue (#45 (comment)), I found a temporary working solution which implies to modify an environment variable, like this:
This solution works but is not viable for my project.
I also saw that you can specify the charset for a bind with SetCharsetForm, like this:
Apart from the fact that this option is only available for binding queries, it produces an error at compile time, which suggests that I am using the method incorrectly:
Do you have any idea how to solve this problem?
Thanks for your help!
The text was updated successfully, but these errors were encountered: