Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. sangrg

    incompatible types error

    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 =...
  2. sangrg

    SQL syntax error

    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 =...
  3. sangrg

    Access SQL

    Thanks, that worked great!! Would you happen to know the SQL Syntax in SQL Server 2000 for the same query? I know SS2000 don't have IIF statements.
  4. sangrg

    Access SQL

    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...

Part and Inventory Search

Back
Top