blogging
blogging
Arnold Matusz’s created a great live writer plugin that uses the excellent syntax highlighter from Alex Gorbatchev. Great Stuff!! sample: public object Lookup(string tblName, string returnField, string where)
{
SqlCommand s = new SqlCommand();
s.Connection = conn;
s.CommandText = "SELECT " + returnField + " FROM " + tblName...