Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Insert image in sql server 2000 table

Author  Topic 

mcbtiger
Starting Member

4 Posts

Posted - 2009-04-29 : 14:10:58
hi my problem is try to inert image in sql server 2000 table my filed is

create table EMP(id int,Name varchar(50),Photo image)

but i apply this query it not work it not work

insert into Emp values(1,'Jack','C:\jack.jpg')

i connect sql server 2000 database to crystal report 8.5 it show every filed in database but not show image filed i thing i wrongly insert image file

Muhammadali

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2009-04-29 : 14:19:31
http://www.dbazine.com/sql/sql-articles/larsen13
Go to Top of Page
   

- Advertisement -