Gopinath
10-17-2003, 03:50 AM
Hi
I am facing a problem with ASP and SQL Server
I have a table in SQL Server called 'picture'
create table picture(pic_id int, pic_path image)
insert into picture values(1, 'e:\picture1.gif')
In front end, I want to display the current image path and filename.
Fetching the record from 'picture' table.
It displays like that 1, '????????????????????'.
I want to get the correct file name and id. Is there any parsing method?
Thanx in advance
-Gopi
I am facing a problem with ASP and SQL Server
I have a table in SQL Server called 'picture'
create table picture(pic_id int, pic_path image)
insert into picture values(1, 'e:\picture1.gif')
In front end, I want to display the current image path and filename.
Fetching the record from 'picture' table.
It displays like that 1, '????????????????????'.
I want to get the correct file name and id. Is there any parsing method?
Thanx in advance
-Gopi