Connect to Sybase Server: Users can establish a connection to a Sybase database server using ODBC (Open Database Connectivity) by providing server details such as address, database name, username, and password.
Execute SQL Queries: Once connected, users can execute SQL queries directly from within Visual Studio Code. The extension supports executing arbitrary SQL commands against the connected Sybase database.
View Query Results: Query results are displayed within the editor, allowing users to view and analyze the returned data conveniently.
Syntax Highlighting: The extension provides syntax highlighting tailored specifically for Sybase SQL, enhancing code readability and comprehension.
Overall, the extension aims to streamline Sybase database development workflows by integrating essential database functionalities directly into Visual Studio Code.
Requirements
Sybase Server: You must have access to a Sybase database server to connect to.
ODBC Driver: Ensure you have the necessary ODBC driver installed on your system for connecting to the Sybase database server.
ODBC Configuration: Configure ODBC to establish a connection to your Sybase server. You may need to set up a DSN (Data Source Name) to specify connection details such as server address, database name, username, and password.
Visual Studio Code: Ensure you have Visual Studio Code installed on your system.