Skip to content

Releases: DataBooster/DataAccess

DataBooster 1.8.2

10 Oct 01:52
Compare
Choose a tag to compare

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")

DataBooster 1.8.1

22 Jun 14:22
Compare
Choose a tag to compare

v1.8.1

  • Strong-named assemblies
  • Change default behavior of DbAccess.ExecuteStoredProcedure from "returning visible fields only" to "returning all fields" - added a new Property DbAccess.ReadVisibleFieldsOnly
  • Enhanced BindableDynamicObject
  • Added ExecuteProcedure(string sp, object anonymousInstance) overload into DbContextBase
  • Enhanced DalCenter.sample.cs.pp

v1.8

  • Changed StoredProcedureResponse XML serialization, allow client side to control some XML modes;

    • Emit XSD data type information
    • Emit .NET data type information
    • Or Serialize Properties as Attributes
  • Enhanced ExecuteStoredProcedure overloads.

    • Binary Parameter (accepts file upload bytes[] or base64 string)
    • Auto-parsing input string as proper data type derived from database
  • Introduced DalCenter class into scaffolding (install from NuGet packages)

  • Fixed some seldom-used bugs

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")