From: Don S. <do...@se...> - 2002-10-21 17:02:57
|
Rock. Don. On Mon, 21 Oct 2002, Matthew McNaney wrote: > Ok the install will work now. sqlImport creates a sequence table for every > table created with a primary id field. > > As each of you are converting your modules please be aware of some things. > > Remove the auto_increments from your CREATE statements. Make sure the id > column is set as a primary key that is unsigned. > > Make sure you are not locking your tables before inserting if you want to > auto_increment. The PEAR sequencer does this automatically and your lock > will conflict. Use the returnId parameter if you need the last column id. > > When you install, boost will not translate some statements. I am looking > in to that. > > Matthew McNaney > Internet Systems Architect > Electronic Student Services > Email: ma...@tu... > URL: http://phpwebsite.appstate.edu > Phone: 828-262-6493 > ICQ: 141057403 > > > > > ------------------------------------------------------- > This sf.net emial is sponsored by: Influence the future of > Java(TM) technology. Join the Java Community Process(SM) (JCP(SM)) > program now. http://ad.doubleclick.net/clk;4699841;7576298;k? > http://www.sun.com/javavote > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > |