PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WEBDEV 2024 → Problem with mysql field type smallInt
Problem with mysql field type smallInt
Iniciado por vicheka, 30,abr. 2009 13:35 - No hay respuesta
Publicado el 30,abril 2009 - 13:35
Hi everybody,
currently, I developed a website on webdev I use default webdev server apache 1.x and choose the website webdev dynamic and for database i use mysql and connection from webdev to mysql server I use webdev natif access and now my problem is that i read the id field of table ABC and its datatype is smallint so when HReadFirst(ABC,id) and i use info(id) it gives me the wrong result because when I check the actual value in mysql server the id is "8" but when in webdev it gives me like "4578899513" something like that so i think the pb is because the datatype of the field id is smallint and thus my guestion is "how can we convert from smallint to int via webdev wlanguage"????
Please help me

Best regards,
Vicheka