![]() | Products |
| Home » Technical Support » ElevateDB Technical Support » Product Manuals » ElevateDB Version 2 Manual for RAD Studio XE7 (C++ Win64) » Using ElevateDB » Using Streams with Tables, Views and Query Result Sets |
{
MyTable->DatabaseName="SalesDB";
MyTable->TableName="customer";
MyTable->Open();
MyTable->LoadFromStream(MyMemoryStream);
}{
MyTable->DatabaseName="SalesDB";
MyTable->TableName="customer";
MyTable->Open();
MyTable->SaveToStream(MyMemoryStream);
}{
MyStream->Size=0;
MyStream->Position=0;
}This web page was last updated on Tuesday, September 16, 2025 at 04:56 PM | Privacy Policy © 2026 Elevate Software, Inc. All Rights Reserved Questions or comments ? |

