SLQServerManager 1.0.0.1

dotnet add package SLQServerManager --version 1.0.0.1
NuGet\Install-Package SLQServerManager -Version 1.0.0.1
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="SLQServerManager" Version="1.0.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SLQServerManager --version 1.0.0.1
#r "nuget: SLQServerManager, 1.0.0.1"
#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 SLQServerManager as a Cake Addin
#addin nuget:?package=SLQServerManager&version=1.0.0.1

// Install SLQServerManager as a Cake Tool
#tool nuget:?package=SLQServerManager&version=1.0.0.1

This is a product of SYNTHX (By Vishal Vastava). The SqlManager package in VB.NET provides a set of utility functions for interacting with Microsoft SQL Server databases in a WinForms application. This package aims to facilitate common database operations with a focus on flexibility, allowing users to provide queries and connection strings directly within each function rather than relying on global variables.

Key Features:

  1. Data Retrieval: • GetDataTable: Retrieves SQL data into a DataTable. • GetDataSet: Retrieves SQL data into a DataSet. • IsServerConnected: Checks if the SQL server is connected.

  2. Data Search: • SearchAndGetData: Searches across an SQL table and retrieves results in a DataTable. • SearchAndGetDataAsDataSet: Searches across an SQL table and retrieves results in a DataSet. • SearchInDataTable: Searches across a DataTable and retrieves results in a DataTable. • SearchInDataSet: Searches across a DataSet and retrieves results in a DataSet.

  3. Data Upload: • UploadOneByOne: One by one uploading of data from DataSet/DataTable/DataGridView to SQL. • BulkUpload: Bulk uploading of data from DataSet/DataTable/DataGridView to SQL. • InsertData: Inserts data into SQL.

  4. Data Export: • ExportToExcel: Exports SQL table data to Excel (excluding CSV). • ExportToCSV: Exports SQL table data to CSV.

  5. Data Manipulation: • UpdateData: Updates data in SQL. • DeleteTable: Deletes an SQL table. • TruncateTable: Truncates an SQL table.

  6. File Operations: • BulkUploadExcel: Bulk uploads data from any Excel file (except for CSV) to an SQL table. • BulkUploadCSV: Bulk uploads data from a CSV file to an SQL table.

  7. Advanced Operations: • MergeAndExportToExcel: Merges multiple SQL tables and exports them to different sheets in the same Excel file.

Note: • The package does not include encryption/decryption logic, as requested in a previous iteration. • It uses the Microsoft.Office.Interop.Excel namespace for Excel-related operations.

This package empowers developers to perform a wide range of SQL-related tasks in a WinForms application with ease, offering flexibility and encapsulation for database interactions. Users can incorporate these functions based on their specific requirements without the need for global variables or predefined table names.

Copyright is held with Vishal Vastava, the developer of this package. For more NuGet packages visit synthx.rf.gd

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.
  • .NETFramework 4.7.2

    • No dependencies.

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
1.0.0.1 125 1/14/2024