while I have been studying the core System.Data, I tried to read MSDN basic implementation code.
In the same way, I could call some low-level system dll (win32) to read the info hdd disk. I tried to test and learn from the SQL system data via the MSDN link above, since I am trying to break it, I could not find the entry point. my question is:
What is the minimum code required to connect to SQL SERVER and return some data?
* either with c# preferred , or c++(if noticeably less official)
Edit:
using only some parts of From System.Data SqlDataReaderInstead of the whole class.
source
share