Click here to Skip to main content
15,907,905 members
Home / Discussions / C#
   

C#

 
AnswerRe: problem with TopMost Property of forms ? Pin
PIEBALDconsult26-Dec-07 8:01
mvePIEBALDconsult26-Dec-07 8:01 
QuestionC# marquee control needed Pin
Member 351000126-Dec-07 1:12
Member 351000126-Dec-07 1:12 
GeneralRe: C# marquee control needed Pin
Sun Rays26-Dec-07 1:31
Sun Rays26-Dec-07 1:31 
GeneralRe: C# marquee control needed Pin
N a v a n e e t h26-Dec-07 1:34
N a v a n e e t h26-Dec-07 1:34 
GeneralRe: C# marquee control needed Pin
N a v a n e e t h26-Dec-07 1:34
N a v a n e e t h26-Dec-07 1:34 
GeneralRe: C# marquee control needed Pin
DannyAdler26-Dec-07 1:55
DannyAdler26-Dec-07 1:55 
GeneralRe: C# marquee control needed Pin
Paul Conrad26-Dec-07 7:41
professionalPaul Conrad26-Dec-07 7:41 
GeneralWriting Objects into a Database Pin
00carl0026-Dec-07 0:55
00carl0026-Dec-07 0:55 
Hi,
Im using C# and MS Access,
I was wondering if someone could tell me how to store an object of a class into the database, with an sql query.

My class is variable length so i cant separate its members into columns.

class Item
{
string name;
int id;
ArrayList values = new ArrayList();
}


Item i;

I need to sstore an object 'i' into the database.. can anyone help me?
I tried to find out a way to serialize, because i've done it before in php, just wondering if it can be done in that way in c#. If theres another way, do let me know about it..
Thanks,
Carl
GeneralRe: Writing Objects into a Database Pin
Giorgi Dalakishvili26-Dec-07 1:18
mentorGiorgi Dalakishvili26-Dec-07 1:18 
GeneralRe: Writing Objects into a Database Pin
00carl003-Jan-08 0:48
00carl003-Jan-08 0:48 
GeneralRe: Writing Objects into a Database Pin
Giorgi Dalakishvili3-Jan-08 2:50
mentorGiorgi Dalakishvili3-Jan-08 2:50 
GeneralRegarding Sorting in DataGridView Pin
Ram_Pcr26-Dec-07 0:08
Ram_Pcr26-Dec-07 0:08 
GeneralContext menu Pin
Hum Dum25-Dec-07 23:54
Hum Dum25-Dec-07 23:54 
GeneralRe: Context menu Pin
N a v a n e e t h26-Dec-07 0:08
N a v a n e e t h26-Dec-07 0:08 
GeneralRe: Context menu Pin
Hum Dum26-Dec-07 0:27
Hum Dum26-Dec-07 0:27 
GeneralRe: Context menu Pin
N a v a n e e t h26-Dec-07 0:34
N a v a n e e t h26-Dec-07 0:34 
GeneralRe: Context menu Pin
00carl0026-Dec-07 0:58
00carl0026-Dec-07 0:58 
GeneralRe: Context menu Pin
Xmen Real 26-Dec-07 1:01
professional Xmen Real 26-Dec-07 1:01 
GeneralSorting Array Pin
sindhutiwari25-Dec-07 22:40
sindhutiwari25-Dec-07 22:40 
GeneralRe: Sorting Array Pin
N a v a n e e t h25-Dec-07 23:37
N a v a n e e t h25-Dec-07 23:37 
GeneralRe: Sorting Array Pin
sindhutiwari25-Dec-07 23:46
sindhutiwari25-Dec-07 23:46 
GeneralRe: Sorting Array Pin
N a v a n e e t h25-Dec-07 23:55
N a v a n e e t h25-Dec-07 23:55 
GeneralRe: Sorting Array Pin
Xmen Real 26-Dec-07 0:58
professional Xmen Real 26-Dec-07 0:58 
AnswerRe: Sorting Array Pin
Guffa26-Dec-07 1:20
Guffa26-Dec-07 1:20 
GeneralDynamically Add Rows Pin
Laxmi R25-Dec-07 21:56
Laxmi R25-Dec-07 21:56 

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.