Run query: ERROR [IM002] [Microsoft][ODBC 드라이버 관리자] 데이터 원본 이름이 없고 기본 드라이버를 지정하지 않았습니다.
Connection String : "Server=IP;Port=3306;Uid=UserId;Pwd=UserPW;Database=MYDB”
Run query: ERROR [IM002] [Microsoft][ODBC 드라이버 관리자] 데이터 원본 이름이 없고 기본 드라이버를 지정하지 않았습니다.
Connection String : "Server=IP;Port=3306;Uid=UserId;Pwd=UserPW;Database=MYDB”
Hey!
Instead of providing the provider name…
We can create the DBConnection variable output to the DB connect activity…
Give this variable in the run query as a existing connection…
This will work
Regards,
NaNi
미안합니다. 이해를 못했습니다.
아래의 액티비티를 사용하는 것을 말한건가요?
여기요!
DB 연결 활동이 있습니까?
연결을 제공 한 후 해당 활동에 대한 출력 변수를 생성하십시오.
공급자 이름을 제공하는 대신 실행 쿼리에서 기존 연결(DB 연결 출력)을 입력으로 제공
이것은 확실히 작동합니다
문안 인사,
NaNi
Do I need to request the database access permission of ‘UiPath’?
Hey!
Not required…
Just create the output variable to DB connect activity…
And use this variable to Run query as a input…
Regards,
NaNi
Hey,
you can follow these steps as shown in this vedio
How to connect MySQL with UiPath | MySQL Connection string | UiPathRPA - YouTube
thanks
감사합니다.
위와 같이 등록이 되어 있는데
“MySql.Data.MySqlClient” 가 목록에서 보이지 않습니다.
이유가 무엇일까요?