Hi,
I am using oracle database and using C#.
ODBC CODE with Oracle database:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data.Odbc;
using System.IO;
public void Open()
{
connection = new OdbcConnection(connectionString);
command =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.