mustafakemalgilor / arduino-mssql

THIS PROJECT IS NOW DEPRECATED; PLEASE USE TDSLITE INSTEAD! https://github.com/mustafakemalgilor/tdslite A TDS 7.0 implementation for Arduino, allowing connection to Microsoft SQL Server and running queries. (using UIPEthernet or Ethernet)
MIT License
21 stars 11 forks source link

Question about SELECT QUERY #6

Closed jjuny-Park closed 4 years ago

jjuny-Park commented 4 years ago

Thank you for your inspiration

DB connection, INSERT, UPDATE, DELETE has been successful.

I'm trying to SELECT QUERY, but I'm not sure.

I'd appreciate your help.

mustafakemalgilor commented 4 years ago

Take a look into https://github.com/mustafakemalgilor/arduino-mssql/blob/master/sqlard-test.cpp . It might give you an idea.