| Autor | Mensaje |
|---|---|
|
Escrito en: 19. 05. 2005 [08:58]
|
|
|
albertom@ehtsc.co.cu
albertom@ehtsc.co.cu
Autor del tema
registrado desde: 31.12.1969
Entradas: 0
|
Starting from this code: $dbid = isis_open("/var/isis/DOC.MST", "-v error -encoding Cp850"); $result = isis_query( "$", $dbid); while ($record = isis_fetch_array($result)) { foreach($record as $key => $value) if (!is_array($value)) echo $key." : " .($value)."<br/>"; echo "<p>"; } isis_close($dbid); 1 - which can be the reason that if the quantity of registrations is an I number (ej: 60), alone a smaller quantity is shown (ej: 57)? 2 - which it can be the reason that in ocaciones the results are not shown when supposedly there are registrations (ej: 605)? 3 - which can be the reason that the sentence ($result = isis_search (" $", $dbid)) does he/she always give me an empty result, when it is supposed that all the registrations of the DB should appear (or not?)? These are my doubts per today, I wait their accustomed answers, Greetings Alberto ------------------------------------------ Posted to Phorum via PhorumMail |
|
Escrito en: 19. 05. 2005 [13:55]
|
|
|
braulio
Braulio Solano Rojas
registrado desde: 16.05.2008
Entradas: 2
|
Hola albertom @ ehtsc.co[dot]cu dijo: > Starting from this code: > > $dbid = isis_open("/var/isis/DOC.MST", "-v error -encoding Cp850"); > $result = isis_query( "$", $dbid); > > while ($record = isis_fetch_array($result)) > { > foreach($record as $key => $value) > if (!is_array($value)) > echo $key." : " .($value)."<br/>"; > echo "<p>"; > } > isis_close($dbid); Please, try with isis_fetch_flat_array... and come back again with your opinions. B. ------------------------------------------ Posted to Phorum via PhorumMail |
Todos tenemos objetivos. El camino para llegar a nuestros objetivos es nuestra estrategia. La...