Table/view either does not exist or contains errors

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Ivan_Carpio89
Posts: 29
Joined: Mon 10 Dec 2018 23:49

Table/view either does not exist or contains errors

Post by Ivan_Carpio89 » Fri 08 Feb 2019 18:03

Hi,

When i use TUniTable with SQL Server, i have the follow message error:

Table/view either does not exist or contains errors

Info:

1.- RAD Studio XE7
2.- Microsoft SQL Server 2014
3.- UniDAC 7.4.11
4.- TUniConnection
  • ProviderName = 'SQL Server'
  • Options.DefaultSortType = stBinary

    Note: My connection string is correct.

5.- TUniTable
  • TableName = 'MyTable'
  • SpecificOptions.Strings = (
    'SQL Server.FetchAll=False'
    'SQL Server.CursorUpdate=False'
    'SQL Server.CursorType=ctBaseTable')

Thanks in advance.

Ivan_Carpio89
Posts: 29
Joined: Mon 10 Dec 2018 23:49

Re: Table/view either does not exist or contains errors

Post by Ivan_Carpio89 » Tue 12 Feb 2019 14:25

Any suggestions?

Stellar
Devart Team
Posts: 496
Joined: Tue 03 Oct 2017 11:00

Re: Table/view either does not exist or contains errors

Post by Stellar » Tue 12 Feb 2019 15:50

Unfortunately, we can't reproduce the issue. To investigate this behavior of UniDAC, please compose a small sample demonstrating the issue and send it to us, including database objects creating scripts.
You can send the sample using the contact form at our site: devart.com/company/contactform.html

Post Reply