Skip to content

toxxy/eac_framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple example

connection = new EAC_Framework.eac_sqlConnector("Server", "dataBase", "Table", "User", "Password");
gridView = new EAC_Framework.eac_dataGridView(ref dataGridView1,ref connection); 
gridView.fillGridFromSqlSelect("YOUR QUERY HERE",ref connection);

Note: dataGridView1 is your object in C#
Note2: Table can be empty like ""

Methods

setAutoInsert(bool)

Used for enable/disable auto insert on dataGridView.

setAutoUpdate(bool)

Used for enable/disable auto update when you edit a cell in dataGridView.

fillGridFromSqlSelect(string,ref eac_sqlConnector)

Used for multiple connections or multiple database collector, get propierty to auto-Fill and updates.

Insert(string)

Update(string)

Query(string)

Support or Contact

cardenaz_1000@hotmail.com

About

C# Framework for easy Software Solutions

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages