All Tags » count (RSS)

Browse by Tags

  • Invalid Field Count importing data through MyPHPAdmin

    Newbie at MySQL, much to learn - please forgive ignorance! Using PHPMyAdmin I'm trying to import data into a MySQL dB on my server. Datafile consists of over 60,400 records and is currently in MS Excel. To check the ORDER of fields in the columns I first exported the existing records from the dB...
    Posted to PHP and Databases (Forum) by software on 06-15-2010
  • Perl count fetchrow...

    Hi World! Actually I have two questions, first one: I have a perl script that does a select from a DB2 database and stuffs the data in a variable like this: -------------------------------------------------------------------------------------------------- $dbh = DBI->connect($dbname, $user, $password...
    Posted to Perl (Forum) by software on 06-04-2010
  • Count how many files are in a directory

    I am looking for a perl script that can count the number of jpg files in a given directory. Can this be done? What does the script look like?
    Posted to Perl (Forum) by software on 06-02-2010
  • XSLT Count() usage

    I am writing a simple report given an XML file that is a fax log. In each fax, there is a job code, and I want to give a summary of counts by job code. I cannot figure out how to write that -- all I can manage is a total for all faxes. Here's a sample of the log entries: - - 99999998 123 5551212umber>...
    Posted to XML (Forum) by software on 06-02-2010
  • Php Mysql count rows function.

    Hi, I have this sql_query code on my message board front page: $amount = mysql_query("SELECT p.*, t.ID FROM posts p, topics t WHERE p.TopicID=t.ID"); $num_rows = mysql_num_rows($amount); and to print it out I have the The 2 tables looks the following way: Table posts: ID int(5) PRI NULL auto_increment...
    Posted to PHP and Databases (Forum) by software on 06-02-2010
  • Best way to count results (PHP/MySQL)

    Which of the following two methods would perform best? /////////////////////////////////////////////// mysql_query $query = "SELECT COUNT(`page`) FROM `book` where `text` like '%$term%'"; $result = mysql_query($query) or die(mysql_error()); if($row = mysql_fetch_array($result)){ $number_of_resutlts...
    Posted to PHP and Databases (Forum) by software on 06-01-2010
  • count down flash

    Hi I found this count down flash tutorial in kirupa at " www.kirupa.com/developer/mx/countdown.htm " I like it a lot but I wish to have a way to edit the time from external file such as txt. Is it possible? Can anyone show mw how to do it to it will take the time from external file (text or...
    Posted to Adobe Flash (Forum) by software on 05-31-2010
  • MySQL: How to INNER JOIN a COUNT with a SELECT statement

    I have two tables. One has a bunch of listings.. One has a bunch of votes.. or views or whatever based on Table A. So Table A has a bunch of listings with Unique ID Numbers. Table B has information about who voted on table A. So there can be 4 entries in Table B, and if they all have the "id"...
    Posted to MySQL Server (Forum) by software on 03-15-2010
  • SQL GRoup by having count(*)

    Hallo, I would like to select data from a database using 'Select * " based on a value in a row (same column)being unique. By that I mean that that data must not repeat again. Idealy I would like to set the number my self so rather then unique I could say select the rows from the database only...
    Posted to Miscellaneous (Forum) by software on 03-15-2010
  • How do I get a count in Crystal Reports til the report reads all of the records.  I need a loop function in Crystal Reports see inside

    i am developing a Crystal Report and I want to be able to provide the following function, but I need help writing this function in VB. groupcountnumber = 0 if( {Command.Status} <> "PRS" or {Command.ACTIONCODE} = "ZDEC" or {Command.ACTIONCODE} = "ZCLO") Then groupcountnumber...
    Posted to Crystal Reports (Forum) by software on 03-15-2010
Page 1 of 25 (244 items) 1 2 3 4 5 Next > ... Last ยป