Hi,Thanks.I just do so.
But how can I make mysql supported by BDB



On Mon, Feb 26, 2001 at 01:26:55PM +0800, WANG_KING£¨Íõ¸Ö£© wrote:
>
> Anyone can give me an example of create a transactional table in
> V3.22.23?  Thanks.

Simply append "Type=BDB" to any CREATE TABLE statement.

  CREATE TABLE foo ( bar int not null, baz varchar(10) not null ) Type=BDB

Jeremy
-- 
Jeremy D. Zawodny, <[EMAIL PROTECTED]>
Technical Yahoo - Yahoo Finance
Desk: (408) 328-7878    Fax: (408) 530-5454
Cell: (408) 439-9951

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to