OracleBulkCopy is missing in Oracle.DataAccess -


i want use oraclebulkcopy perform bulk insert operations. database oracle10g , code in .net 2 framework. old clients , cannot upgrade database or framework version. possible use oraclebulkcopy that? tried downloading latest odp.net. extracted , latest version oracle.dataaccess 2.112.3.0. not able find oraclebulkcopy in this. please help.

the problem seems else. added oracle.dataaccess new project , can see oraclebulkcopy. reason reference in visual studio not refreshing. ideas?

in dependencies folder, had multiple versions of oracle.dataaccess under different folders. though browsing path latest version, not getting updated. still referrred assembly older version path.

only after deleted older version assemblies other folders, reference got updated latest one. still not sure why happening. anyway works now.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -