House of Fusion
Search over 2,500 ColdFusion resources here
  
Home of the ColdFusion Community

Mailing Lists
Home /  Groups /  ColdFusion Talk (CF-Talk)

Autoincrement feature with MySQL?

  << Previous Post |  RSS |  Sort Oldest First |  Sort Latest First |  Subscribe to this Group Next >> 
I am converting from MS Access to MySQL.
Nick Baker
06/07/04 11:25 A
Create the table as follows:
Mark Drew
06/07/04 11:34 A
RE: CFMYADMIN
Mark Drew
06/07/04 12:29 P
Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Nick Baker
06/07/2004 11:25 AM

I am converting from MS Access to MySQL. Does anyone know how do you get the autoincrement feature with MySQL With MS Access that seemed to happen automatically with the "INSERT INTO" function. "INSERT INTO" gives a "Duplicate entry" with MySQL. Thanks, Nick

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Mark Drew
06/07/2004 11:34 AM

Create the table as follows: CREATE TABLE my_table (     id int(6) NOT NULL auto_increment, ) What interface/client are you using for mysql? if you can install something that runs on PHP, I recomend http://www.phpmyadmin.net/home_page/ I know it is PHP and I shall be shunned upon by the list, but it is a great way to manage mySQL db's I hope that helps > Does anyone know how do you get the autoincrement feature with MySQL -- Mark Drew http://cybersonic.blogspot.com mailto:mark.drew@gmail.com

Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Hagan, Ryan Mr (Contractor ACI)
06/07/2004 12:01 PM

I'm pretty sure someone on this list has created a "CFMyAdmin" program... Create the table as follows: CREATE TABLE my_table (     id int(6) NOT NULL auto_increment, ) What interface/client are you using for mysql? if you can install something that runs on PHP, I recomend http://www.phpmyadmin.net/home_page/ I know it is PHP and I shall be shunned upon by the list, but it is a great way to manage mySQL db's I hope that helps > Does anyone know how do you get the autoincrement feature with MySQL -- Mark Drew http://cybersonic.blogspot.com mailto:mark.drew@gmail.com   _____  

Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Hagan, Ryan Mr (Contractor ACI)
06/07/2004 12:09 PM

And it would have been really nice of me to take a half-second to look that up before I hit send...sorry: http://www.cfmyadmin.com/ <http://www.cfmyadmin.com/>; I'm pretty sure someone on this list has created a "CFMyAdmin" program... Create the table as follows: CREATE TABLE my_table (     id int(6) NOT NULL auto_increment, ) What interface/client are you using for mysql? if you can install something that runs on PHP, I recomend http://www.phpmyadmin.net/home_page/ I know it is PHP and I shall be shunned upon by the list, but it is a great way to manage mySQL db's I hope that helps > Does anyone know how do you get the autoincrement feature with MySQL -- Mark Drew http://cybersonic.blogspot.com mailto:mark.drew@gmail.com   _____   _____  

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Mark Drew
06/07/2004 12:20 PM

Hi there! Thanks for that, I shall check it out! I just wanted to mention that I use the phpmysqladmin a lot .. will let you know what I think of the CF version :) > http://www.cfmyadmin.com/ <http://www.cfmyadmin.com/>; -- Mark Drew http://cybersonic.blogspot.com mailto:mark.drew@gmail.com

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Mark Drew
06/07/2004 12:29 PM

RE: CFMYADMIN I had a quick check and install (how quick was that?!!) only thing that it has missing which I LOVE in phpmyadmin is the ability to export (to XML, CSV, SQL including Structure and/or Data) But that is now off topic (and my last 2 cents/pennies) -- Mark Drew http://cybersonic.blogspot.com mailto:mark.drew@gmail.com


<< Previous Thread Today's Threads Next Thread >>

Search cf-talk

May 24, 2012

<<   <   Today   >   >>
Su Mo Tu We Th Fr Sa
     1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31     

Designer, Developer and mobile workflow conference