Results 1 to 4 of 4

Thread: I need help for a couple hours, will pay!

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Nov 2008
    Posts
    21

    I need help for a couple hours, will pay!

    Hello,

    I have been teaching myself VB and I have been working on a aplication that loads images from a website then stores it into a database. I just need someone help for a couple hours to write a little code that shows me how I should be doing this.

    I would like to do this via IM (Aim, MSN, Google Talk, Yahoo). I will shoot over paypal payment for your time :-)

    Thanks!

  2. #2
    Hyperactive Member knxrb's Avatar
    Join Date
    Jul 2007
    Location
    United Kingdom
    Posts
    321

    Re: I need help for a couple hours, will pay!

    How much would you pay?
    Did I help you with your problem? If I did rate me by clicking here: Rate knxrb

  3. #3
    Banned timeshifter's Avatar
    Join Date
    Mar 2004
    Location
    at my desk
    Posts
    2,465

    Re: I need help for a couple hours, will pay!

    Quote Originally Posted by webdesign212
    Hello,

    I have been teaching myself VB and I have been working on a aplication that loads images from a website then stores it into a database. I just need someone help for a couple hours to write a little code that shows me how I should be doing this.

    I would like to do this via IM (Aim, MSN, Google Talk, Yahoo). I will shoot over paypal payment for your time :-)

    Thanks!
    In general, people don't store images themselves in the database. Images are normally kept as files on the server, and the database stores the location or name of said image. Depending on the number of images, a database may not even be the right tool. XML is great for storing lists of items that have relatively little information to them, and .NET can read and write XML very efficiently and easily.

  4. #4
    Hyperactive Member
    Join Date
    May 2007
    Posts
    279

    Re: I need help for a couple hours, will pay!

    No,

    You can store images in a database using OLE and I must admit I use it for file downloads e.g. exes rather than images. A file embedded in the database is better because it can have another name that another file has. It also takes up less files and backing up the DB is much simpler.
    If you found any of my posts helpful then please rate them.

    CodeBank

    Form Fading Effects in VB.NET and C#

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width