⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 oracle引用库
💻
字号:
ocicpplib (Alexander I.Olefirenko)DESCRIPTION-----------OCI C+ Library provides a simple interface to connect and work with Oracle 8.0.x , 8i. I was tryed to make interface as simple as possible and it looks like a jdbc interface. You do init() then get connection , run query and get cursor then fetchdata row by row from cursor. For datiled information you can visit http://ocicpplib.sourceforge.net/docs.html. OCI C++ Lib should become a main part of my next project OraArt - a powerfull tool to run administrative tasks with Oracle.It should be written using qt as a GUI lib and should use OCI C++ lib to work with Oracle. I want to implement a great number offunctions and want it similair to DB Artasian and SQL Navigator. OCI C++ Lib is a first stage of the main project consists of 3 stages :1) OCI C++ Lib itself goal - to implement easy to use interface to Oracle2) Since OCI C++ Lib depends on Oracle libs u should have oracle    installed on ur systemto work with.So second stage is to provide a library    to work with Oracle without installing it on local system.   It should features working through network with some server and    provide easy to use interface.All network-related things should be opaque    to application programmer except he should tell server location.   Oracle should be installed on server.Server should use OCI C++ Lib.3) Last stage writing GUI interface and working with Oracle using lib of stage 2.At the moment i really need help from guru's :) If u have some information on how to use object through OCI or piecewiceoperations please help me. I'm really need your help. Any information and support on howto use automake/libtool tools with myprojects send directly to me pleaseDOCS----You can find some docs on http://ocicpplib.sourceforge.netdemo program,acinclude,configure.in are located in demoDOWNLOAD--------ocicpplib available for download from:ftp://ocicpplib.sourceforge.net/pub/ocicpplib/INSTALL-------This is very basic:      ./configure      make      su -c "make install"If you want to install in other place:      ./configure --prefix=/place/to/install/ocicpplib      make      make installYou should have permissions to write in /place/to/install/ocicpp or shouldinstall it from root:      su -c "make install"For more details read INSTALL file.BUGS----If you find one that isn't listed, submit your bugreport here:http://sourceforge.net/bugs/?group_id=9992And if you have a fix for it, so much the better! Submit your patchhere:http://sourceforge.net/patch/?group_id=9992PARTICIPATION-------------You can participate in ocicpplib project in any way here:http://sourceforge.net/projects/ocicpplib/Send your feature requests here:http://sourceforge.net/support/?group_id=9992

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -