Click here to Skip to main content
15,911,789 members
Home / Discussions / C#
   

C#

 
GeneralRe: Class Design Question. Pin
phannon8623-Apr-08 5:00
professionalphannon8623-Apr-08 5:00 
GeneralRe: Class Design Question. Pin
J4amieC23-Apr-08 5:35
J4amieC23-Apr-08 5:35 
QuestionUpdate to property is being applied to other instances of the same class Pin
LynnR23-Apr-08 4:06
LynnR23-Apr-08 4:06 
GeneralRe: Update to property is being applied to other instances of the same class Pin
carbon_golem23-Apr-08 4:21
carbon_golem23-Apr-08 4:21 
GeneralRe: Update to property is being applied to other instances of the same class Pin
LynnR23-Apr-08 4:58
LynnR23-Apr-08 4:58 
GeneralRe: Update to property is being applied to other instances of the same class Pin
carbon_golem23-Apr-08 6:13
carbon_golem23-Apr-08 6:13 
GeneralRe: Update to property is being applied to other instances of the same class Pin
LynnR23-Apr-08 23:55
LynnR23-Apr-08 23:55 
GeneralProblem saving the request.browser object to the database [modified] Pin
Black Haze23-Apr-08 4:04
Black Haze23-Apr-08 4:04 
I've been trying to save the entire request.browser object to my MSSQL 2005 database. I used to save objects to a Firebird database in Java, by putting them in a blob field.
Now however, I can't seem to do it with the C# MSSQL 2005 combination. I've tried an "image" field, aswell as an "binairy(MAX)" field. I've tried serializing it (apparently the object request.browser comes from can't be serialized), and I'm basically all out of ideas.

So my question, good people, anyone ever tried this before, or has some pointers at how I could accomplish this? I'm only trying to put the object in the database, making a new object and copying all the data in there is not an option.

modified on Wednesday, April 23, 2008 12:56 PM

GeneralRe: Problem saving the request.browser object to the database Pin
Black Haze26-Apr-08 16:36
Black Haze26-Apr-08 16:36 
GeneralArray? Or how can i do this... Pin
softwarejaeger23-Apr-08 3:47
softwarejaeger23-Apr-08 3:47 
GeneralRe: Array? Or how can i do this... Pin
phannon8623-Apr-08 3:52
professionalphannon8623-Apr-08 3:52 
GeneralRe: Array? Or how can i do this... Pin
J a a n s23-Apr-08 3:52
professionalJ a a n s23-Apr-08 3:52 
GeneralRe: Array? Or how can i do this... Pin
phannon8623-Apr-08 3:53
professionalphannon8623-Apr-08 3:53 
GeneralRe: Array? Or how can i do this... Pin
carbon_golem23-Apr-08 3:54
carbon_golem23-Apr-08 3:54 
GeneralRe: Array? Or how can i do this... Pin
carbon_golem23-Apr-08 3:55
carbon_golem23-Apr-08 3:55 
GeneralRe: Array? Or how can i do this... Pin
phannon8623-Apr-08 3:56
professionalphannon8623-Apr-08 3:56 
JokeHow about... Pin
Anthony Mushrow23-Apr-08 4:29
professionalAnthony Mushrow23-Apr-08 4:29 
GeneralRe: How about... Pin
CPallini23-Apr-08 5:25
mveCPallini23-Apr-08 5:25 
GeneralRe: How about... Pin
Luc Pattyn23-Apr-08 8:24
sitebuilderLuc Pattyn23-Apr-08 8:24 
GeneralRe: How about... Pin
Pete O'Hanlon23-Apr-08 9:17
mvePete O'Hanlon23-Apr-08 9:17 
GeneralRe: How about... Pin
Luc Pattyn23-Apr-08 9:31
sitebuilderLuc Pattyn23-Apr-08 9:31 
JokeRe: How about... Pin
Pete O'Hanlon23-Apr-08 10:07
mvePete O'Hanlon23-Apr-08 10:07 
GeneralRe: How about... Pin
Luc Pattyn23-Apr-08 10:12
sitebuilderLuc Pattyn23-Apr-08 10:12 
GeneralRe: How about... Pin
CPallini23-Apr-08 9:44
mveCPallini23-Apr-08 9:44 
JokeRe: How about... Pin
Guffa23-Apr-08 11:25
Guffa23-Apr-08 11:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.