Results 1 to 3 of 3

Thread: Image from SQL to Visual

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2008
    Location
    Brazil
    Posts
    4

    Cool Image from SQL to Visual

    Hi,

    I've made the following table on sql 2000 server:

    create table timage(
    idtimage int primary key identity(1,1),
    expl varchar(30),
    pict image
    )

    I can use the column expl without any problems in my Visual Basic 6.0, but I have no idea how to use the pict columns.

    Can someone help me?

  2. #2
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Re: Image from SQL to Visual

    please see the link in my signature for Loading Pictures from Database.

    Post #35 has the final solution that was worked out.

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  3. #3
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Image from SQL to Visual

    Moved to Database Development

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