• dbForge for Oracle

    Discussion of open issues, suggestions, and bugs regarding database management and development tools for Oracle
  • dbForge for PostgreSQL

    Discussion of open issues, suggestions and bugs regarding database management and administration tools for PostgreSQL
  • Code Compare

    Discussion of open issues, suggestions and bugs regarding file and folder merge tool – Code Compare
  • Review Assistant

    Discussion of open issues, suggestions and bugs regarding code review tool for Visual Studio – Review Assistant
  • LINQ Insight

    Discussion of issues, suggestions and bugs of LINQ Insight, Visual Studio add-in for design-time executing LINQ statements, that simplifies debugging LINQ
  • Most Discussed Topics

  • dbExpress Driver for SQL Server support for TLS 1.3

    Does dbExpress Driver for SQL Server supports TLS 1.3?
  • SQL Complete not appearing in SSMS 20 on ARM64

    Running Windows 11 ARM64 and SQL Complete installs quite happily but then does not appear in SSMS20. SQL Complete does appear and function in Visual Studio 2022.
  • Why Does dbForge Studio Say a Query has 302 Records Retrieved?

    Paginal mode is off. A query can return thousands or hundreds of thousands of rows but the grid always reports 302 until you start scrolling through the data.
  • ODAC - base class for BeforeOpen

    Hi there. I'm trying to build an interposer class für TOraQuery. I couldn't find the correct base class, though. TOraQuery = class(Ora.TOraQuery) //TOraQuery = class(TMemDataSet) //TOraQuery = class(TCustomDADataSet) //TOraQuery = class(TOraDataset) //TOraQuery
  • Stop tab rows from shifting in dbForge Studio

    I have "Show tabs in multiple rows" on. Is there a way to stop the tab row of a clicked tab from always being moved to the bottom row? It's not helpful having tab positions always being moved around and no other IDE I use does this.
  • Popular Topics

  • dbExpress Driver for SQL Server support for TLS 1.3

    Does dbExpress Driver for SQL Server supports TLS 1.3?
  • Table Designer in dbForge Studio

    When the property pane has focus in the table designer, hitting Tab should go to the next property, not the script pane.
  • SQL Complete not appearing in SSMS 20 on ARM64

    Running Windows 11 ARM64 and SQL Complete installs quite happily but then does not appear in SSMS20. SQL Complete does appear and function in Visual Studio 2022.
  • TscSSLServer broadcast to clients

    I have a TscSSLServer with connected TscSSLClients. The Clients can send a message to the Server. And the Server can send a message to the Client in its AfterSessionConnect event. But if I try to send a message to the connected Clients via a forms button
  • ODAC - base class for BeforeOpen

    Hi there. I'm trying to build an interposer class für TOraQuery. I couldn't find the correct base class, though. TOraQuery = class(Ora.TOraQuery) //TOraQuery = class(TMemDataSet) //TOraQuery = class(TCustomDADataSet) //TOraQuery = class(TOraDataset) //TOraQuery
  • Popular Articles

  • How to Download and Install a Previous Version of the Product

    If you need to download and install an earlier version of a product, other than the latest release available on the website, follow these steps: Uninstall the Newer Version: To install a previous version available under your license, you must first ...
  • How to Connect to MySQL Server

    In the second article of the series uncovering how to get started with MySQL, we talk about the ways of connecting to MySQL Server. You can connect to MySQL Server using MySQL Client, dbForge Studio for MySQL, and MySQL Workbench. In this article, we ...
  • How to Automatically Create a Dump File on Crash for Studios, Standalone Tools, and MiniTools

    If a crash occurs, you can configure the system to automatically create a dump file for debugging purposes. Follow the steps below to create the required registry keys for different products, such as dbForge Studio, Standalone Tools, and MiniTools. ...
  • Cannot Open Table ‘Case’ and ‘Order’ in SSMS with ODBC Driver for Salesforce

    When working with SQL Server Management Studio (SSMS) and the Devart ODBC Driver for Salesforce, you may encounter difficulties accessing certain tables such as Case or Order. Important Note on SSMS Behavior Queries in SSMS are first processed by SQL ...
  • How to Install MySQL on Windows Using MySQL Installer

    The article provides a comprehensive walkthrough outlining the aspects of how to install MySQL Server on Windows using MySQL Installer. Learn the subtleties of the MySQL installation process step-by-step to ensure you have MySQL Server together with ...