DataBase Coonection Class


/ Published in: C#
Save to your folder(s)

Simple Class Connection for use in C# Code.

Methods:

- ReturnDataTable(string strQueryCommand)

- ReturnDataSet(string strQueryCommand)

- ExecuteQuery(string strQueryCommand)

- ReturnDataReader(string strQueryCommand)

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.