Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: jfradley
  • Content: Threads
  • Order by date
  1. jfradley

    Timer Resolution

    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...
  2. jfradley

    Writing to the parallel port

    Does anybody have an example of writing to the parallel port with any dot net langauge for Win XP Pro? Thanks, Joe
  3. jfradley

    Shared Memory possible?

    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...
  4. jfradley

    Generating Scripts

    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...
  5. jfradley

    SELECT won't work AFTER INSERT in SP

    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...

Part and Inventory Search

Back
Top