How I can do this

2001-10-26 Thread Javier
KK I need to obtain a result in the following form: A TTYYRR B FFKK How can i do this? Thanks for any help! Javier Javier Diaz IT Developer *** This message has been scanned for all known viruses by MessageLabs. This message is intended for the stated recipients

Error codes list

2001-10-21 Thread Javier Armendáriz
Hi Maybe it is in the manual, but i can´t find it in the way i need. Does anybody know where to find a complet list of MySQL error codes with number and descripcion in order to make a library for handling and reporting alerts to users in php Thanks a lot

Re: Error codes list

2001-10-21 Thread Javier Armendáriz
can´t find it in the way i need. Does anybody know where to find a complet list of MySQL error codes with number and descripcion in order to make a library for handling and reporting alerts to users in php Hola Javier, Yes it is in the manual - but try the PHP manual (not MySQL's). The PHP

ERROR 2002

2001-09-07 Thread Pablo Javier Gonzalez Mateos
Anyone can help me with this What can i do thanks a lot ! ERROR 2002: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (111) -- Pablo Javier Gonzalez Mateos, [EMAIL PROTECTED] on 07/09/2001

HELP ME trouble with instalation of Apache+php4+MySQL!!!!!

2001-08-31 Thread Pablo Javier Gonzalez Mateos
help me ???, thanks you very much ! P.D. Excuse me for my bad english... -- Pablo Javier Gonzalez Mateos, [EMAIL PROTECTED] on 31/08/2001 - Before posting, please check: http

VB with MySQL

2001-08-21 Thread Pablo Javier Gonzalez Mateos
Hello, im new in the list, im a VB 6.0 programmer, and im learning the MySQL basics with the Paul DuBois Book... i have a question to do... its possible to make a connection from an VB app. to a MySQL database ???, if its possible, how can i do it ???. Thanks you. Best Regards...

Re: Problems

2001-08-13 Thread Javier Oñate M.
in the conf files v.gr. 'mysqladmin --help' Whish this help Javier Onate [EMAIL PROTECTED] Hi Y try to use mysql but when i try to execute mysql the next error apears. ERROR 2002 Can't connect with local MYsql Server Trought Socket '/var/lib/mysql/mysql.sock (2)' i see the the files

Re: multiple-(BLOB)column, primary key for pre-v 3.23 db

2001-06-19 Thread Javier Armendáriz
way for do the same in a better way? Thanks Javier Armendáriz [EMAIL PROTECTED] Brian Warn wrote: Hello, I want to use two text columns as my primary key. From the DuBois book, I see that I cannot do this since my v. 3.22.32 tables are ISAM, and BLOB and TEXT columns cannot be indexed

Question About Integration

2001-04-27 Thread javier
problems. How reliable is MySQL ? Is MySQL able to handle all my information in the same way as MS-SQLSERVER ? Thanks for clearing up and for your ideas. Good Luck, Javier Barbieri - Before posting, please check: http

RE: MySQL On Unix

2001-04-23 Thread Javier Armendáriz
Hi, You must install MyODBC in your Unix system, and the MyODBC module for windows. Once it is done, make a new connection trought this module whit de ODBC default fort, the machine name, user, pass and database. It was all I did and it worked correctly Javier

Re: INFO

2001-03-15 Thread Javier Armendáriz jarmendariz@teleline . es
MySQLGui is a good option in graphical mode, there are other command line clients too At 19.40 14/3/01 +0100, you wrote: can I manage mysql server 3.23 on red hat linux 6.1 using a win32 client on win nt ? thank you in advance. regards. Andrea GIGLIOTTI GB Net S.n.c. Via Bagni Caldi, 11 55021

Importing ACCESS into MYSQL

2001-03-14 Thread Javier Garcia
Hi Does anybody know how to import MDB's into MYSql. Thanks Javier

Re: Membership management

2001-03-14 Thread Javier Garcia
Hi I'm newbie but see a PHP GuestBook in PHPBuilder.com Bye javier Dear All, Can someone recommend a PHP/MySQL script for managing membership forms using PHP and MySQL? I need something like a dbmanager which was available by Selena, but it was in perl with flat text database

About Access MDB import in MYSQL

2001-03-13 Thread Javier Garcia
Hi I'm newbie in MySql. I'm trying to import an access MDB into MySql and access it with PHP. Also have instaled MyODBC. When calling MySQLAdmin cant find a data transformation service like MS SQL. Any clue? P.D. Be patient with my English. Thanks javier [EMAIL PROTECTED]

RE: :mysql

2001-03-05 Thread Javier Muniz
You must have at least the mysql client libraries installed to use DBD::mysql. -jm -Original Message- From: John Tsangaris [mailto:[EMAIL PROTECTED]] Sent: Monday, March 05, 2001 1:36 PM To: mysql Subject: DBD::mysql I am trying to install DBD::mysql on a server which does not have

RE: seemingly anomalous behaviour in Selects entered manually vs. in a script

2001-02-21 Thread Javier Muniz
What are you intending to do with $peek? You only use it once and it's sucking up one of your rows. -jm -Original Message- From: Warren [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 21, 2001 5:33 PM To: [EMAIL PROTECTED] Subject: seemingly anomalous behaviour in Selects entered

RE: Display information

2001-02-16 Thread Javier Muniz
select id,lot_id,lot_type from scrap_table where id = 1932 order by id limit 10; select id,lot_id,lot_type from scrap_table order by id limit 1932,10; either should work, i think the first would be faster but I'm not positive how MySQL would handle the second in terms of optimization. -jm

RE: AND on a many to many table, with arbitrary ANDs

2001-01-31 Thread Javier Muniz
| 1 Tale of Two Cities | 1 then selecting from that subset for count = 2; if anyone can think of a way to do it with left joins, or a way to do it without select into, i'd be very curious to see the solution :0 cheers, Javier -Original Message- From: Rus [mailto

Mangled queries

2001-01-18 Thread Javier Muniz
, Javier - 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

<    1   2