jerrymakesjelly / sql-executor

An SQL Executor in Database System Experiment 4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SQL Executor

An SQL Executor in Database System Experiment 4.

screenshot

Compile

gcc ./sqlexecutor.c -o sqlexecutor.exe -lodbc32

Usage

./sqlexecutor <data source name> [<username>] [<password>]

Additional Notes

Please note that you must set up your data source by the following steps:

Run odbcad32, and add your User Data Source.

odbcad32

About

An SQL Executor in Database System Experiment 4

License:GNU General Public License v3.0


Languages

Language:C 100.0%