Re: NOT NULL question

2003-01-23 Thread Opus
an't use > default values at all. > > http://www.mysql.com/doc/en/configure_options.html describes > -DDONT_USE_DEFAULT_FIELDS. > > HTH, > > Benjamin. > > -- > [EMAIL PROTECTED] > --Opus-- There is no such thing as an underestimate of average intelligence.

RE: Query Problem

2002-05-23 Thread Opus
nherent flaws with this design that you guys can point > out for me? Or is this actually a little more efficient than the > current way? > > Jason Soza > > - Original Message - > From: "Opus" <[EMAIL PROTECTED]> > Date: Thursday, May 23, 2002 4:50 pm &g

RE: Query Problem

2002-05-23 Thread Opus
rtists.artists > > FROM tracks, albums, artists, tracks_albums, albums_artists, > artists_tracks > > WHERE tracks.id = tracks_albums.track_id AND albums.id = > > tracks_albums.album_id > > AND albums.id = albums_artists.album_id AND artists.id = > > albums_arti

Re: MySQLdb Exception Documentation

2002-04-23 Thread Opus
ocumentation > on the Exceptions thrown by Python for this API. > > Any advice would be greatly appreciated. > TIA > -- > Tim Johnson <[EMAIL PROTECTED]> > http://www.alaska-internet-solutions.com > http://www.johnsons-web.com > --Opus-- Tre

Re: functions

2002-04-22 Thread Opus
NIX, hollar and I'm sure that somebody can tell you how to work it out on your system. > > --- > Rodney Broom > > > > sql > > > --Opus-- Why program by hand in five days what you can spend five years of your life automating? - T

Re: Inserting a BLOB using MySQL++

2002-04-22 Thread Opus
force you read/write the entire thing everytime you update the object, unless you are just using the database to store it for backup. -Opus On 22 Apr 2002 at 8:21, Thi Cao wrote: > All, > > I created a C++ class containing a variety of member variables of varying > types such as