Re: mysql max

2003-10-18 Thread Stephan Lukits
do you mean that InnoDB have no table-size limit? if size is that important to you get an 64-Bit system an should be able to go for Terrabytes without Raid an MERGE. Greetings Stephan -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.m

developing mysql client on XP with mingw

2003-10-11 Thread Stephan Lukits
Hi all, I'd like to write a mysql client with mingw. It compiles without problems but if I try to run the app I get an error message which says somthing like (free translation from german): Entry point for [EMAIL PROTECTED] function not found in libmySQL.dll. What I've done so far: cd into the m

Re: Transactions

2003-08-01 Thread Stephan Lukits
Thank you for pointing that out Kaarel you saved me some time. I wonder, Patric, if you ever read the source code of the OS you are developing for or if you ever read the source of the compilers you use because it is most likely that there are bugs and following your argumentation: "a feature is

Re: escape character within sql statement.

2003-07-30 Thread Stephan Lukits
Hi, where a1="Here's" You need to escape the ' character with a backslash before you send the query to the server. If you develope with C this link might be useful: http://www.mysql.com/doc/en/mysql_real_escape_string.html If you develope wit perl + DBI there comes a quote methode with the DBI pa

ODBC + Transactions + Foreign Keys

2003-07-30 Thread Stephan Lukits
Hi, I'm useing the latest productive release of mysql with InnoDB Tables which feature transactions and foreign keys. I also use the latest ODBC-Driver for Windows. The server is running on a linux system. I'm supposed to write the GUI with M$ Access. Before I start I'd like to know if I can use