MySQL Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsDatabasesMySQL Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old July 4th, 2000, 03:46 AM
billyo billyo is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2000
Posts: 114 billyo User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 9
I'm a total convert, but during my early explorations with PHP and mySQL, I'm beginning to wonder if certain concepts aren't applicable to mySQL. For example, in MsAccess there is a notion of a "current record" which you can "move" to by seeking a match in its primary key (this isn't done with conventional SQL). Then you can "move about" your recordset. So in the past, I've put previous page and next page buttons on webpages that roughly translated as "move up" or "move down" in the recordset. Is this sort of thing possible with PHP (or should I just ask, how is it possible with PHP/MySQL?)

Reply With Quote
  #2  
Old July 4th, 2000, 01:52 PM
jcbell jcbell is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2000
Posts: 14 jcbell User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
You can make an easy primary key field with a n sql statement such as the following:

CREATE TABLE ToDoList (
ItemNumber INT(4) UNSIGNED NOT NULL AUTO_INCREMENT,
Description VARCHAR(200),
DateWritten DATE,
LastUpdate DATE,
DateCompleted DATE);
DESCRIBE ToDoList;

A new ItemNumber will be added and properly incremented automatically every time you add a record with an sql statement such as:
INSERT INTO ToDoList (Description, DateWritten, LastUpdate, DateCompleted) VALUES ('Make a ToDoList Application','2000-05-05','2000-05-05',NULL);

Reply With Quote
  #3  
Old July 4th, 2000, 02:26 PM
billyo billyo is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2000
Posts: 114 billyo User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 9
Let me try to clarify my question. With access and VB, it's possible to select a record and navigate your recordset without SQL statements, is this also possible with PHP and mySQL?

Reply With Quote
Reply

Viewing: Dev Shed ForumsDatabasesMySQL Help > Switching from VB/MsAccess to PHP/mySQL


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 2 hosted by Hostway
Stay green...Green IT