Uh, oh...
---
In English (thanks to my english teacher)
First of all, there is a mistake in the listing. It should say dbcreat<b>e</b>("FirstDB");
Second, there is no help in retrieving the just stored information. Use the above listing to save one string value and the following code to retrieve it.
---
In German (thanks to my mum)
Zun?ɬ§chst einmal befindet sich ein Fehler im Listing. Es sollte dbcreat<b>e</b>("FirstDB");
hei?É??en. Desweiteren gibt es keine Information, wie man die Daten wieder einliest. Nutze den oben aufgef?ɬºhrten Code um einen String zu speichern und das folgende Listing, um ihn wieder einzulesen.
<pre id=code><font face=courier size=2 id=code>
dbopen("FirstDB");
puts(dbread('s'));
dbclose();
</font id=code></pre id=code>
Edited by - SyPDA on 09/12/2001 08:57:21
Edited by - SyPDA on 09/12/2001 08:59:22