RE: BDB tables on Linux

2001-03-05 Thread Carfield Yim
I never successful rollback if I compile mysql from source in RedHat 7.0, I think it is the compile problem... -Original Message- From: Stephen Faustino [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 06, 2001 5:44 AM To: '[EMAIL PROTECTED]' Cc: '[EMAIL PROTECTED]' Subject: RE: BDB tables

Do index in MySQL is case insensitive?

2001-03-02 Thread Carfield Yim
I have heard from somebody that MySQL index is case insensitive. If this is true, how can I set it to case sensitive?

RE: Can I see all the field information in MySQL?

2001-03-02 Thread Carfield Yim
I have create a field in MySQL like this: +---+-+--+-+-+-- -+-+ | Field | Type| Null | Key | Default | Extra | Privileges | +---+

Can I see all the field information in MySQL?

2001-03-02 Thread Carfield Yim
* I have create a field in MySQL like this: +---+-+--+-+-+-- -+-+ | Field | Type| Null | Key | Default | Extra | Privileges | +

Re: mm.mysql.jdbc-1.2c and applets

2001-01-17 Thread Carfield Yim
Applet don't allow bulid new socket connection, which will do when you make a connection from applet to database. The solution is writing a servlet to let applet call it. On Wed, 17 Jan 2001, Paulo Mora de Freitas wrote: > > Dear All, > > Could someone help me to access my mysql database from

Re: MySQL transaction problem (Again...)

2001-01-10 Thread Carfield Yim
here. > > On Wed, 27 Dec 2000, Carfield Yim wrote: > > > Hi all, I have bulid MySQL from source. From the output of ./configure, I > > know that MySQL know where is BDB. > > After table bulid complete, I create the table for testing using following > > SQL: > >