Having Issues in Inserting into image field of sql server 2000

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi Al
I am tryng to insert into SQL server image data type field using ADO.Ne
The image data has some non ascii character

So if I use System.Text.Encoding.GetBytes() it is not getting me proper byte
as Byte data type can not accomodate values beyond 25

Any ideas or links on How to insert into image field of SQL Server 2000 using ADO.Ne

Thank
Kira
 
Hi Kiran,

I thought that the image datatype was from the type byte array

What you want to archieve?

Probably I have a sample or a link but before I misunderstand you

Cor
 
Back
Top