-
I am trying to build hocilib on Windows.
First, I ran into the problem that there are several files listed in hocilib.cabal as C-Sources, but they do not exist, so I removed the C-Sources section.…
-
The following code hangs in `OCISessionGet` in the third iteration:
```
ocilib::Environment::Initialize(ocilib::Environment::Threaded);
ocilib::Pool connPool(db, user, password, ocilib::Pool::Ses…
-
Write the code as follows, please focus on the roll_change_times variable.
```c++
void rollchan(std::vector& roll_ids, std::vector roll_change_times, std::vector& roll_diameters, std::vector& roll…
-
the code below produces weird shifted results with 4.7.6 compared to 4.7.3 on a 32-bit compile:
< ocilib 4.7.6 0 9 20 920
---
> ocilib 4.7.3 9 2 0 920
fprintf(stderr, "ocilib %…
-
Hi,
using 4.7.6, i noticed a strange behaviour with GetSqlIdentifier and ocilib::Statement::FetchScrollable.
Demo:
```
#include
#include "ocilib.hpp"
int main() {
try
{
o…
-
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 con…
-
Hi,
using 4.7.6 - not quite sure if XMLTYPE is supported, but:
```
#include
#include
#include "ocilib.hpp"
using namespace ocilib;
int main(void)
{
Environment::Initiali…
-
我们的客户使用oracle比较多,查文档未发现fibjs有现成的连接oracle的办法。
-
Hello,
I would like to have a wrapper around OCINlsGetInfo() inside the ocilib-Library.
-
Excuse me, why is there no cmakelistes in ocilib?