Re: [PHP-DB] LEFT joins

2005-01-20 Thread Basile Francesco
In general, you should not worry about faster query sintax, since mysql should (but i'm not sure) have an "optimizer" inside wich translate your sintax query in a "better" efficient one. Anyway, the "where" statement is perfectly equal to the "join" operator, it is called, in general, "theta-joi

[PHP-DB] - Delete records in an Access DB

2004-05-02 Thread francesco
php on line 11 Where is the problem? Is this the correct way to delete records from an Access DB? If this is a bad tecnic, can you suggest me what is the correct way? Thanks in advance to all. (The server where this script run is a Microsoft server). Francesco

[PHP-DB] Update query problem (Oracle)

2001-03-27 Thread Francesco D'Inzeo
egan working on his Ninth Symphony, and Windows98 aaarrrggghhh crashed for the n'th time" --- Francesco D'Inzeo WinTech S.r.l. Via Lisbona 7 35127 PADOVA (Italy) Tel. (+39)-(0)49-8703033 Fax. (+39)-(0)49-8703045

[PHP-DB] Interbase and php

2001-02-11 Thread Francesco Rossi
Hi, I use Interbase 6.01 in a Linux system and i want use php for my server side language for accessing the Interbase database. When i start to use php for accessing database i seen that i can't move my row pointer (cursor) into a quey after i use ibase_query() function. Only traverse one row at

[PHP-DB] Positioning into a query

2001-02-08 Thread Francesco Rossi
Hi, After i have traverse a queryhow i can repositioning my cursor to the first record of the query ? And how i can store the actual position of the query in a variable and then reuse it to move my position ? I use Interbase 6.01. Thank -- PHP Database Mailing List (http://www.php.net/) To uns