|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
firebird & php
Hi,i'm new in php.i try to connect to firebird database with this code:
<?php $host = "DSN=FB"; $username = "SYSDBA"; $password = "deepPurple"; $Conn = ibase_connect ($host,$username,$password) or die ("error in db connect"); $SQLStmt = "SELECT * FROM Users1"; $RS = ibase_query($SQLStmt); $result = ibase_fetch_row($RS); echo $result; ?> i get this error: "error in db connect". i hope somebody can help me.thanx. |
|
#2
|
||||
|
||||
|
__________________
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
|
|||
|
|||
|
http://www.ibphoenix.com/main.nfs?a...p_beginners_php
http://us2.php.net/ibase http://www.ilovett.com/blog/archive...rebird-and-php/ -- Best regards, Fikret Hasovic http://fikret.fbtalk.net USAID TAMP Senior Programmer * FirebirdSQL Foundation member. - Join today at http://www.firebirdsql.org/ff/foundation * JEDI VCS contributor http://jedivcs.sourceforge.net/ * Firebird and Fyracle news http://www.fyracle.org |
![]() |
| Viewing: Dev Shed Forums > Databases > Firebird SQL Development > firebird & php |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|