![]() | ![]() Products ![]() ![]() ![]() ![]() |
Home » Technical Support » DBISAM Technical Support » Product Manuals » DBISAM Version 4 Manual for Delphi 5 » Using DBISAM » Loading and Saving Streams with Tables and Query Result Sets |
begin with MyTable do begin DatabaseName:='d:\temp'; TableName:='customer'; if Exists then LoadFromStream(MyMemoryStream); end; end;
begin with MyTable do begin DatabaseName:='d:\temp'; TableName:='customer'; if Exists then SaveToStream(MyMemoryStream); end; end;
This web page was last updated on Friday, January 31, 2025 at 08:42 AM | Privacy Policy![]() © 2025 Elevate Software, Inc. All Rights Reserved Questions or comments ? ![]() |