Search results for query: *

  • Users: Cyberduke
  • Content: Threads
  • Order by date
  1. C

    SQL Server error: Timeout expired

    Hi all, I am connecting to a SQL server 2005 using C#. All running on Windows server 2003. I have to read 270 000 PDF files and save them in a folder. A random time into the reading and saving the PDF files I get this error. I have changed timeout settings and so fourth, But I am not sure what...
  2. C

    Reading Objects to PDF from SQL server DB

    I have some PDF files saved as an object in SQL Server(I did not put them there, my job is just to retrieve them), and I would like to save those back as PDF's. I currently have this. It is saving PDF's but they cannot be opened. They are of appropriate size so there are bytes read into them. I...
  3. C

    Drawing 2D regions on a Map

    This should be much easier than what I am experiencing. I think I'm being dumb. Anyway I need to draw complex 2D regions (with holes and may consist of a few areas not physically connected) on a world map in C# winforms, then also get an event triggered when one is clicked(also need to know...
Back
Top Bottom