Odp: [PHP-DB] Someone using the tool DeZign

2002-01-26 Thread Jarek Zgoda
ortER Access is not as mature as other tools from Heraut, but what problem exactly do you have? Cheers Jarek Zgoda -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administ

Odp: [PHP-DB] Linux/PHP/Interbase

2001-08-28 Thread Jarek Zgoda
le, all up to 1.3.19 had some leaks... Cheers Jarek Zgoda -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Odp: [PHP-DB] Linux/PHP/Interbase

2001-08-28 Thread Jarek Zgoda
e reasons: > 1. Perl is not installed; > 2. Apache was not compiled with DSO support (--enable-module=so); > 3. 'apxs' is not in your path. Looks like you do not have apache-devel module installed. Or, you didn't compile apache with --enable-module=so option! Chee

Odp: [PHP-DB] Linux/PHP/Interbase

2001-08-28 Thread Jarek Zgoda
or Delphi and Linux - they are different, but... not at all... I think that getting to Linux world is much more easier if you work with Delphi than if you work with VC++... Anyway, don't hesitate to ask me privately if you have any questions that you wouldn't like to ask in public. Cheers Jar

Odp: [PHP-DB] Re: interbase or postgres

2001-08-17 Thread Jarek Zgoda
has the edge performance wise. While Postgres has better future, IB is better now. IB has long way away as a commercial product, being utilized by most critical user (US Army used IB in it's M60TTS and M1 to M1IPM tanks). Anyway, i like IB. It's always the same - under Linux, Solaris,

Odp: [PHP-DB] InterBase

2001-07-29 Thread Jarek Zgoda
the best approach is to specify default character set when creating database - all character and text blob columns will use this character set and no special processing will be nacessary during connecting, just set the appropriate lc_ctype variable in database parameter buffer (i.e. in ibase_connect pa

Odp: [PHP-DB] Interbase/PHP/Apache implimentation

2001-07-13 Thread Jarek Zgoda
, but my preference is to use the Apache Module I have 2 installations: on NT4 at work and W98 at home, both working as a module. Except of OS the configuration is same: Apache 1.3.19, PHP 4.0.5, Borland's IB 6.0.1. If you are interested, i can send you my php.ini files privately, although th

Odp: [PHP-DB] Interbase BLOB Insertion Problem

2001-05-22 Thread Jarek Zgoda
end declare section; This is DSQL statement, you cann't use it in ISQL! For detailed description of IB BLOB hadling in PHP go to www.open-database.de Cheers Jarek Zgoda -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Odp: [PHP-DB] Performance of Stored Procedures ?

2001-05-14 Thread Jarek Zgoda
rect query within php. > The direct query was about 50% faster. Is that normal? Will the stored > procedures become faster with more complex queries? Most of performance benefit you will get when performing complex computations on data, such calculating taxes, rebates and other things. Selects

Odp: [PHP-DB] invalid select results from sybase with php - SOLVED

2001-05-07 Thread Jarek Zgoda
;t handle NUMERIC type with scale > 9 in InterBase, they will be always seen as integers... Cheers Jarek Zgoda -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Odp: [PHP-DB] Migrating from InterBase 4.0 to 6.0

2001-05-03 Thread Jarek Zgoda
specific IB help go to www.mers.com site or try asking at one of their newsgroups at news.mers.com Cheers Jarek Zgoda -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Odp: [PHP-DB] ? interbase ?

2001-04-22 Thread Jarek Zgoda
; 9.> Why would anyone choose Interbase when they can use MySQL on the same > server? IB is best used when you don't want separate data accessible from www and your corporate data or your site data will be often updated concurrently by many users. Cheers Jarek Zgoda -- PHP Databa

Odp: [PHP-DB] Re: PostgreSQL versus MySQL

2001-04-09 Thread Jarek Zgoda
is about 85% of SQL-92 standart, but i didn't see any DBMS that implements that all. Of SQL-92 keywords, about 65% is absent in MySQL, but they are not too often used even if they are present with significant exception of trigger and procedural language. Cheers Jarek Zgoda -- PHP Data

[PHP-DB] Character set?!

2001-04-01 Thread Jarek Zgoda
e installed from rpm. I added to my.cnf a line in [client] section (as in manual) and daemon is running with --default-character-set=latin2. All other (non-PHP) applications connect without problems and everything is running OK. What else can i do to enable using latin2 charset? Cheers Jarek Zgod

[PHP-DB] Problem with IB's LEN

2001-02-21 Thread Jarek Zgoda
I have in my Interbase6 table a column defined as NUMERIC(18,2), but PHP shows it as integer value. During tests i discovered, that largest precision allowed for large exact numeric is 9 (NUMERIC(9,2)). Is there any switch that allows use larger precisions? Cheers Jarek Zgoda -- PHP Database

Odp: [PHP-DB] An Error on Interbase Database

2001-01-29 Thread Jarek Zgoda
icle on repairing corupted databases. Cheers Jarek Zgoda -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Odp: [PHP-DB] Problems with character sets

2001-01-26 Thread Jarek Zgoda
ON_FIELDS, but first do a backup - it's a system table... Cheers Jarek Zgoda -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Odp: [PHP-DB]

2001-01-23 Thread Jarek Zgoda
Od: "signup" <[EMAIL PROTECTED]> Temat: Re: [PHP-DB] > However, the answer about needing to define a PK before you can use it as a > FK being a limitation of SQL may have been a bit misleading (sorry, Jarek). > It is more of a building block of relational theory rather than a > limitation of S

Odp: [PHP-DB] Interbase and PHP support.

2001-01-22 Thread Jarek Zgoda
p/testing from users, could remain flaky > forever. I think that it has been finally adressed in 4.04 with php_ibase.dll version 1.48 - i had similar problems. Cheers Jarek Zgoda -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional command

[PHP-DB] Tokenizing memo field

2001-01-18 Thread Jarek Zgoda
into an array, like loading file contents with file(). Cheers Jarek Zgoda -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Odp: [PHP-DB] Text Control.

2001-01-14 Thread Jarek Zgoda
l/function.nl2br.php Eventually you can show contents of this field using tags - it's specially useful in situation like this: - in you enter text like MSG A MSG B <- note two [spaces] here MSG C <- here are four [spaces] - when you show it in html document you see exactly the