Answered step by step
Verified Expert Solution
Question
1 Approved Answer
I'm studying SSIS packaging and sending data between Microsoft SQL Server and MySQL and currently getting this error: This is my query: SELECT umLastName, umFirstName
I'm studying SSIS packaging and sending data between Microsoft SQL Server and MySQL and currently getting this error:
This is my query:
SELECT umLastName, umFirstName FROM TestTable WHERE umCBUnlocatable = 1 AND umFirstName ' ' AND umLastName ' ';
I am setting this query in the Source but i am getting the error on the destination portion of the package, Do you know why this is? i can't see any errors in my query.
Microsoft Visual Studio ERROR [42000] [MySQL][ODBC 5.3(a) Driver][mysqld-5.6.23-cll-lve]You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near wpif_ccdp" at line 1 CXKStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started