Maybe may question doesn't concern to this forum ,but i have a problem on ComponentOne DateEdit control.
(C1.Win.C1Input.C1DateEdit tmp_regdate)
i can't compare dates,exactly can't find exact event or method
if (tmp_regdate.Value= tmp_regendate.Value)
{...
there is no 'Item' of reader
i used GetDataTypeName to see return type
1)returns decimal
2)varchar2
i used to_char to convert result to char, it worked with GetString(0)
but can i return an universal result from all field types of query?(not use data conversion)
Hello.
i have a problem with datareader
when i run it i get
'Specified cast is not valid ' error
string str = "select max(substr(type,instr(TYPE,'/')+1,length(type)))+1 result from DOCUMENTTYPES where type like 'DCO%'";
dOCTINCTYPETextBox.Text =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.