A beginner's question -
01-01-2007
, 04:05 AM
in the name of God
Hi. I have some really naive questions:
1) How on earth can we know the size of a record.I mean whe we use
dp->open we must have allocated
appropriate amount of mem. I don't know how we should allocate
dynamic amount of mem for each
db->open.
2) How could we define our version of db, when we make a new db. I
use in php: dba_open ($dbfilename, "n", "db4"); How can I tell My C
programm to use db4?
Thanks in advance |