CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Threaded View

  1. #1
    Join Date
    Aug 2005
    Posts
    69

    MySQL sorts data by primary key

    Just noticed that MySQL sorts a table records by primary key. I want to prevent this behaviour. I don't need any sorted data. I need the sequence at which user entered data. How can I do that?

    Thanks.

    EDIT: MySQL version 5.0.16, PHP version 5.2.5, Server IIS 5, OS Windows XP SP 2.
    Last edited by Donotalo; April 3rd, 2008 at 01:31 AM.
    ~Donotalo()

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured