Re: [fpc-devel] MySQL v4.0 v4.1 and v5.0

2005-11-18 Thread Joost van der Sluis
Hi all, atm I have a nearly finished mysql.inc file that can be used with MySQL v4.0 v4.1 and v5.0. Loaded dynamically and static. It uses several defines to set the right MySQL version and to turn the dynamically linking on or off. Create 6 different units in

Re: [fpc-devel] MySQL v4.0 v4.1 and v5.0

2005-11-18 Thread Vincent Snijders
Joost van der Sluis wrote: For mysql connection I would prefer an component for each version so users have it clear from begining, and not need to change anything. The problem is that those different components coud not be installed at the same time. Why is it impossible to have a

Re: [fpc-devel] MySQL v4.0 v4.1 and v5.0

2005-11-18 Thread Jonas Maebe
On 18 nov 2005, at 11:34, Joost van der Sluis wrote: Why is it impossible to have a mysql40connection, mysql41connection and mysql50connection in one application? In what way is this different from having mysqlconnection and ibconnection in one application? If we implement that, and

Re: [fpc-devel] MySQL v4.0 v4.1 and v5.0

2005-11-17 Thread Vincent Snijders
Joost van der Sluis wrote: Hi all, atm I have a nearly finished mysql.inc file that can be used with MySQL v4.0 v4.1 and v5.0. Loaded dynamically and static. It uses several defines to set the right MySQL version and to turn the dynamically linking on or off. Create 6 different units in

Re: [fpc-devel] MySQL v4.0 v4.1 and v5.0

2005-11-17 Thread Michael Van Canneyt
On Thu, 17 Nov 2005, Vincent Snijders wrote: Joost van der Sluis wrote: Hi all, atm I have a nearly finished mysql.inc file that can be used with MySQL v4.0 v4.1 and v5.0. Loaded dynamically and static. It uses several defines to set the right MySQL version and to turn the

Re: [fpc-devel] MySQL v4.0 v4.1 and v5.0

2005-11-17 Thread Jesus Reyes
--- Vincent Snijders [EMAIL PROTECTED] escribió: Joost van der Sluis wrote: Hi all, atm I have a nearly finished mysql.inc file that can be used with MySQL v4.0 v4.1 and v5.0. Loaded dynamically and static. It uses several defines to set the right MySQL version and to turn the