Skip to content

DataBooster 1.8.2

Latest
Compare
Choose a tag to compare
@AbelCheng AbelCheng released this 10 Oct 01:52
· 8 commits to master since this release

v1.8.2

  • Automatic RefreshStoredProcedureParameters if database side change StoredProcedure interface.

The latest binaries releases are available in NuGet Packages:

Remarks:

All above binaries releases require .NET Framework 4.0 or later.
SQL Server support is always build-in (can't be unplugged).

  1. The first download (DLL) uses ODP.NET Managed Driver to connect Oracle;
  2. The second download (DLL) requires ODP.NET 4 (unmanaged driver v4.112.3 or later) to connect Oracle;
  3. The third download (DLL) also requires DataDirect v3.5 or later to connect Oracle;
  4. The fourth download (DLL) doesn't support Oracle.

Please download the [url:source code|http://databooster.codeplex.com/SourceControl/latest] if the provider need to be replaced by others. For example ODP.NET, add reference Oracle.DataAccess.dll and set conditional compilation symbols "ORACLE;ODP_NET" in DataAccess project properties.

The UtilityScripts folder contains a Oracle function which can generate C# class code for the result set (SYS_REFCURSOR) return from a stored procedure, also includes a sample shown how to use it in PL/SQL Developer.

(This was a derivative library of dbParallel project http://dbparallel.codeplex.com originally, so the namespace starts with "DbParallel.DataAccess")