SqlServerCE problem

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
matx
Posts: 3
Joined: Tue 03 Nov 2009 14:21

SqlServerCE problem

Post by matx » Thu 19 Nov 2009 13:21

Hello,
I use RadStudio 2009 and UniDac 300.0.3

I download to my pc a sqlServerCE(v 3.0) file from a device and a insert data: I connect, modify with TUniConnection and TUniTable, close table and disconnect.

If I reopen the file with my application, sometimes inserted data doesn't exist and if I try a query on INFORMATION_SCHEMA.COLUMNS Table, I have an error.

Even If I reopen file with an editor (SqlServer editor for example), sometimes inserted data doesn't exist and always the editor cannot list database system table

Can you please tell me if I miss something?

Massimiliano

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Thu 19 Nov 2009 14:02

I could not reproduce the problem.
Please send me a complete small sample to dmitryg*devart*com to demonstrate it, including a script to create and fill table.

Post Reply