User Profile

Collapse

Profile Sidebar

Collapse
countnazgul
countnazgul
Last Activity: Aug 19 '08, 09:39 AM
Joined: Jun 21 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • countnazgul
    replied to C# Save data from DB (BLOB)
    in .NET
    Thanks for answers!
    I find solution that is similar to this but works for me ;-)
    And here is the code:
    Code:
     
                MySqlConnection Conn = new MySqlConnection("SERVER=localhost;" +
                "DATABASE=db;" +
                "UID=user;" +
                "PASSWORD=root;");
    
                MySqlCommand Cmd = new MySqlCommand("Select * From test where
    ...
    See more | Go to post

    Leave a comment:


  • countnazgul
    replied to C# Save data from DB (BLOB)
    in .NET
    Sorry is not 1Kb but 1b.
    The column "blobdata" is from type LONGBLOB (i try and with another BLOB type but the result is the same)...
    See more | Go to post

    Leave a comment:


  • countnazgul
    started a topic C# Save data from DB (BLOB)
    in .NET

    C# Save data from DB (BLOB)

    Hello,
    I've got very odd problem.
    I use windows application to store files in data base (MySql) and then to extract this files from data base and save it on hdd. But when i save them back to hdd tihs files are 1Kb less from original file. When i insert pictures this 1kb obviously is not imported and the pictures is shown. But other files when try to be opened is corrupted or if they open some error message is shown.
    So the code...
    See more | Go to post

  • countnazgul
    replied to Saving url in text file?
    Thanks!!!
    I make to focus on browser (Firefox :-) ) But how to grab the url?
    See more | Go to post

    Leave a comment:


  • countnazgul
    started a topic Saving url in text file?

    Saving url in text file?

    Hi there,
    i want to write a windows application that on specific key pressed to save url from my browser in text file. So i write the part that monitoring key pressed from keyboard but i don't have idea for the part that capturing the url from browser ... can someone help me?
    See more | Go to post
No activity results to display
Show More
Working...