Java Mysql query problem
807606Apr 15 2007 — edited Apr 16 2007Hy .
I am executing a query from a Jframe and the result are displayed in a JTable. The problem is the following: in the db table I have an IP address stored as an Integer , and in order to see the ip "correctly " x.x.x.x , I have to write in the select like this SELECT INET_NTOA(IP_SRC)......... ;
in Mysql the result are displayed ,also in Java when in the query is without INET_NTOA() there are data displayed , but when in JAVA the query has INET_NTOA () no data is being displayed!!
what can I do ???pls Help