RE: [PHP-DB] PEAR DB testing volunteers needed

2001-01-23 Thread signup
Hi Stig, > > Hi, > > This is an invitation to help testing PHP's bundled database abstraction > layer, DB. If you are interested in helping DB to become stable on > _your_ database platform, please reply to this message with what > database systems you have access to. > > Systems in particular i

[PHP-DB] Oracle OCI8 and rowid

2001-01-23 Thread signup
Hello, does anyone know how to write te result of the following SQL statement (I have problems with rowid): select rowid, field1 from table1 Thanks in advance Benoit NOSS - ([EMAIL PROTECTED]) (Bureau 226) IAURIF, Service MSI, 15 rue Falguiere, 75740 PARIS Cedex 15 FRANCE Tel : (+33) 1 53 85 7

[PHP-DB] Help Me Please ... it's urgent !!

2001-01-23 Thread signup
Hi ... My name is Dedy Wahyudi ... I follow your instruction at webmonkey site regarding PHP/MySQL Tutorial .. But there is some problem i'm having ... may be you can tell me "; print "  Type of Service:".$row['type']." "; print " Company Name:".$row['company'].""; print " Contact Pers

RE: [PHP-DB]

2001-01-23 Thread signup
It helped a lot, actually. I already implemented an artificial PK, like your first example table. I too consider this as relational theory, and not a limitation. And I was just hoping there was a piece of logic I was missing, but it looks like there wasn't. Thanks for humoring me. Anthony -

Re: [PHP-DB]

2001-01-23 Thread signup
I was hoping someone would look at this situation first, and someone did. 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 limi

Re: [PHP-DB] Question about using php with Microsoft SQL server

2001-01-23 Thread signup
> Hello, I'm trying to use the mssql_connect function to connect to the > Microsoft SQL server with php4.0.3pl1 for window, but the return is "Fatal > error: Call to undefined function: mssql_connect()". And another mssql > function are also with the same result, but I have try use the mysql and >

Re: [PHP-DB] PEAR DB testing volunteers needed

2001-01-23 Thread signup
> Hi, > > This is an invitation to help testing PHP's bundled database abstraction > layer, DB. If you are interested in helping DB to become stable on > _your_ database platform, please reply to this message with what > database systems you have access to. > > Systems in particular interest ar

[PHP-DB] Forcing logout

2001-01-23 Thread signup
I have some problem authentication with PHP, how can I force a user to logout (pressing logout button) and clear credential info without displaying logon screen again. Right now when user click logout button then Logon screen appears again. Code (logout.php) : Can anyone help me. Thanks in a

Odp: [PHP-DB]

2001-01-23 Thread signup
Od: "Anthony Martin" <[EMAIL PROTECTED]> Temat: [PHP-DB] > I'm having trouble figuring out this referential logic. I'm writing a > rudimentary directory structure for dividing HTML sections from one another. > Right now, my tables have no referential integrity, except for ones > pertaining out

[PHP-DB] PHP OCI interface not working

2001-01-23 Thread signup
-BEGIN PGP SIGNED MESSAGE- Hi, Well, I've solved my problem with Thies's help It turned out to be a permissions problem: It was a (@#$%^) permissions problem on the root oracle directory. I have oracle installed in /home/oracle/OraHome1, and the permissions on /home/oracle was 700. O