Answered step by step
Verified Expert Solution
Link Copied!

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:

image text in transcribed

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 CXK

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions