Home
Options

Endless populating and Query running

I have a SQL CE 3.5 database. The database is created through a C# application. I can add a connection with no problem at all. But when I try to see tables I have an endless populating issue. Also if I try to query data from some table I have an endless Execution issue. On the other hand, if I try to update or delete a record, everything works just fine. I get a Query successful message. Also, I can with no problem at all create a new table in the database. But I cannot see this new table.

Sign In or Register to comment.