Posts

Showing posts from September, 2012

Some simple issues with SOA.

While working with the database adapter, we came across with some strange issue, Problem was our table which we was using to select the record using the database adapter was not not having any primary key and the key which we was we have selected was not unique. Now we faced the problem that the number of records was coming correct but adapter some how repeating the first record. Tried a number of things but till we declare the primary key to a unique column it was not corrected. =================================================================