• no possibility to reset check box "not null" in table editor

    Hi,scenario: 1 open table editor - ok 2 add new field - ok 3 set "not null" check box - ok 4 jump to another field - ok 5 return to my new field - ok 6 try to reset "not null" check box - ok 7 jump to another field - fiasco - "not null" check box return
  • memory leak

    memory leak problem is very serious,memory uses will continue grow to several GB level.
  • new UNIDAC (11.0) don't support Unicode? older version (9.3) done well.

    new UNIDAC (11.0) don't support Unicode? older version (9.3) done well.
  • ODAC 13.4.1 different behaviour related to ODAC 9.0.1 related to persistent fields on Delphi 7 and Oracle 19.22

    Hello, Recently we updated our libraries on an old but important project from ODAC 9.0.1 to ODAC 13.4.1 and we observed the following: After the update in case an OraQuery gets a persistent field having the size property holding a value less than the
  • getting error connection error 08006 or Error: No such host is known

    Hi, We got an error on and off as "connection error 08006" or "Error: No such host is known" when we try to run some report . But if we re-run the same report again, then no error will be shown. Do you have an idea what causing the issue? below is a sample
  • Maximum Depth Of An Expression Tree in direct mode on TUniConnection

    Hi, how I can increase Maximum Depth Of An Expression Tree value in direct mode on TUniConnection?
  • Update Failed

    Hi I upgraded to IBDAC 10.0.0 and now there is an error after inserting a record. (after the refresh) "Update Failed Found 0 records" Now I have downgraded to 9.3.0 and it works again. I have a TIBCQuery-Object with SQL: SELECT KDMANAG.*, (Select MINAME
  • dotConnect for Oracle - Devart.Data.Oracle.OracleException - ORA-00933: SQL command not properly ended

    Devart.Data.Oracle.OracleException (0x80004005): ORA-00933: SQL command not properly ended was raised when I use MaxBatchSize. Versions: - Devart.Data.Oracle.EFCore :10.4.235.8 - Devart.Data.Oracle :10.4.235 - EntityFrameworkCore: 8.0.13 Ex: optionsBuilder.UseOracle(_oracleSessionManager.GetOrCreateOracleConnection(),
  • IBDAC Firebird Prepare

    Hello, i am confusing using Prepare when setting parameters, should i set the values before prepare or after : SQLQuery.Prepare; <-------------------HERE SQLQuery.ParamByName('Param').AsString := 'YourValue'; SQLQuery.Prepare; <------------------- OR
  • Update from 9.5.15 for RAD Studio XE4 to most recently

    Hello, I am currently using version 9.5.15 of your product with RAD Studio XE4. I would like to know if there are commercial options available to upgrade my license to a more recent version. Could you please provide details on the upgrade process, pricing,
  • MyDAC with Lazarus

    I am currently using myDAC Professional 13 with Delphi 12.1 and would like to test with Lazarus. Just checking - I would need to upgrade to MyDAC Professional with Source Code? Are there any docs on how to install myDAC for Lazarus?
  • Firebird - RETURNING not working

    Hello. I'm having problem in Firebird with RETURNING value with latest Unidac 10.1.0 on Delphi 11 update 3. Problem occurs when "same" query is used for SELECT and INSERT/UPDATE. I've attach db.txt with sample table T1 with three fields (ID,f1,f2). Here
  • How do I show the Functions/Procedures within a Package

    I'll be respectful since I'm a user that has used Oracle Toad for probably 20+ years. The list below are features available within Toad and I don't see how to accomplish these tasks within dbForge Studio for Oracle. How do you display the Functions/Procedures
  • "Go to definition" jumps to the package specification, not the package body, like a shift+F12

    Hi. Thank you for last update DBForge studio for Oracle to 6.0.85. Great job. Fixed many bugs. But at the same time a new problem appeared - "Go to definition" (F12) makes jump to package spec. (like a shift+F12) rather then to package body, . Reloading
  • On Mac M3 moving from Devart.Data.MySql.EFCore 9.3.21.8 to 9.4.290.9 causes AccessViolationException

    Hi, We try to move from EF Core 8 to 9 but looks like on Mac M3 it crashes instantly when we update the Devart.Data.MySql.EFCore package. It throws this : Fatal error. System.AccessViolationException: Attempted to read or write protected memory. This
  • KeyNotFoundException when using Oracle spatial functions in EF Core 8

    Hello, We are in the middle of upgrading EF Core 6 to EF Core 8 along with upgrading from .NET 6 to .NET 8. We found and reported an issue when analyzing this upgrade. That issue is here: https://support.devart.com/portal/en/community/topic/unexpected-sqlparameterexpression-implementation-when-using-oracle-spatial-functions-in-ef-core-8
  • magic disappearing Data Viewer window

    after jumping from Find and Replace window to Data viewer (mouse click) it magic disappear (get empty) dbForge studio for Oracle 6.0.85
  • ERROR: FUNCTION 'SESSIONPROPERTY' is not supported.

    Hi, Anyone had this error when trying to conect do a Microsoft Fabric instance? The endpoints works fina on Azure Data Studio and SSMS but i get this error on DBFORGE Studio for SQL Server
  • Devart.Data.Oracle "PInvokeStackImbalance" error in debug mode

    I created the following small C# program and keep getting the error message shown in the screenshot. I'm using Visual Studio 2019. The program is compiled as 32-bit. The Oracle client = NT_193000_client. I've also tried oracle client 11.2.0 but the same
  • Connecting to a PostgreSQL database using SSL when the server requires SNI

    Hello, We have a problem connecting to a certain cloud PostgreSQL database using SSL, because the server requires a server name indicator (SNI). We tried the both connection ways described in the "Connection to PostgreSQL through SSL in Delphi" manual
  • Feature Request - Object Bookmarks

    It would be very useful to be able to bookmark objects in the Database Explorer. It can get tedious moving between different objects in different tables in different servers... It would be useful to be able to right-click and bookmark an object (table,
  • RAD Studio 13 Florence

    Hi, I was wondering when mysqldac delphi components would be available for RAD Studio 13 Florence?
  • Test

    test test
  • dbExpress Driver for SQL Server support for TLS 1.3

    Does dbExpress Driver for SQL Server supports TLS 1.3?
  • innodb retry on ERROR 1213 (40001): Deadlock found

    Hi, I recently had to switch some tables from MyIsam to InnoDB, and now I am getting errors when doing inserts from different threads: ERROR 1213 (40001): Deadlock found when trying to get lock; try restarting transaction I am currently changing my code
  • DotConnect for SQLite TransactionScope

    Hi, I am trying to use TransactionScope together with EFCore but I am getting this error: System.InvalidOperationException : Cannot enlist local transaction, because current global transaction already contains distributed transactions. Stack Trace:  DbConnectionClosed.Open(DbConnectionBase
  • Strange Refresh Failed error message

    Hello, I have a TOraQuery component, with a relatively simple select. It joins tables for the master table called ATB. select atb.rowid, atb.*, sby.c_nev1 c_belep_szintnev, bko.c_nev c_szervezetnev, saj.c_nev1 c_uzemkodnev, bkp.c_nev c_onelszamolonev,
  • Any plans to create an ODBC driver for Xero?

    Hi Just wondering if there is any plans in the works to create an ODBC driver for the Xero platform?
  • Data sync is too slow

    I'm syncing data between a dev and production mysql db using dbForge's data compare tool, which is great, except the table has 1.7m records and it's sync'ing one record at a time. This thing will take weeks to finish. Is there a faster way to do this?
  • Devart.Data.Oracle.EFCore in Azure Web Apps

    I have an open ticket for this but wanted to see if anyone else has been able to get EFCore to work with Oracle, dotnet9 in an Azure Web App. Using the line works locally but not in Azue. builder.Services.AddDbContext<TestOracleDbContext>(options => options.UseOracle(vcisDbConnection));
  • Will dbForge for Postgresql filter out comments when submitting queries?

    Will dbForge for Postgresql filter out comments when submitting queries? If filtering is applied, it is recommended not to do so, as certain features of Alibaba Cloud Polardb may become completely ineffective. pg_hint_plan - PolarDB - Alibaba Cloud Documentation
  • Virus scanner alarm - Trojan found

    Hello, this morning I received an update message for the installed test version of SQLTools. After downloading the sqltoolsent.exe file from the download area at devart, I started the installation. Unfortunately, I received the following messages from
  • Changing any paramaters in a NEW unsaved stored procedure, cleaars all of the SQL code section

    HI ! This is for DBForge studio 2025.1.134 It did the same thing in 1.124 as well. I thought I saw this posted already. I went looking for it but could not find it. so posting it here. If you create a new stored procedure, then go to the SQL code section
  • SecureBridge - Memory leak in procedure GetIPInterfaces (CRSocketImpl.inc)

    Hi, I found a memory leak in procedure procedure GetIPInterfaces (CRSocketImpl.inc). Function Marshal.AllocHGlobal is called witout Marshal.FreeHGlobal. Leak is present in both 10.7.0 and 10.8.0 version. Thanks.
  • Version Control on Script Files for Oracle

    Other Devart Tools allow for Source Control on Script Files but not for Oracle? Also there is no Schema Compare to Script Files, this is a major missing component. This allows Redgate to monopolize the market and charge $140,000.00 for a 50 user Enterprise
  • IBDAC - Firebird 5 and the Option: isc_wish_list

    The release notes for Firebird 5.0.3 state the following on page 43: https://www.firebirdsql.org/file/documentation/release_notes/Firebird-5.0.3-ReleaseNotes.pdf Engine provider sets isc_wish_list error in status and returns zero, when appropriate. Remote
  • Invalid Typecast exception on Insert/Update blobs

    Hello peeps We're doing a migration from XE3sp2 to XE12.3 and I've stumble on an issue with saving blobs to an Oracle database. I've tried with and without direct mode but both resulted in a Invalid Typecast exception. Our previous implementation in c++
  • I own UniDAC for SQLite dbs on Android, but should I be using LiteDAC?

    I only access SQLite dbs, and only on Android. I've read that LiteDAC is possibly faster for accessing SQLite. But does it lack any features that UniDAC provides, insofar as working with SQLite dbs? If not, I will buy LitDAC as well. Thanks for your
  • Schema Synch Wizard Re-Using File Names

    When I launch a brand new schema compare I really, really, really don't expect the wizard to default the save script file name to the same name as what the prior compare (against different databases) used, thereby wiping out the saved script without any
  • Add related table lookup functionality to read-only mode

    When the results of a query are in edit mode, clicking on a field which is a foreign key reveals a dropdown list of possible values from the primary key table. It's be nice if this feature could be extended to read-only mode so the related data can be
  • Next Page

  • Most Discussed Topics

  • new UNIDAC (11.0) don't support Unicode? older version (9.3) done well.

    new UNIDAC (11.0) don't support Unicode? older version (9.3) done well.
  • Maximum Depth Of An Expression Tree in direct mode on TUniConnection

    Hi, how I can increase Maximum Depth Of An Expression Tree value in direct mode on TUniConnection?
  • IBDAC Firebird Prepare

    Hello, i am confusing using Prepare when setting parameters, should i set the values before prepare or after : SQLQuery.Prepare; <-------------------HERE SQLQuery.ParamByName('Param').AsString := 'YourValue'; SQLQuery.Prepare; <------------------- OR
  • dotConnect for Oracle - Devart.Data.Oracle.OracleException - ORA-00933: SQL command not properly ended

    Devart.Data.Oracle.OracleException (0x80004005): ORA-00933: SQL command not properly ended was raised when I use MaxBatchSize. Versions: - Devart.Data.Oracle.EFCore :10.4.235.8 - Devart.Data.Oracle :10.4.235 - EntityFrameworkCore: 8.0.13 Ex: optionsBuilder.UseOracle(_oracleSessionManager.GetOrCreateOracleConnection(),
  • MyDAC with Lazarus

    I am currently using myDAC Professional 13 with Delphi 12.1 and would like to test with Lazarus. Just checking - I would need to upgrade to MyDAC Professional with Source Code? Are there any docs on how to install myDAC for Lazarus?
  • Popular Topics

  • new UNIDAC (11.0) don't support Unicode? older version (9.3) done well.

    new UNIDAC (11.0) don't support Unicode? older version (9.3) done well.
  • dotConnect for Oracle - Devart.Data.Oracle.OracleException - ORA-00933: SQL command not properly ended

    Devart.Data.Oracle.OracleException (0x80004005): ORA-00933: SQL command not properly ended was raised when I use MaxBatchSize. Versions: - Devart.Data.Oracle.EFCore :10.4.235.8 - Devart.Data.Oracle :10.4.235 - EntityFrameworkCore: 8.0.13 Ex: optionsBuilder.UseOracle(_oracleSessionManager.GetOrCreateOracleConnection(),
  • Update Failed

    Hi I upgraded to IBDAC 10.0.0 and now there is an error after inserting a record. (after the refresh) "Update Failed Found 0 records" Now I have downgraded to 9.3.0 and it works again. I have a TIBCQuery-Object with SQL: SELECT KDMANAG.*, (Select MINAME
  • IBDAC Firebird Prepare

    Hello, i am confusing using Prepare when setting parameters, should i set the values before prepare or after : SQLQuery.Prepare; <-------------------HERE SQLQuery.ParamByName('Param').AsString := 'YourValue'; SQLQuery.Prepare; <------------------- OR
  • Maximum Depth Of An Expression Tree in direct mode on TUniConnection

    Hi, how I can increase Maximum Depth Of An Expression Tree value in direct mode on TUniConnection?
  • 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 Activate a Trial Version in dbForge Products

    Starting from release 2025.1, the method of using the trial version and Express Edition has been updated for all paid dbForge products. To help you get started smoothly, please follow the step-by-step instructions below. As of version 2025.1, ...