UniDAC,DelphiXE3 and MSSQLCompact

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
tomsoft
Posts: 6
Joined: Fri 29 Jan 2010 16:25

UniDAC,DelphiXE3 and MSSQLCompact

Post by tomsoft » Thu 20 Sep 2012 09:32

I can not Activate UniQuery or UniTable because return error:
"There was an error parsing the query. [Token line number 1, token offset 7, 0, token error:,,]"
Use: RAD Studio XE3 ENT;UniDac 4.5.9, win7 64.In RAD Studio XE2 is OK.
1. Connect UniConection (Conected = True) is OK
ProviderName = 'SQL Server'
Database = 'c:\silvic\Trdespce\despuiere.sdf'
SpecificOptions.Strings = (
'SQL Server.Authentication=auWindows'
'SQL Server.InitialFileName=c:\silvic\Trdespce\despuiere.sdf'
'SQL Server.OLEDBProvider=prCompact')
Connected = True
2. When activating(Active=True) UniTable or UniQuery appears the error.

AndreyZ

Re: UniDAC,DelphiXE3 and MSSQLCompact

Post by AndreyZ » Thu 20 Sep 2012 10:17

Thank you for the information. We have reproduced and fixed this problem. This fix will be included in the next UniDAC build.

Post Reply