• Postgres

    Estoy trabajando con el componente tunisql con una base de datos postgres, el problema es cómo recupero el id usando esta declaración: ON CONFLICT DO NOTHING, devolviendo id
  • SignalR

    Hello, i need help with SignalR component. I have SignalR Client application (C#) The below code received the message from server and send result to the server: connection.On("GetResult", async (string StationID) => { var result = await Console.In.ReadLineAsync();
  • SSL Support in Express Editions

    Would like to know why in light of emphasis on security in managing and access to databases these days that you took the frankly moronic decision to not include SSL support in the express editions of the tools. Even free open source tools like heidisql
  • TUniLoader - Oracle 19c: Direct path loading is not supported in Direct mode

    Hello, we are currently using version 8.4.4 of the "Universal Data Access Components" for Delphi 10.4. For copying data we use the component TUniLoader, which has worked without any problems so far. We now want to copy data from one Oracle 19c instance
  • EORAERROR - ODAC DB Exception

    We would like to handle exceptions according to the error number of the EORAERROR class. I would like to know the defined error number and message-related meaning. The following is an example of handling major exceptions when an error occurs when executing
  • UniDac Disconnected Mode Bug

    I am using Delphi 11.3CE and UniDac 9.4.0 trial version, the problem is like this, I create two connections, one connection to SQL SERVER, one connection to Oracle (Disconnected are assigned to True), create two Query and set up the corresponding connection,
  • Source controle for git doesn't detect git folder

    The folder has been clonned with visual studio with this result: When we set the folder in source controle he doesn't detect the git.
  • Data Generation Wizard only lists tables from one schema

    Using dbForge for Postgre SQL (version 3.1.701) I connect to a simple test database. The DB happens to be in google cloud as a CloudSQL Postgres. The db has tables in 3 schemas (public, immutable, version3). I fire up the data generation wizard. After
  • Change notification is not supported in Direct mode

    Hi I would like to use change notification but i looks that this feature cannot use in Direct mode. Is there a workaround using change notification in Direct mode because our clients have no Orcale client installed. br, Robert
  • Is dbForge Studio for SQL Server in evaluation version?

    Hello, I have just downloaded SQL complete tools and I don't find this product dbForge Studio. Is it a different product? Thank you in advance.
  • MS SQL Date and Time fields seen as TWideString fields by Delphi

    Hi All, I know this is not a SDAC created problem, but nevertheless, it is a problem for me, using SDAC and MS SQL tables with Date and Time fields. It's with Delphi 11.3 on Win 10 and 11. The problem is that Delphi see MS SQL Date and Time fields as
  • xmlserialize problems in direct mode

    For demo, PLS create table CREATE TABLE XML_TEST ( ID NUMBER (9,0) NOT NULL, XML_COL XMLTYPE ) / ALTER TABLE XML_TEST ADD ( CONSTRAINT XML_TEST_PK PRIMARY KEY ( ID ) / You don't need any data to reproduce. Create a new 64-bit application and add TOraSession,
  • Trail Period has expire, but I updated the license key and Still Fails

    Trail Period has expire, but I updated the license key and Still Fails. TITLE: Microsoft SQL Server Management Studio ------------------------------ The test connection to the linked server failed. ------------------------------ ADDITIONAL INFORMATION:
  • SQL Complete with large databases

    Any tips for tuning SQL Complete with large databases? I work with ~100 similar databases across multiple servers. Each database has ~65k tables, ~100k stored procedures, 15k functions etc. I've read that SQL Complete shouldn't cause SSMS to freeze -
  • ODBC DRIVER FOR XBASE ERROR

    HELLO IM TRIYING TO CONNECT TO THE DE .DBF FILES OF MY ERP. BUT IM GETTING THE FOLLOWING ERROR IN POWER BI: DataSource.Error: ODBC: ERROR [HY000] [Devart][ODBC][xBase]table CLIENTEAC already exists Detalles: DataSourceKind=Odbc DataSourcePath=dsn=TRY
  • Bug UniScript

    Attached is a demo project the event cannot continue even using procedure TForm.UniScript1Error(Sender: TObject; E: Exception; SQL: string; var Action: TErrorAction); begin Action := eaContinue; end; This Script can be executed by IBExpert by creating
  • internalcalc Necessary facilities

    I'm using "unidac" comps for "delphi" with "tclientdataset" I want to use "unidac" comps without "tclientdataset" before I was use it with "tclientdataset" and use internalcalc field as in-mem field I was change it whenever i want "Devart" add internalcalc
  • Assertion failure

    Welcome, I am using delphi 10.4 Update 2. with UNIDAC 9.4.0. The component is used in a multi-threaded service. Due to load balancing, this service is running on multiple machines. On one of the application servers (only one), the following error message
  • ODAC Oracle RAC SCAN direct mode support.

    Hello, I was curious of Oracle SCAN name is supported with ODAC and using direct mode. We have an application we are trying to connect to an Oracle cluster using SCAN and it works fine with the Oracle client but not using the SCAN name with direct mode.
  • Event when a connection is taken or put back into the pool

    Hi, Is there an event when a connection is made or reset in the pool ? Thank you
  • Query - ParamByName

    Hello. RAD 11.3 / Unidac 9.4.0 / Windows 10 Pro version 22H2 I have problem with ParamByName in Query component. Field in Table is defined as CHAR(1) SQL: Select * from <table> where <field> LIKE '%A%' If the code is Q.SQL.Add('SELECT * from <table> where
  • Error Log Recorded

    We are getting a lot of security alerts from our SQL Server that triggers from dbForge Studio 2019 Express for SQL Server. It spams our SQL logs for failed log in attempts (currently from one user that uses this application) very frequently through the
  • Connecting Postgresql with certificate

    Hello We need to connect to the Postgresql database with a digital certificate, how do we do it?
  • UniDac ilink32 warning

    Hello. RAD 10.4.2 / Unidac 9.4.0 / Windows 10 Pro version 22H2 I am getting the warning below: [ilink32 Warning] Warning: Duplicate string: ID 102; File C:\PROGRAM FILES (X86)\DEVART\UNIDAC FOR RAD STUDIO 10.4\LIB\WIN32\DBACCESS.RES string kept: "Password";
  • Parameter.AsString for an integer field results in a "record not found" error

    Hi, With Delphi 5 + V6.11.23 of SDAC components + request : select * from TABLE where KEYFIELD = :Key + ParamByName('Key').AsString := '123' with Key integer field evrything works fine with SQL Server 2016 with SQL Server 2008 (or 2012, not sure), error
  • Urgent: Does DBForge Source Control Support Azure SQL MFA Authentication & Object Locking in Shared Mode ?

    Does DBForge Source Control Support Azure SQL MFA Authentication & Object Locking in Shared Mode ?
  • Closing UniDac VERY slow

    I have been using UniDac for years, currently in Delphi XE10.3.2 with Firebird 3 and for one particular UniDac query I have come up with a (to me) strange problem. It is taking about 8 seconds to close. The query is fairly simple (basically just a SELECT
  • type mismatch for field ‘xxx’ expecting string actual widestring

    Hi all, I'm using SDAC 10.3 on Delphi 11.3: I got the above mentioned type mismatch, as I had created my SQL tables with NVarChar, and had persistent fields in my MSTables on the form. I found a description for the problem and a solution on this forum,
  • How and where do I set UseUnicode in sdac 10.3

    Hi All, I have asked this question in a previous topic, but with another angle and more complex description. The simple question is: How and where do I set UseUnicode to False. I'm using SDAC 10.3 in Delphi 11.3 Regards Soren
  • Automatic choice of provider

    Hello, We're wondering about the algorithm that chooses the provider to use to connect to a SQL Server instance when the Provider property is set to prAuto. According to the documentation (and the UniDac's source code), the Native Client is prefered over
  • NTDLL.DLL error when calling mstable.open, from an inherited form

    Hi All, Using SDAC 10.3 and Delphi 11.3: I have a form, with 2 MsTable, which it has inherited from a standard form. On the standard, the Connection is pointing to a DB module with the MSConnection, but no tablename. In the inherited form, I set the tablename
  • Error during Installation of TCRSSLIOHandler for macOs

    Hi, Delphi 11.2 / Windows 11 64bit I installed MyDac 11.3.0 and SecureBridge 10.3.1 with success for macOS and Win32 platforms. I'm trying to install the TCRSSH[L]IOHandler from ...\Documents\Devart\MyDAC for RAD Studio 11\Demos\TechnologySpecific\SecureBridge.
  • UniDAC object was open

    I am migrating a project from Delphi XE with UniDAC 4.5.10 to Delphi Alexandria with UniDAC 9.2.1 and I am getting a few errors on Query.Open. These are the errors and I don’t have them in the old project. 1. illegal constraint expression 2. object was
  • How to Renew my dotconnect Oracle

    How do I renew my licenses key of oracle dotconnect because I am facing the following error. Error : LicenseException: Feature is not supported. This error is thrown by Devart .NET Standard assemblies if license key validation fails. Possible reasons:
  • Missing Methods in Toolbox

    Hello, I'm having an error when trying to access the ZohoConnection with the dotConnect, it hits me with a missing method error and im a little lost on where to go from there.
  • Export DataSet To JSON

    Tell me, is it possible to export the dataset to JSON format? If not, is there a plan to do so?
  • ODBC for DBASE

    hi, i dont see an option to imply a decryption key, dbf databases are encrypted, is here a function to be able to access them ? Thanks a lot.
  • Unable to uninstall. Error that SSMS is open, but it is not.

    Hi, I'm unable to uninstall. I have restarted the PC, so nothing was running.
  • Heterogeneous queries

    Hello, Does it exists a way to do Heterogeneous queries, off course on Firebird Dabases + TMemDataSet (= really powerful), like it is possible to do it with Firedac ? https://docwiki.embarcadero.com/RADStudio/Rio/en/Local_SQL_(FireDAC)
  • Lots of issues updating to version 6.1.134 of dotConnect SQLite Free in the Visual Studio 2022 community.

    When upgrading to version 6.1.134 of dotConnect SQLite Free the Visual Studio 2022 community app stops working. Is it possible to roll back dotConnect version 6.0 for Microsoft Visual Studio 2022?
  • 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?
  • 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
  • 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.
  • 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
  • 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?
  • How to Use the Crafting Machine in Steal A Brainrot

    If you’ve been playing Steal A Brainrot for a while, you probably know that the crafting machine is one of the most essential tools in the game. Whether you’re looking to upgrade your items, create rare components, or just experiment with different combinations,
  • 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, ...