**GBase Database Updates: Transparent Gateway and DBLink Usage**
GBase has introduced several updates to its database functionality, including transparent gateway and DBLink usage. These features enable users to push local data to remote databases and execute SQL statements directly on the target table.
Key highlights include:
* Support for insert...select statements with DBLink remote tables
* Passthrough mode, which skips SQL parsing and forwards SQL directly to the remote database
* Auto-commit mode only supported; distributed transactions not allowed