LTPDA Toolbox | contents | ![]() ![]() |
Objects can be retrieved from the repository either by specifying an object ID or a collection ID. The LTPDA Toolbox provides the function ltpda_obj_retrieve to retrieve objects.
When an object is retrieved, the following steps are taken:
% Connect to a repository [conn, username] = mysql_connect('130.75.117.67', 'ltpda_test'); % Retrieve the object q = ltpda_obj_retrieve(conn, 12); % Close connection close(conn);
q = ltpda_obj_retrieve(conn, 1,2,3);
% Connect to a repository [conn, username] = mysql_connect('130.75.117.67', 'ltpda_test'); % Retrieve the collection q = ltpda_obj_retrieve(conn, 'Collection', 1); % Close connection close(conn);
![]() |
Exploring an LTPDA Repository | Using the LTPDA Repository GUI | ![]() |
©LTP Team