Having Issues in Inserting into image field of sql server 2000

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
 
C

Cor

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top