5 messages in com.mysql.lists.dotnetget error
FromSent OnAttachments
Jorge Bastos21 Nov 2004 14:25 
Patrick Questembert21 Nov 2004 14:31 
Jorge Bastos22 Nov 2004 01:59 
Jorge Bastos22 Nov 2004 02:05 
Jorge Bastos22 Nov 2004 03:05 
Subject:get error
From:Jorge Bastos (mysq@decimal.pt)
Date:11/21/2004 02:25:43 PM
List:com.mysql.lists.dotnet

Reggie or mailling list,

I have a question, is it possible to retrieve the error number from mysql, for
example like this:

mysql> create table xx (i int(1)); Query OK, 0 rows affected (0.16 sec)

mysql> create table xx (i int(1)); ERROR 1050: Table 'xx' already exists

For the table exists i have the error number 1050. Can i get that number some how?