|
-
Aug 12th, 2009, 03:11 PM
#4
Fanatic Member
Re: New SQL record
A new record that has been added will be the last one in the table so:
SELECT * FROM <table> ORDER BY id DESC LIMIT 1
Should work. Or something similar.
Visual Studio 2010 Professional | .NET Framework 4.0 | Windows 7
SERYSOFT.COM :: SysPad - Folder Management Program - Please comment HERE if you find this program useful, have ideas, or know of any bugs.
[Very useful for IT/DP departments where many folders are consistently accessed. Also contains a scratchpad window for quick access to notes.]
[.NET and MySQL Quick Guide]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|