Click to See Complete Forum and Search --> : array horizontall values


Leite33
November 24th, 2006, 03:27 AM
How i have one array:

values[5]={1,2,3,4,5}

ADODataset1->Append();
??
??
ADODataset1->Post();

How i can put the values from array in my 5 fields but in one row!!!
For example:
1 row : Value1 Value2 Value3 Value4 Value5
1 2 3 4 5
Please help

NoHero
November 24th, 2006, 03:39 AM
Of what type is your ADODataSet1? It looks a bit like C++/CLI?

Leite33
November 24th, 2006, 03:43 AM
Ok i have done it,thanks all for thinking ,goodbye