Ok,

I seem to have the rest of my problems straightened out.

Now it just seems to be this one last thing I need to do. I can save a text and stuff to my SQL server but I am seeming to have a problem saving a picture up there. Here are my first couple of problems.

1. I can't seem to find a reliable way of converting my image to a stream then to a byte array.

2. I can't seem to find a way to get my byte array back out of my dataset to recreate the picture.

One other thing please don't recomend that I write the picture to the file system and then store a pointer, this simply is practical as all the data needs to be stored in the database.

If anyone could help in these two problem I would greatly appreciate it.

Thanks