I am currently using vs2019 v16.
i understand that odbc must be used. My problem is that the connection option doesn't display.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.IO;
using System.Text.RegularExpressions;
using System.Data.Odbc;
what am i doing wrong?