From 4d39396d260c8176feadf8f49cc2028fea548a85 Mon Sep 17 00:00:00 2001 From: Almaz Sharipov Date: Tue, 1 Apr 2025 17:28:06 +0300 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e470114..6a5aeda 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@ For example, you can remove all Linux-incompatible components, such as the follo Connection = New COMObject("ADODB.Connection"); Connection.Open(ConnectionString); ``` -and use web requests in a similar manner instead, using a simple library and receive SQL query results in a JSON: +and use web requests in a similar manner instead, using a simple library to receive SQL query results in a JSON with variable columns you defined +in SQL select statement: ``` Function OpenSQLConnection(ConnectionString) Export HTTP = New HTTPConnection;