강의

멘토링

커뮤니티

Inflearn Community Q&A

zmfhh12227's profile image
zmfhh12227

asked

C# ADO.NET Database Programming

Connection (Database Connection)

22:35 질문

Written on

·

257

0

MsSql msql; 입력후 컨트롤 + . 누르고 참조 using AdoNet;  추가가 안됩니다 

ADO.NET

Answer 1

1

kjlee님의 프로필 이미지
kjlee
Instructor

참조(Reference)에 dll을 등록하시고 ctrl+.을 누르셔야 합니다. 그냥 되는 경우는 같은 프로젝트에 속해 있을 경우이고, 서로 다른 프로젝트에서는 dll 참조가 먼저 구성되어 있어야 합니다.

zmfhh12227's profile image
zmfhh12227

asked

Ask a question