wysiwyg web soft

2004-02-04 Thread fab
. If anyone knows such thing. Thanx. fab. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

sql prob

2004-01-30 Thread fab
by' but i can't make it working. Any hint sql masters :) fab -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: sql prob

2004-01-30 Thread fab
Thanx a lot Tom :) I guess you forgot 'group by NoPeople' at the end of the first query. right ? fab Tom Cunningham wrote: Try this: CREATE TEMPORARY TABLE max_entry SELECT NoPeople, Max(Date_entry) AS Date_entry FROM table; SELECT NoPeople FROM table NATURAL JOIN max_entry WHERE Departure

dbf2mysql

2003-11-21 Thread fab
Does anyone have an example of a dfb2mysql (contributed software) character conversion file (-e)? I need to know which format should be used when specifying the characters (octal, hex, ascii etc). Many thanks for any help! fab. -- MySQL General Mailing List For list archives: http

Web client

2003-11-17 Thread fab
. If anyone knows such thing. Thanx. fab. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

minus operation

2003-11-04 Thread fab
Hi to all, My question is rather about sql langage than mysql. Here it is: i have 2 tables (A and B) with the same structure (4 fields called f1,f2,f3,f4). Table A counts x records and table B counts y records (and x y). Then, table A has records that do not belong to table B and table B has

Re: file:/// protocol

2003-11-03 Thread fab
(in the status bar before i click on the link) the sentence :file:///c:/MyDoc.pdf. What did i miss ? thanx in advance ;) fab. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

dbf2mysql

2003-07-07 Thread fab
Hi to all :) I'm looking for the rpm of the great prog dbf2mysql version 1.14. I've found a rpm of an older version (1.10) but that's not enough. Anybody ? thanx in advance ;) fabrice. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:

Re: LOAD DATA INFILE syntax

2003-07-03 Thread fab
on i386. thanx fabrice. gerald_clark a écrit : 1 will work. 2 will not work. 3 Use dbf2mysql. ( It should be in the downloads section on mysql.com ) fab wrote: Hi all, I'm quite new in mysql. Despite i've read a part of the doc, i can't fix my prob. Here is my question: I want to convert a DBASE

Re: LOAD DATA INFILE syntax

2003-07-03 Thread fab
I've found the rpm. fab a écrit : Hi and thanx :) I've found dbf2mysql and it should solve my prob. However, my linux server is a production server (web + mail) and none programmation environnement is installed on it (no gcc and so on) and i don't want to. So, could anyone send me the binary

LOAD DATA INFILE syntax

2003-07-02 Thread fab
Hi all, I'm quite new in mysql. Despite i've read a part of the doc, i can't fix my prob. Here is my question: I want to convert a DBASE IV file into mysql table: 1) Have i to convert the dbf into flat file then use the LOAD DATA INFILE cmd ? or 2) Can i directly use the LOAD DATA INFILE cmd