Click here to Skip to main content
15,892,298 members
Articles / Programming Languages / SQL

Concurrent model in ADO.NET, ways that allow to negotiate disconnected model restrictions for Oracle databases

Rate me:
Please Sign up or sign in to vote.
4.24/5 (7 votes)
5 Dec 20068 min read 48.1K   314   23  
Using ADO.NET conrurrent model in Oracle databases.

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WindowsApplication1", "WindowsApplication1.csproj", "{EFCAACFE-1806-4D09-A216-076123670B02}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{EFCAACFE-1806-4D09-A216-076123670B02}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{EFCAACFE-1806-4D09-A216-076123670B02}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{EFCAACFE-1806-4D09-A216-076123670B02}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{EFCAACFE-1806-4D09-A216-076123670B02}.Release|Any CPU.Build.0 = Release|Any CPU
	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 has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
Russian Federation Russian Federation
I started to write programs 10 years ago and used very different languages. Professionally, I developed systems that work with very large databases, mainly on Oracle. To date, I learned about 15 computer languages. As the moment, I'm in love with C# and the .NET framework, although I widely use Java, C++, Perl, PL/SQL. I prefer don't do user interfaces but like to develop reusable components.
PhD in Computer Science,
CEO of Snotra Tech

Comments and Discussions