Re: Design Help Needed

2007-06-14 Thread Melvin Zamora
POSITION_ID T:CREATED/MODIFIED X:EMPLOYEES L:EMPLOYEE_ID L:REF_INDIVIDUAL_ID L:REF_EMPLOYEE_POSITION_ID T:CREATED/MODIFIED GOOD LUCK, HOPE THIS HELPS. -Melvin Sudheer Satyanarayana <[EMAIL PROTECTED]> wrote: Hi, I'm creating an application for my web site. I want help in desi

Re: Embedded MySQL

2006-06-23 Thread Melvin Zamora
I am sorry, this in case if your programming in java. Melvin Zamora <[EMAIL PROTECTED]> wrote: Hi, I haven't tried this one, but I think this might help http://mysql-je.sourceforge.net Asif Lodhi wrote: Hi All, Can some kind soul tell me from where I can download the "

Re: Embedded MySQL

2006-06-23 Thread Melvin Zamora
Hi, I haven't tried this one, but I think this might help http://mysql-je.sourceforge.net Asif Lodhi <[EMAIL PROTECTED]> wrote: Hi All, Can some kind soul tell me from where I can download the "Embedded Library" version of MySQL? -- TIA, Asif -- MySQL General Mailing List For list archive

Re: How To Pronounce MySQL

2006-06-08 Thread Melvin Zamora
Or you can name it by your name JesseSql as long as you are in control :-) ...then no one would attempt claim "Hey! thats my S-Q-L don't touch it". Its all yours. -Melvin Jesse <[EMAIL PROTECTED]> wrote: I guess perfectionism in a lot of what I do is a problem I've

I Have Problem with this Timestamp

2006-05-02 Thread Melvin Zamora
if so this would be a database problem, is this a some kind of unresovled bug? Lastly, any remedy for the meantime for this? Thanks a lot. Melvin R. Zamora - Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. Great rates starting at 1ยข/min.

DB Tables on separate hardisks

2006-01-26 Thread Melvin Zamora
Hi MySql, Would it be possible to have the PK tables on hardisk-A and FK tables on hardisk-B using only one database? to envision: CUSTOMER_MYSQL_DB CUSTOMER_TBL {PK} [HD-A], CUSTOMER_PURCHASES_TBL {FK} [HD-B] -Melvin - Bring words and

optimization of large records

2002-02-18 Thread Melvin
Hi: I'm trying to create an image database of about 130,000 records. Right now I have only the filenames in a CHAR Field (the records are of fixed size). I read those images a lot. Is it better to leave it this way or to move all the image data to a blob fields? I already tried to use