UniLoader Problems

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Mike.Rewnick
Posts: 8
Joined: Sat 11 Dec 2010 23:07

UniLoader Problems

Post by Mike.Rewnick » Fri 23 Sep 2011 18:41

Guys

You need to do more testing

Spaces in tablenames

Posgtres UniLoader does not work

Spaces in fiel'd names
Posgtres UniLoader does not work

insert into table order does not

It is SQL reserved word but it should work anyway.

Should be replaced with "order" by default

Same for mySQL

You have to test it with all databases and make sure it does work with spaces in table names and fields names and it works with Mixed case object names by default


Mike

AndreyZ

Post by AndreyZ » Mon 26 Sep 2011 10:19

Hello,

To work with tables that have spaces in their names or have names that are the same as the reserved words, you have to quote their names. We checked PostgreSQL and it works with field names with spaces correctly. There was a problem with MySQL and field names with spaces. We have fixed this problem. This fix will be included in the next UniDAC build.

Post Reply