Adding IQ Driver to LINQPad and connecting to ORACLE Database

Adding IQ Driver to LINQPad and connecting to ORACLE Database

  1. Download the IQ Driver from: http://www.linqpad.net/richclient/datacontextdrivers.aspx
  1. Open LINQPad
  1. Add connection
  1. View more drivers > Browse
  1. You will now be able to see the new driver on the list.


Connect to Oracle

  1. Open LINQPad
  1. Click on Add connection
  1. Select the IQ Driver
  1. Select Oracle
  1. Provide Server IP or DNS name User name and Password
  1. On the Advanced tab provide SID and the port number
  1. Test the connection


Comments

Popular posts from this blog

C# - Simple Class Library and how to use it in another project

AWS CLI - INSTALLATION AND CONFIGURATION

Upload a file to a Web server in ASP.NET by using Visual C# .NET