[PHP-DB] string problem

2001-09-14 Thread Bruno Franx

scenario: Win.nt 4.0 pach6a Workstation, IE 5.5, Apache/1.3.20, php 4.0.6
wath goes wrong: when I set a string variable containing by example : 
hello jack 
on my html page php convert it to  hello \jack\  and I get no
errors
on another machine with same configuration I get
 hello jack  without quoting
any Ideas?
TIA



-- 
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]




[PHP-DB] Re: Does PHP work with Sybase ASA?

2001-09-08 Thread Bruno Franx

yes,
but you have to use sybase ct_library
and in php-code: sybase_query() other than mysql_query() and so on
bye

Davor Pleskina [EMAIL PROTECTED] ha scritto nel messaggio
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 It is commented with ;. Will ASA be accessible via standard Sybase
 functions when I uncomment that line?

 TIA.

 Bruno Franx [EMAIL PROTECTED] wrote in message
 [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
  Yes!
 
  I'm working fine with ASE, Php4 and Apache web-server,
  check your php.ini for the extension=php_sybase_ct.dll line
  and nice days...
 
 






-- 
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]




[PHP-DB] Re: Store Procedures

2001-08-23 Thread Bruno Franx

no!




-- 
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]




[PHP-DB] Re: Sybase Mailing List?

2001-07-22 Thread Bruno Franx

go www.sybase.com under newsgroup

Marcel Walter [EMAIL PROTECTED] ha scritto nel messaggio
news:[EMAIL PROTECTED].
com...
Sorry to ask this here, but I don´t know where to ask else ...

Does someone know a good mailinglist about
specific sybase questions? I have some questions about BCP ...

MfG
Marcel Walter

Dresdner Kleinwort Wasserstein
Foreign Exchange  Money Market

Address: Jürgen-Ponto-Platz 1, 60301 Frankfurt/Main
* mailto:[EMAIL PROTECTED]
* (0 69)-263-12730




If you have received this e-mail in error or wish to read our e-mail
disclaimer statement and monitoring policy, please refer to
http://www.drkw.com/disc/email/ or contact the sender.



-- 
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]




[PHP-DB] connecting sybase ASE 11.9.2 via ct-lib

2001-05-19 Thread Bruno Franx

I get

Fatal error: Call to undefined function: sybase_connect() in
c:\programmi\apache\apache\htdocs\hello_dati_syb.php

this my php.ini

;extension=php_oracle.dll
;extension=php_pdf.dll
;extension=php_pgsql.dll
;extension=php_printer.dll
;extension=php_sablot.dll
;extension=php_snmp.dll
extension=php_sybase_ct.dll
;extension=php_yaz.dll
;extension=php_zlib.dll

...
..

[Sybase]
; Allow or prevent persistent links.
sybase.allow_persistent = On

; Maximum number of persistent links.  -1 means no limit.
sybase.max_persistent = -1

; Maximum number of links (persistent + non-persistent).  -1 means no limit.
sybase.max_links = -1

sybase.interface_file = c:\sybase\ini\sql.ini

; Minimum error severity to display.
sybase.min_error_severity = 10

; Minimum message severity to display.
sybase.min_message_severity = 10

; Compatability mode with old versions of PHP 3.0.
; If on, this will cause PHP to automatically assign types to results
according
; to their Sybase type, instead of treating them all as strings.  This
; compatability mode will probably not stay around forever, so try applying
; whatever necessary changes to your code, and turn it off.
sybase.compatability_mode = Off

[Sybase-CT]
;sybct.interface_file = c:\sybase\ini\sql.ini

; Allow or prevent persistent links.
sybct.allow_persistent = On

; Maximum number of persistent links.  -1 means no limit.
sybct.max_persistent = -1

; Maximum number of links (persistent + non-persistent).  -1 means no limit.
sybct.max_links = -1

; Minimum server message severity to display.
sybct.min_server_severity = 10

; Minimum client message severity to display.
sybct.min_client_severity = 10

[bcmath]
; Number of decimal digits for all bcmath functions.
bcmath.scale = 0

TIA




-- 
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]