Hello people,
I'm getting some problems when I try to set a date type variable with the value of a datetime type database field.
Here´s the code:
Calendar cal = Calendar.getInstance;
Date DtAux = rsCParticip.getDate("DtInclusao", cal);
The error that is occuring is "No data found". I looked for an example in Internet and found a code that is implemented in the same way. Could someone tell me what's wrong?
Thanks for any help.
José Maurício Fernandes Ferreira
Web Development - S_Line Support
josemaurico@svr.com.br
I'm getting some problems when I try to set a date type variable with the value of a datetime type database field.
Here´s the code:
Calendar cal = Calendar.getInstance;
Date DtAux = rsCParticip.getDate("DtInclusao", cal);
The error that is occuring is "No data found". I looked for an example in Internet and found a code that is implemented in the same way. Could someone tell me what's wrong?
Thanks for any help.
José Maurício Fernandes Ferreira
Web Development - S_Line Support
josemaurico@svr.com.br