|
-
Jan 28th, 2008, 05:22 PM
#1
Thread Starter
New Member
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?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|