|
I want to use VB.NET to do a backend for a small website and connect to the ACCESS database. Is it the same connection method as the editing software? I imported the class library I made before, and I got an error. Others do n’t know if it works. "SqlClient.SqlConnection" error,
Can't it be defined like this
Private conn As SqlClient.SqlConnection
Still nothing |
|