all groups > dotnet academic > february 2008 >
You're in the

dotnet academic

group:

problem data base


problem data base Marcelo Bettencourt
2/29/2008 3:08:02 PM
dotnet academic:

Is how I have a database that has kept records ... The fields are id, time
and day ...
I have type in the database stored for the day 29-02-2008 ... 08:30 ....
12:30 ...... 13:30 ....
But this has 4 columns ... But as so has 3 record in the database so this
day appears in 3 columns ... But this is not me is working well

code

this->list->Columns->Add("dia","Dia");
this->list->Columns->Add("hora","Entrada de Manha");
this->list->Columns->Add("hora","Saida de Manha");
this->list->Columns->Add("hora","Entrada a Tarde");
this->list->Columns->Add("hora","Saida a Tarde");
while(sqlDataReader->Read()){
array<String ^> ^cliente = {
sqlDataReader[1]->ToString(),
sqlDataReader[2]->ToString()};
this->list->Rows->Add(cliente);
Re: problem data base PvdG42
2/29/2008 5:27:27 PM
[quoted text, click to view]


Read my response to your earlier post. You're not giving anybody enough
information to work with.
Re: problem data base Teresita_Núñez_-_SorCereSs_-_
3/4/2008 12:07:10 AM
Oi Marcelo, pelas frases "Entrada de Manha" etc, assumo que vc fala
portugues.
Então, poderia me explicar melhor o qué está tentando fazer?

--

"Marcelo Bettencourt" <MarceloBettencourt@discussions.microsoft.com>
escribió en el mensaje de noticias
news:60B49F79-8B52-49D4-AE72-3F614A767D68@microsoft.com...
[quoted text, click to view]
AddThis Social Bookmark Button