Skip to content

LukeDerryNZ/WinForms-SQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WinForms-SQL2

Basic Windows-Forms SQL Connection example

Usage:

  • Enter sql query into the text box such as:
    SELECT * FROM CUSTOMERS WHERE City='London';
  • Note that this enters a pure string as the query, as such is not safe.
  • Included tables are: CUSTOMERS, SUPPLIERS.
  • Reset button returns view of all entries of CUSTOMER table.
  • Submit Changes button updates any entries changed for this session.
  • Submit Query attempts to execute the entered query string.

Releases

No releases published

Packages

No packages published

Languages