Click here to Skip to main content
15,879,096 members
Articles / Database Development / SQL Server

EpOraLibrary - A lightweight C++ wrapper over Oracle's OCI library

Rate me:
Please Sign up or sign in to vote.
4.94/5 (14 votes)
2 Jun 2014MIT8 min read 53.7K   803   43  
This is an alternative project of "OraLib - a lightweight C++ wrapper over Oracle's OCI library"

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "EpOraLibrary", "EpOraLibrary\EpOraLibrary110.vcxproj", "{7CBE5AEE-5DB4-4FB1-AC0F-49E3FC2DBB96}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug DLL Unicode|Win32 = Debug DLL Unicode|Win32
		Debug DLL|Win32 = Debug DLL|Win32
		Debug Unicode|Win32 = Debug Unicode|Win32
		Debug|Win32 = Debug|Win32
		Release DLL Unicode|Win32 = Release DLL Unicode|Win32
		Release DLL|Win32 = Release DLL|Win32
		Release Unicode|Win32 = Release Unicode|Win32
		Release|Win32 = Release|Win32
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{7CBE5AEE-5DB4-4FB1-AC0F-49E3FC2DBB96}.Debug DLL Unicode|Win32.ActiveCfg = Debug DLL Unicode|Win32
		{7CBE5AEE-5DB4-4FB1-AC0F-49E3FC2DBB96}.Debug DLL Unicode|Win32.Build.0 = Debug DLL Unicode|Win32
		{7CBE5AEE-5DB4-4FB1-AC0F-49E3FC2DBB96}.Debug DLL|Win32.ActiveCfg = Debug DLL|Win32
		{7CBE5AEE-5DB4-4FB1-AC0F-49E3FC2DBB96}.Debug DLL|Win32.Build.0 = Debug DLL|Win32
		{7CBE5AEE-5DB4-4FB1-AC0F-49E3FC2DBB96}.Debug Unicode|Win32.ActiveCfg = Debug Unicode|Win32
		{7CBE5AEE-5DB4-4FB1-AC0F-49E3FC2DBB96}.Debug Unicode|Win32.Build.0 = Debug Unicode|Win32
		{7CBE5AEE-5DB4-4FB1-AC0F-49E3FC2DBB96}.Debug|Win32.ActiveCfg = Debug|Win32
		{7CBE5AEE-5DB4-4FB1-AC0F-49E3FC2DBB96}.Debug|Win32.Build.0 = Debug|Win32
		{7CBE5AEE-5DB4-4FB1-AC0F-49E3FC2DBB96}.Release DLL Unicode|Win32.ActiveCfg = Release DLL Unicode|Win32
		{7CBE5AEE-5DB4-4FB1-AC0F-49E3FC2DBB96}.Release DLL Unicode|Win32.Build.0 = Release DLL Unicode|Win32
		{7CBE5AEE-5DB4-4FB1-AC0F-49E3FC2DBB96}.Release DLL|Win32.ActiveCfg = Release DLL|Win32
		{7CBE5AEE-5DB4-4FB1-AC0F-49E3FC2DBB96}.Release DLL|Win32.Build.0 = Release DLL|Win32
		{7CBE5AEE-5DB4-4FB1-AC0F-49E3FC2DBB96}.Release Unicode|Win32.ActiveCfg = Release Unicode|Win32
		{7CBE5AEE-5DB4-4FB1-AC0F-49E3FC2DBB96}.Release Unicode|Win32.Build.0 = Release Unicode|Win32
		{7CBE5AEE-5DB4-4FB1-AC0F-49E3FC2DBB96}.Release|Win32.ActiveCfg = Release|Win32
		{7CBE5AEE-5DB4-4FB1-AC0F-49E3FC2DBB96}.Release|Win32.Build.0 = Release|Win32
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
Software Developer
United States United States
Woong Gyu La had been working as a software developer for over 8 years.
His personal interests are improving his personal projects,

EpLibrary (Visual C++ Utility Library)
https://github.com/juhgiyo/EpLibrary[^]

EpOraLibrary (Oracle OCI Wrapper Library for Visual C++)
https://github.com/juhgiyo/EpOraLibrary[^]

EpServerEngine (Visual C++ WinSock Server/Client Engine)
https://github.com/juhgiyo/EpServerEngine[^]

And other projects can be found at
https://github.com/juhgiyo?tab=repositories[^]

Finally, my other articles can be found at
http://www.codeproject.com/Articles/juhgiyo#articles[^]

You can contact me at juhgiyo@gmail.com[^]

Comments and Discussions