c# 4.0 - How to make .net application using oracle database oracle client independent -


i have developed application internal database operation of organization.my application in developed in c# oracle database.for running application on machine in lan have install oracle client on each machine there mechanism need not install oracle client running application.

you can bundle application oracle instant client. unfortunately, @ 120 mb rather big.

or, use new managed odp.net driver: http://www.nuget.org/packages/odp.net.managed/


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -