next up previous contents
Next: ������� �������� ���� ������ Up: ������� ��� ������ � Previous: ������� ��� ������ �   Contents

������� �������� ��� ������

�������� �������:
int open_databases(const char *db_dir_path_path, const char db_open_mode,
         struct attribute_db *attrib_db,
         struct db_description * primary_db_descr);

���������� ���������: ��� ���������� � ������� ����� �������� ����� ��� ������ BerkeleyDB.
����� �������� ��.
��������� ���������� ����������� ��.

��������� ������ �������� ��:

  1. 'w' - ����� �������� �� ��� ������, ���� ����� ������������ ������������ (����� �������� DB_CREATE � DB_EXCL).
  2. 'r' - ����� �������� �� ��� ������, ���� ����� ������������ �������� (���� �������� DB_RDONLY).

�����: ��������� ���� ������ ������ ����������� ������ ����� ��������� �������� ��������� ��.

������� ��� ���������� ����� ������ ����������, ���������� ������������ �����, ������������ ���������� ������̣����� � ������������ ����� stdlib.h �����������:
EXIT_SUCCESS ��� �������� ����������. EXIT_FAILURE ��� ������ � ������.

����� ������ �������:



Aleks Sherikov 2006-05-23