How delete the first register in a table?

2001-07-03 Thread Lucio Braga
How can i do to delete the first row, tuple, register of a table? - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 02, 2001 1:18 PM Subject: mysql Digest 2 Jul 2001 16:18:37 - Issue 1365 -

Optimize access

2001-05-06 Thread Lucio Braga
Hi, i have the Mysql install in 1 host. I create 2 databases for my project. One program access a database and the other program access the second database. The problem is: when i start the 2 programs, the response is slow. Are there anything form to optimize my project. ---

Use of the Mysql CAPI

2001-03-23 Thread Lucio Braga
Hi, i have a table with a field varchar(15). I use the Mysql CAPI to get the value this field. The problem is:  What's the function's type to return this value? What's the variable's type that will receive the data?   In attach is a file with a piece of my code. Tanks for attention and p

Use of the Mysql CAPI

2001-03-21 Thread Lucio Braga
Hi, i have a table with a field varchar(15). I use the Mysql CAPI to get the value this field. The problem is:  What's the function's type to return this value? What's the variable's type that will receive the data?   In attach is a file with a piece of my code. Tanks for attention and pl