UniDump + Ms sql bug?

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
ply
Posts: 11
Joined: Tue 27 May 2008 15:03

UniDump + Ms sql bug?

Post by ply » Tue 15 Nov 2011 21:02

Trying to backup 2 tables in UniDAC Demo project and getting an error:

Code: Select all

Invalid object name 'emp,dept'
Table names to backup are

Code: Select all

emp,dept
SQL Server 2005 SP4, logging in as "sa"

AndreyZ

Post by AndreyZ » Wed 16 Nov 2011 09:36

Hello,

To solve the problem, you should separate table names with semicolons. We will fix this problem in the next UniDAC build.

Post Reply