Scroll records from database, one at a time


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Scroll records from database, one at a time
# 1  
Old 12-13-2009
Scroll records from database, one at a time

Hi,

I need to come up with a site that will display all the records in the database, but one at a time[by clicking NEXT button on the webpage].

Not sure how to go about it.

Please pour in your suggestions.


Thanks


---------- Post updated at 04:38 AM ---------- Previous update was at 12:52 AM ----------

Can anyone please help me out ?
# 2  
Old 12-13-2009
I don't think you will get any response to this until you provide some details, you don't even mention what technology you are using.

Also you have noticed this is a SHELL scripting forum, not web development?
# 3  
Old 12-13-2009
But this is a PERL scripting forum as well !! Smilie ... I want to achieve the same in perl scripting.

Apologize for the same.
# 4  
Old 12-13-2009
You're both right. It's mainly a scripting forum, but that doesn't bar anyone from asking questions about scripts that drive webpages. But it would have helped had you mentioned Perl in your first post.

And you'll have to be a lot more specific about what you have and what you need. Because, by your first post, I'd say you have no idea yourself. What OS? What language? What DB? How do you want to access the database?
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Selection of records y time and offset.

Gents, I have an csv file which contends value GPS time for each record and x, y coordinates.. The purpose is to identify which vps does not match with the law parameters in the relation time and offset. In the graphic attached you can see example of 3 vps which are showed in red color and... (12 Replies)
Discussion started by: jiam912
12 Replies

2. Shell Programming and Scripting

Grep 'time' in save records

Hi Team, Is there a way to grep time taken to save records. Its like there is one webpage where when I click save button taking so much time to save result. Therefore, I want to grep that time taken to save that record from file.log Thanks in advance. (1 Reply)
Discussion started by: TCS
1 Replies

3. Shell Programming and Scripting

Intelligent Script to Insert Records in Database Table

Hello All Members, I am new to this forum and to the shell scripting. I want to write a shell script to do the following: Scenario: I have a pipe delimited .txt file with multiple fields in it. The very first row of the file contains the name of the column which resembles the name of the... (18 Replies)
Discussion started by: chetanojha
18 Replies

4. Shell Programming and Scripting

Shell script for insert multiple records into a Database

I have a table in an Informix DB into which I want to insert multiple records at a time. Data for one of the column should be unique & other column data may be the same for all the records I insert Typical Insert Statement I use to insert one row : insert into employee(empid, country, state)... (5 Replies)
Discussion started by: nisav
5 Replies

5. Shell Programming and Scripting

Find records using epoch time.

How do i find the record which has been edit the last 10 minutes? from a.txt which has last field is epoch time updated. 10/17/2012 1:47 PM||||||In Use|chicken||1350005487 10/17/2012 2:53 PM||||||Available|chicken||13500000 10/17/2012 3:20 PM||||||In Use|cat||1351000000 10/17/2012 3:22... (2 Replies)
Discussion started by: sabercats
2 Replies

6. Shell Programming and Scripting

Delete records in mysql database where record is less than today

Guys, I need help. I need to create a script to delete records in mysql database where record is 2 days old. Thanks. (1 Reply)
Discussion started by: jasperux
1 Replies

7. Shell Programming and Scripting

shell script for saving oracle database records in variable

i want to retrieve value in each column of each row in sql plus and save them into array variable and echo the value in array variable (2 Replies)
Discussion started by: ramish
2 Replies

8. Web Development

Updating Records in Mysql Database

so when i issue a command like the below: # mysql --pager=/usr/bin/less -u cactiman -p -e 'select * from data_input' cacti Enter password: ... (2 Replies)
Discussion started by: SkySmart
2 Replies

9. UNIX and Linux Applications

Connection time out from Database

Hi, Hi we have application running on Unix Server(solaris10), which establishes connection(sessions) with DATABASE(oracle 10g) which is on another server and firewal is there in between. After some time i am usually getting connection time out(oarcle error 3114/3113) in some of my... (0 Replies)
Discussion started by: ajaysahoo
0 Replies

10. Shell Programming and Scripting

Getting database records in an array

Hi Unix Gurus, I am new to unix and perl/shell script. Can anybody guide me how i can get records from a database table in an array. My requirement is : From Unix script i have to read a column of a databse table and put those reocrds in an array. Once i have a array list i have to... (2 Replies)
Discussion started by: rawat_me01
2 Replies
Login or Register to Ask a Question