User Profile

Collapse

Profile Sidebar

Collapse
suryaandy
suryaandy
Last Activity: Jan 22 '10, 09:55 AM
Joined: Feb 17 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • suryaandy
    replied to Get sql row count
    write the following if you want to count the no of rows

    select count(*) from tablename;
    or
    select count(fieldname 1,..) from tablename;

    i hope this help you littlemore...
    See more | Go to post

    Leave a comment:


  • error while installing postgresql 8.4

    hello..
    experts..
    i am installing postgresql 8.4 but at the last of insatallation its gives following error

    error in reading file /postgresql/8.4/data/postgresql.conf while installing postgresql 3.4.1

    so please help me

    Thanks & Regards
    andy
    See more | Go to post

  • suryaandy
    started a topic jsp with jasper report
    in Java

    jsp with jasper report

    this is the code but it will giving the errror
    plz check it
    plz replya
    its urjent
    Code:
    <%@ page langauage="java" %>
    <%@ page import="net.sf.jasperreport.engine.*" %>
    <%@ page import="net.sf.jasperreport.engine.util.*" %>
    <%@ page import="net.sf.jasperreport.engine.export" %>
    <%@ page import="net.sf.jasperreport.engine.JREmptyDataSource"
    ...
    See more | Go to post
    Last edited by Nepomuk; Feb 17 '09, 06:20 PM. Reason: Please use [CODE] tags
No activity results to display
Show More
Working...