jose palomares

jose palomares

  • NA
  • 10
  • 419

How do i connect to acess db in .net core

Jun 3 2021 3:56 PM
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? 

Answers (2)