What does [0] := $2 mean? I see this alot

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
feamster
Posts: 24
Joined: Thu 11 Nov 2004 12:59

What does [0] := $2 mean? I see this alot

Post by feamster » Wed 08 Feb 2006 17:53

Often whenever there is any error message I see the message followed by [0] := $2. What does this refer to? Thanks.

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Thu 09 Feb 2006 10:42

Please describe more detailed what you mean as [0]?
Do you have this problem only with SQL Server 2005 or with SQL Server 2000 too?

feamster
Posts: 24
Joined: Thu 11 Nov 2004 12:59

Post by feamster » Thu 09 Feb 2006 14:12

When I change the library name in a TMSConnection component I usually get:

Incorrect syntax near the keyword 'Current'.
[0] := $2

Where Current is the new library name.

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Fri 10 Feb 2006 14:31

We couldn't reproduce the problem.
Please send us (sdac*crlab*com) a complete small test project to reproduce the problem; it is desirable to use Northwind or Master schema objects, otherwise include definition of your own database objects; don't use third party components

Also supply us following information
- Exact version of Delphi or C++ Builder
- Exact version of SDAC. You can see it in About sheet of TMSConnection Editor
- Exact version of Microsoft SQL Server and OLE DB provider that you use. You can see it in Info sheet of TMSConnection Editor

Post Reply