CPSysUDB 1.0.3.10

There is a newer version of this package available.
See the version list below for details.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package CPSysUDB --version 1.0.3.10
NuGet\Install-Package CPSysUDB -Version 1.0.3.10
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CPSysUDB" Version="1.0.3.10" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CPSysUDB --version 1.0.3.10
#r "nuget: CPSysUDB, 1.0.3.10"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install CPSysUDB as a Cake Addin
#addin nuget:?package=CPSysUDB&version=1.0.3.10

// Install CPSysUDB as a Cake Tool
#tool nuget:?package=CPSysUDB&version=1.0.3.10

CPSysUDB


NuGet Packages <br/> .NET Framework 4.7.2

A DLL


A biblioteca é grátis para uso comercial ou não comercial. <br/> Tornar o banco de dados do sistema híbrido facilitando a mudança para MySQL ou SQL Server a qaulquer momento. <br/> Facilitar a atualização do banco de dados no cliente não precisando executar scripts para criar novas tabelas e campo. <br/> Funciona em projetos desktop e web testados.

USANDO


  1. Instale a biblioteca pelo pacote NuGet Packages;
  2. Faça referência a biblioteca em seu código;
using CPSysUDB;
  1. Inicie um objeto para cada conexão simultânea, informando os dados de conexão e o banco de dados;
Conexao c = new Conexao(new Conexao.ConexaoData(@"RAFAEL-PC\SQLEXPRESS", Conexao.ConexaoData.Banco.SQLSRV, true, "DB_CHEF", "sa", "***"));
  1. O projeto CPSysUDBEx é um exemplo completo de uso da dll;

SUPORTE


Siga-me para minhas próximas criações

Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.1.0 584 1/19/2024
3.0.0 871 9/30/2023
2.5.1 863 9/13/2023
1.0.3.11 1,228 8/10/2021

Correção no formato datetime.