-
Hi,
I'm migrating from SF an found your interesting script.
I was wondering if you could add support for importing SF discussion json export ?
The json structure is a bit different but the post elem…
-
When I use multi thread to write data to Oracle database, I report an error.
if (!OCI_Initialize(err_handler, nullptr, OCI_ENV_DEFAULT | OCI_ENV_THREADED)) {
return 1;
}
#0 0x00007f6c…
-
****
**Is your feature request related to a problem? Please describe.**
There are several projects like [win-bash](http://win-bash.sourceforge.net/), [UnxUtils](http://unxutils.sourceforge.net/) a…
-
### **I used smart pointer to encapsulate a connection pool, and then added a function to query the result set, but every time I got the record set, it was empty. Why?**
The code is as follows:
``…
-
I'm trying this, but getting wrong results, as I already have same program with occi using occi::Blob.
```
ocilib::Clob src = rs.Get(1).Clone();
std::string dest;
dest.clear();
unsigned int…
-
Sometimes I want to declare an empty ocilib::Resultset to receive the result set, but the constructor has been privatized. Why? Any concerns?
-
Hi,
a note in api.h says:
> A statement can be prepared once and executed as many times as needed (see Binding variables section)
Unfortunately that's exactly what's not working. At the secon…
-
Regarding using ocilib::Pool to get links, what happens if the maximum link is reached? This is a code snippet I wrote, and I'm not sure if I need to do it. Or what should I do? Please advise.
```c…
-
I use vcpkg to install ocilib 4.7.5 and integrate project in vs2019, But the runtime to report an error: "Error occurred at OcilibEnvironmentInitialize: Cannot load OCI shared library (oci.dll)",I hav…
-
Regarding ocilib:: pool, do I need to use getConnection to get a link from the thread pool to manually close it (using the close function)? Or will the thread pool automatically recycle?
Do you rec…