UniLoader problem "Unclosed quotation mark after the character string"
Posted: Sat 27 Aug 2016 12:59
Hi,
Using Delphi 10.1, UniDAC 6.3.13.
I am trying to load from an SQLite3 database into MSSQL-2014 table. SQLite connection is "Direct", and MSSQL Provider is "prDirect". There are some UserDefined data types in MSSQL database. As far as I can see, Loader.Columns() field datatypes are OK.
When I call LoadFromDataSet() function I get an error saying "Unclosed quotation mark after the character string '[1NUMBER_SAYIMDETAY_TEMP]'."
That is my target MSSQL table name displayed above. I selected it by using combo box in the object browser. So, no typing errors there.
It is kind of a long code to prepare source query. I uploaded a sample application including sample MSSQL database backup and SQLite source database.
http://s000.tinyupload.com/index.php?fi ... 2790290828
I appreciate any help.
Regards.
Using Delphi 10.1, UniDAC 6.3.13.
I am trying to load from an SQLite3 database into MSSQL-2014 table. SQLite connection is "Direct", and MSSQL Provider is "prDirect". There are some UserDefined data types in MSSQL database. As far as I can see, Loader.Columns() field datatypes are OK.
When I call LoadFromDataSet() function I get an error saying "Unclosed quotation mark after the character string '[1NUMBER_SAYIMDETAY_TEMP]'."
That is my target MSSQL table name displayed above. I selected it by using combo box in the object browser. So, no typing errors there.
It is kind of a long code to prepare source query. I uploaded a sample application including sample MSSQL database backup and SQLite source database.
http://s000.tinyupload.com/index.php?fi ... 2790290828
I appreciate any help.
Regards.