Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread creating a database in DBISAM V4
Sat, Oct 11 2008 9:29 AMPermanent Link

Oliver
I am a bit frustrated as I have searched everywhere in the documentation.

How does one create a new empty database in DBISAM ?  I've tried using the srvadmin utility but when I go to the directory where I told it to create the database,
there is nothing. Also, using dbsys and pointing to the same directory specified using srvadmin, the only database that is available to me is memory.

Can someone help ?

Thank you.
Sat, Oct 11 2008 10:42 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Oliver


In DBISAM a "database" is simply a directory so if srvadmin created the directory it did its job.

What you need to do is use DBSys to create a few tables. Since its a stand alone tool, and more importantly DBISAM allows simultaneous c/s and f/s access it doesn't pick up on what's been created in srvadmin and the drop down list is just a list of directorys (databases) used recently. Use the select button to pick a directory.

Roy Lambert [Team Elevate]
Sat, Oct 11 2008 10:59 AMPermanent Link

"Farshad"

"Oliver"
> How does one create a new empty database in DBISAM ?

CreateDir(DatabaseName);

Image