1
0
mirror of https://github.com/alm494/sql_proxy.git synced 2026-04-05 11:51:03 +02:00

Update README.md

This commit is contained in:
Almaz Sharipov
2025-04-01 17:28:06 +03:00
committed by GitHub
parent f065a49206
commit 4d39396d26

View File

@@ -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;