module mssql
pub struct Row {
pub mut:
vals []string
}
pub struct Result {
rows []Row
// the number of rows affected by sql statement
num_rows_affected int