I am trying to pull data from another db and it is of the long type (in oracle). Whenever I pull in data from more than one long type my app freezes. How can i pull data from multiple long type fields? Do I have to convert the type of field before i pull the data and if so how? I am using a business object to run my query.