|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Using php to connect to sevice manager
Hello All,
I need to know if anyone has used the php function ibase_service_attach ( string host, string dba_username, string dba_password ) This is used to access the service manager needed in another function called ibase_add_user(). The manual does not have any information about its use. I have figured out that the function has an implied tcp connect so I have been tried setting the host parameter to 'localhost:service_mgr', this gives me the message: Quote:
ideas? Thank You in advance |
|
#2
|
|||||
|
|||||
|
Seems to work for me
php Code:
__________________
My blog Tutorials about OSS databases, DBMonster ... Contribute to OSS Development, fill bug reports! Developer Shed eSupport Commented my.ini/my.cnf (ADD YOUR OWN CONFIG TRICK) An introduction to database normalization Natural or Surrogate key Custom ordering for your results Correlated and uncorrelated subqueries Don't turn your outer joins into inner joins Random data (with a bias) |
|
#3
|
||||||
|
||||||
|
A better example, taken from ibWebAdmin source code:
php Code:
Which in my case echoes Quote:
|
|
#4
|
|||
|
|||
|
Well that did work well. I think I'll add a note to the online php docs so another user does not have the same issues and lose a day and a half hunting for an answer.
Thanks Alot |
|
#5
|
||||
|
||||
|
Quote:
Thanks |
![]() |
| Viewing: Dev Shed Forums > Databases > Firebird SQL Development > Using php to connect to sevice manager |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|