Now I'm confused the auto-increment number reverted back to one (1)
after I truncated the tables in one of the DB's. I suppose as long as
the number is unique within the objects I'm making selections,
updates...ect in - who cares.


On Sun, 23 Jan 2005 02:18:33 -0500, "leegold" <[EMAIL PROTECTED]>
said:
> I have two different databases they both have an auto-increment PK field
> and while they are different databases with different names, they do
> have tables with the same names. What I find is that the auto-crement
> integer number remembers what it is across these databases. So if I
> insert in the 1st DB and the number is 24, then I insert in the 2nd DB
> the number will be 25. I would of thought that the number would be
> "fresh" and independent between the DBs. Could you explain?
> 
> -- 
> MySQL General Mailing List
> For list archives: http://lists.mysql.com/mysql
> To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]
> 

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to