Below, what's the best way to fix
incompatible types error in method getSize() ?
Thanks.
import java.util.*;
import java.lang.*;
import java.io.*;
/**
*
* @author Administrator
*/
public class FacultyList {
/** Creates a new instance of StudentList */
private List facultys =...
following SQL gives err msg 'incorrect syntax near '='
What should be the correct syntax? Thanks.
Using SQL Svr 2000
SELECT balance.item_id, balance.gl_year, balance.gl_period, balance.fund_id, balance.fund_company, balance.account_description,
balance.account_type,
balance.summary_amt =...
In MS Acess 2003, I want to calculate a percentage of certain field only for one specific item in the query.
For the rest of the item that doesn't meet the criteria,
do not perform percentage calculation.
eg.
The current Access query displays following records. 'Invest' is calculated field...
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.