Skip to content

Instantly share code, notes, and snippets.

@cyshallchan
cyshallchan / oradb.cpp
Created June 9, 2020 06:05
Simple example to connect to oracle database with occi
/*------------------------------------------
Name: oradb.cpp
Date: 2015
Auth: Sun Dro
Desc: Simple example to connect to oracle
database with occi.
------------------------------------------*/
#include <iostream>
#include <occi.h>