I have a few tables in a c# application I\'m currently working on and for 4/5 of the tables everything saves perfectly fine no issues. For the 5th table everything seems good until I reload the progra
I am working on a project on Visual Studio C#. I am collecting data from a device connected to PC via serial port.
I have a flash file in a div. This div is set to visible (display:block;). The div has two sister divs. All three divs are controlled by custom built jQuery tabs, so when another tab is clicked, the c
I am trying to unzip a file from the internet using the following code.On one of the files(\"uq.class\"), after it has been unzipped from the online source, is missing about 2kb of file size(the origi
I\'m getting ready to develop a MVC 3 website with C#, Entity Framework and SQL Server. This website is built for critical jobs and data lost is something absolutely not allowed ! In my knowledge I h
I am building an app that is fast moving into production and I am concerned about the possibility that due to hacking, some silly personal error (like running rake db:schema:load or rake db:rollback)
In a previous job we had an extensive SQLServer database that constantly had new fields being added years after release.We stored each table schema in a seperate plain text file that contained a SQL c
For some reason, the session is abandoning unexpectantly, and wreaking havoc in our application.We\'ve had the app setup to use Session and have been using it for several months with no problems.Now,
I am using an audit table to find what records a single destructive SQL statement that was run on say \'2011-01-01 08:00:00.000\'. You can assume that each MyTable record only got updated once on this
I have written a C# program to receive data on COM2 port. The baud rate is set as 115200. The sender is sending the data at 115开发者_如何学运维200bps. My program is losing a few bytes ocassionally. I