# \#odbc

**URL:** https://discourse.julialang.org/tag/odbc/1325.md

[Latest](https://discourse.julialang.org/latest.md) · [Categories](https://discourse.julialang.org/categories.md) · [Tags](https://discourse.julialang.org/tags.md)

---

## [ODBC.jl to connect to an Oracle database on Linux](https://discourse.julialang.org/t/odbc-jl-to-connect-to-an-oracle-database-on-linux/97037)

<div class="topic-metadata">

**Author:** [@klwlevy](https://discourse.julialang.org/u/klwlevy)\
**Replies:** 5\
**Last updated:** [September 15, 2025, 5:39am UTC](https://discourse.julialang.org/t/odbc-jl-to-connect-to-an-oracle-database-on-linux/97037 "2025-09-15T05:39:08Z")

</div>

Hi there, I am succesfully using ODBC.jl to connect to an Oracle database on my local Windows laptop (with system-provided DSN from Windows ODBC). Now I am struggling to connect to the same database from a server runnin…

---

## [One batch containing many SQL commands using ODBC.jl does not work with SQL Server](https://discourse.julialang.org/t/one-batch-containing-many-sql-commands-using-odbc-jl-does-not-work-with-sql-server/108856)

<div class="topic-metadata">

**Author:** [@Miroslav-Stimac](https://discourse.julialang.org/u/Miroslav-Stimac)\
**Replies:** 5\
**Last updated:** [January 16, 2024, 1:16pm UTC](https://discourse.julialang.org/t/one-batch-containing-many-sql-commands-using-odbc-jl-does-not-work-with-sql-server/108856 "2024-01-16T13:16:52Z")

</div>

Hello, I am using ODBC.jl to create a connection to a Microsoft SQL Server Database. conn = ODBC.Connection(Driver=ODBC Driver 17 for SQL Server;SERVER=MyServer;DATABASE=MyDatabase;Trusted\_Connection=Yes") Then I am e…

---

## [SQL syntax hightlighting](https://discourse.julialang.org/t/sql-syntax-hightlighting/103845)

<div class="topic-metadata">

**Author:** [@Lincoln\_Hannah](https://discourse.julialang.org/u/Lincoln_Hannah)\
**Replies:** 6\
**Last updated:** [September 15, 2023, 1:25pm UTC](https://discourse.julialang.org/t/sql-syntax-hightlighting/103845 "2023-09-15T13:25:15Z")

</div>

This provides syntax highlighting and auto-completion of SQL in VS Code. Would it be possible to have a section in a .jl file that VS Code treats as SQL (for syntax highlight and autocompletion) ? Then convert the r…
