This is a discussion on Get physical record id within the MySQL Database forums, part of the Database Forums category; Is there a way I can find the physical record id of a tuple stored in the database?...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
pbour wrote:
> Is there a way I can find the physical record id of a tuple stored in > the database? > There is no such thing. If you're talking about the physical location of the row in the table/file, you may be able to parse an index or similar, and this would be subject to change. But nothing through any API. -- ================== Remove the "x" from my email address Jerry Stuckle JDS Computer Training Corp. jstucklex@attglobal.net ================== |