Hi,
After Creating a New Database in Vstar, i proceeded to use the command Databases'' in order to view the list of the databases but the new database was not displayed:
VectorStar 2.1 WIN32 Release Candidate 1.31
NEW_DATABASE'DataTest'
DataTest
Databases''
┌──────┬──────────┐
│Schema│Table │
├──────┼──────────┤
│Police│Model │
│Police│Person │
│Police│Ticket │
│Police│Vehicle │
│School│Course │
│School│Enrollment│
│School│Student │
│Sys │Date │
│Test │Data │
└──────┴──────────┘
i guess this is becouse the new dbs has not tables yet.
i suggest to modify the result to something like this:
┌──────────┬──────────┐
│Schema │Table │
├──────────┼──────────┤
│Police │Model │
│Police │Person │
│Police │Ticket │
│Police │Vehicle │
│School │Course │
│School │Enrollment│
│School │Student │
│Sys │Date │
│Test │Data │
│Datatest │<Empty> │
└──────────┴──────────┘
i think it would be very appropriate becouse the command's name is "Databases"