Tagged Questions

0
votes
1answer
175 views

SQL server database on thick browser based client side without full sql installation - is it possible?

I would like to build thick client using web browser, Silverlight and some database mechanism. What do I mean? I would like to have some database on client side which interface is web browser. Is ...
0
votes
2answers
486 views

How to diagnose ArgumentOutOfRangeException on SqlDbType?

We have some customers using our .NET 2.0 thick-client app that experience strange, intermittent errors reading data from a SQL 2000 SP4 Server, where the actions succeeded just moments earlier. We ...