I have a timer in my program that needs to the highest resolution possible. I'm using System.Timers.Timer. However, even though you're capable of setting time interval in milliseconds it sets it to tens-of-milliseconds.
For example, I set it to 5 milliseconds and it's actually 10. I set it to...
I've been looking all over the net to see if there is a way to have shared memory. So, to different exe's have access to the same data. I haven't been able to find anything.
What I want to use it for is I have a Windows service (with no GUI) that basically builds a in-memory DB. I want to write...
I'm working with Visual Studio .NET. I've used the IDE to create my database tables and stored procedures. I want to generate a script that has all SQL statements to create all the tables and stored procedures. In SQL Server 7, all I had to do was right-click 'generate scripts'. But when using...
I have a very simple SP procedure that will return the ID of a row if it exists and if it doesn't will insert it then try to select it again. I call this stored procedure from a C# program. The problem is if I have to INSERT then SELECT it doesn't return any rows, (but still inserts) but if I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.