All Tags » rows (RSS)

Browse by Tags

  • Removing space between table rows

    How do I remove the spaces between table rows, it seems that the image doesn't take all the td space? -------------------- g" /> .......................... file is .aspx and have tried style="padding: 0px; margin: 0px" on td, tr, form and none worked. I have also tried width and...
    Posted to Web Languages/Standards (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
  • Loop through cells in a table row

    Is it possible to loop through the cells in a row using javascript? I need to loop through all the given cells in a row and set certain css properties. This is part of a mouseover script hence I am not hard-coding the css into the TD's. The pseudo-code would be something like... for each cell in...
    Posted to JavaScript (Forum) by software on 05-31-2010
  • Inserting multiple rows at a time

    Is there a way to insert multiple records in a database in a single SQL statement? I'm running the Insert statements separately to input in the track table. My SQL is below. create table track ( trkid integer, trknum integer not null, trktitle varchar(25) not null, trklength decimal(4,2) not null...
    Posted to Miscellaneous (Forum) by software on 03-16-2010
  • Updating multiple rows in a single statement

    Hey all! I thought I'd have a look at trying to make our update queries more efficient, because our code currently generates multiple update queries when I'd rather just operate on multiple rows at the same time. I've tried both of the revised queries below, because (to me), they seemed to...
    Posted to MySQL Server (Forum) by software on 03-15-2010
  • DB2 - Select x number of rows

    How can I limit a select statement to x numbers of rows returned. If this was Oracle I could say select * from my_table where ROWNUM to get the first 49 rows. I want to do the same thing with DB2.
    Posted to Miscellaneous (Forum) by software on 03-15-2010
  • How can i delete blank rows in a text file.

    Hi, I want to delete the blank rows in the text file.I dont want to put the data to any other file edit and replace it to the text file.Any built in way or a script to run on the text file to remove blank lines. Regards Sharath
    Posted to Microsoft (Forum) by software on 02-04-2010
  • Query to transpose data in rows into column.

    Hello, i have 2 tables, one containing product information (product number, description) and the other containing product details (price by customer). I would like to run a query that display in one row the product information and pricing. Table 1 id Prod_name Description 1 prod1 ipod 2 prod2 key Table...
    Posted to MySQL Server (Forum) by software on 01-23-2010
  • Return total row count with LIMIT parameter in MySQL

    I am doing some pagination for a web site using MySQL and Java. The SQL I am using is something like SELECT * FROM table WHERE ....... LIMIT 0,10 There Where clause differs depending on some HTML fields which filter the results. I am changing the LIMIT part dynamically so the user can browse through...
    Posted to MySQL Server (Forum) by software on 01-18-2010
  • Mailwatch - MailScanner

    Hello I have a Fedore Core Yarrow Box EnsimPro 4.01 Installed. I've installed Mailwatch by following the steps mentioned @ http://forum.rackshack.net/showthread.php?s=e37add8b86d5762691507a5925393e3b&threadid=45146&highlight=Mailwatch My question when ever I run my Mailwatch and goes to its...
    Posted to Linux (Forum) by software on 01-07-2010
Page 1 of 16 (158 items) 1 2 3 4 5 Next > ... Last ยป