• Entity Developer and Composite Keys

    Hello, Is there are way within Entity Developer, prior to code generation, to flag attributes, and remove the warnings e.g. Northwind db (image) so my generated code mappings won't have an issue. Thanks.
  • performance of simple "select count(*) from ....."

    I run a simple "select count(*) from mytable", but it is quite slow. sqlite3 database. If I do it with sqlitestudio 3.3.3 I get the answer instantaneous. 264000 records. With unidac it takes 6 secs, when I set unidirectional = false or it is much worse
  • GetDate() error for Dynamics ODBC Driver

    I'm getting an error message when I use GetDate() in a SQL query I'm writing using the ODBC driver. Basically I only want to pull records created today. Has anyone run into this issue and found a work around? Thanks
  • ItemInventory missing custom fields in QuickBooks Desktop

    I'm trying to select from ItemInventory with a python script and I'm finding that the table structure is different, when I use the DevArt driver rather than the QODBC driver. Particularly, the custom fields are missing. I'm not seeing any settings in
  • SocketException with dotConnect for Magento while Opening Connection

    Hello, I am experiencing a Socket connection error with ADO.NET provider for dotConnect for Magento while opening a connection. Interestingly there is no problem connecting to the database with MySQL Nuget package by Oracle. The Connection Errors are:
  • I can't use UniDac in Linux application.

    Hi everyone. I have a REST application in Delphi Athens 12, in Windows works very well (connected to PostgreSQL 14 in Ubuntu 22.04 64bits). I make the same application to Ubuntu 22.04 64bits (Target plataform), the application starts well, but in the
  • Color schema for matching brackets like in Azure Data Studio

    Is there an option (or is it at least planned) in dbForge Studio for SQL Server to use different colors for matching brackets like in Azure Data Studio?
  • Security Banners

    From https://www.devart.com/odac/revision_history.html.... Added support for connect to servers with enabled Security Banners in the Direct mode Hello, Can you provide some details on this? I would like to be able to display the banners in my application,
  • How to configure automatic formatting of function words in a text editor?

    Hi, dbForge Studio for MySQL v.10.0.150 There is a problem with the word "SET" . How can i customize text editor to print this word in upper case automatically? The parameter "Automatically format words while typing" is on. I print SET in upper case mannualy,
  • [10.0.46] run a second query (by hotkey) in the same editor does not work (without hitting the hotkey twice)

    hi devart, i do hope this is a bug and not another great example of "industrial standards". if you have a regular edit tab open and have a query there that you can run with the hotkey that runs a query where the cursor is - and you write a 2nd query and
  • additional quotes when copying from the data editor

    v.10.0.60 example SELECT JSON_OBJECT("key1", 'val1', "key2", 'val2') UNION SELECT JSON_OBJECT("key3", 3, "key4", 4); 1. when copying a value from one line everything is ok 2. When you copy several lines, additional quotes are inserted
  • Type mismatch for SBadTimeZoneID

    The second Parameter in the string SBadTimeZoneID (= 'Invalid Time Zone ID: (%d, %d)' ) is of type decimal. In the unit IBCCall.pas, the function TTimeZoneUtils.TimeZoneIDToTimeZoneName(...): String contains the line RaiseError(Format(SBadTimeZoneID,
  • TUniConnection.AssignConnect(TOraSession) ?

    Hi, is there any way to assign an active TOraSession to a TUniConnection instance? There is a need to use both components with the same session.
  • Debugger failed with timeout

    hi. I have problem with "step into" while debug code : "Debugger failed with timeout" What's wrong ? Thank you.
  • code completion for procedure parameters

    Hi. code completion for procedure parameters don't work ( dbForge Studio 2024 for Oracle v. 4.6.15 refresh suggestions, ctrl+space does not help also sometimes in some sessions code completions stops working completely ( Thank you.
  • what grants required for "Navigate to definition" ?

    Hi, i have had error while trying to "Navigate to definition" what grants required for "Navigate to definition" ? and are they necessary ? Another IDE successfully perform operation like this under the same user . You should understand that not all users
  • ODBC Driver for BigCommerce

    We are currently evaluating the ODBC driver for BigCommerce 2.4. Our products table in BigCommerce Enterprise has 500,000+ records and would like to query it. We are using a criteria in our query to display 1 product or 1 SKU but it doesn't show up (or
  • How does IBDAC handle RETURNING in Firebird 5 if there is more than an row returned?

    https://firebirdsql.org/file/documentation/release_notes/html/en/5_0/rlsnotes50.html#rnfb50-compat-returning says: Client-side INSERT … SELECT, UPDATE, DELETE, MERGE and UPDATE OR INSERT queries containing the RETURNING clause may now return multiple
  • UniDAC: SQLite extension error

    Im trying add pivot table extension "pivot_vtab" (https://antonz.org/sqlite-pivot-table/) to my sqlite, according to item "3. Pivot extension" in manual. I compiled DLL, in UniConnection did load an extension, see manual here: https://docs.devart.com/unidac/using-sqlite.htm.
  • TScSFTPClient: Append file on server in new line

    Hello, TLDR: How do I properly append a file on server in a new line using TScSFTPClient? I replaced my Indy-FTP-Clients with SecureBridge and I am currently working on an instance in which a textfile on a server is appended with the data of a local text
  • Connecting to PostgreSQL or MSSQL Using Oracle Database Link and ODBC Driver

    I want to connect PostgreSQl and MSSQL in Oracle using dblink. I do everything from this page https://docs.devart.com/odbc/postgresql/oracle_dblink.htm and it doesn't work. Please help
  • Foreign Key violation with 11.0.0

    I recently updated SDAC to 11.0.0 (Delphi 7) and made a few tests and all seemed ok. This morning I had an Issue arise with a migration application, The main difference with this is the application connects to two MSSQL databases and allows our customer
  • Concurrency violation when updating SQLite database using DevArt ODBC Driver

    Hi, I'm trying to debug errors produced when updating an SQLite database using the DevArt ODBC Driver from a Win32 application. I'm using COM/MSADO in C++ to interface with the Microsoft OLE DB Provider for ODBC Drivers, which in turn uses the DevArt
  • Strange behavior when opening and saving documents to OneDrive

    I have dbForge Studio 2022 for Oracle PE v4.4.64. At my work, I save all my work in OneDrive. For years I have become used to a behavior where, a few seconds after saving a file, I am prompted like this: I assume some file properties were in motion while
  • This server version 8.0.36 is not currently

    dbforge version : dbForge Studio for MySQL Enterprise 9.0.338.0 mysql version:8.0.36 connect error:This server version 8.0.36 is not currently
  • ODBC Driver for SQL Server with DBExpress

    I Want to know if it is possible to work with the ODBC Driver for SQL Server using dbexpress connection with Devart drive ? and how should I configure tha parameters connections ?
  • Remove Transaction

    Hello, i am creating at runtime a update transaction based on the edit form : Var FUpTrans: TIBCTransaction; procedure OnFormCreate; begin FUpTrans:= TIBCTransaction.Create(AOwner); <-- AOwner = Form FUpTrans.Active := False; FUpTrans.DefaultCloseAction
  • IBCQuery1.LoadFromXML(File)

    Hello Devart Team, All is on the Title. I need this scenario : 1. Saving data to an XML File : IBCQuery1.SaveToXML(aFile); 2. Retreiving these Data from this aFile, something like : IBCQuery2.LoadFromXML(aFile); As IBCQuery.LoadFromXML does'nt exists,
  • Proxy connections in Direct Mode

    Hello, I know that proxy connections are not supported in Direct mode. My question is - will they ever be? Is this something on your to-do list, or is there some reason that this is not possible? Thank you. John Dorlon
  • Code debuging

    Hi, where is debug menu items ? Thank you.
  • CRDBGRID Number format of summary row

    Hello, does anyone know how i can set the number firmat in th tcrdbgrid summary row? I use this grid as a generic SQL table view. In the programme the displayformat of each field is set (floating and integer). The grid will show me the values. But right
  • Magento ODBC Driver with Filemaker

    I am trying to use the Magento ODBC driver with Filemaker, but this is totally useless. My first try was the category DB which has something like 100 records. And this worked fine, after about 10 seconds the table was available. Of course that is still
  • Support Fastreport 2024.1

    Can you add Support for Fastreport 2024.1 to use the FastqueryBuilder. In FastReport are come Changes and it will be fine to use ther frxUnidac Component with the QueryBuilder.
  • ERROR: devart_ase_connector-1.0.1-cp37-cp37m-manylinux_2_34_x86_64.whl is not a supported wheel on this platform.

    Guys, I'm trying to install the "Python Connector for ASE 1.0 - Python 3.7 for Linux" library on Linux and I ended up coming across the following message: ERROR: devart_ase_connector-1.0.1-cp37-cp37m-manylinux_2_34_x86_64.whl is not a supported wheel
  • Problem with Firebird ODBC on Ubuntu

    After setup and running isql -v DEVART_FIREBIRD I get: [S1000][unixODBC][Devart][ODBC][Firebird]Cannot load library: libcrypt.so [ISQL]ERROR: Could not SQLConnect Here is my setup [ODBC Data Sources] DEVART_FIREBIRD=Devart ODBC Driver for Firebird [DEVART_FIREBIRD]
  • VirtualQuery To_Date

    Hi, I need to write query in VirtualQuery with To_Date syntax what is the correct way to do it, what is the engine behind VitrualQuery ? Thanks.
  • Suggestion: add "Encoding" parameter to TIBCScript.ExecuteFile()

    Hi, my database is all UTF8. If I load a script in UTF8 format(*) using TIBCScript.ExecuteFile(), all german "umlauts" are scrambled. Funny enough, if I set "UseUnicode" option of TIBCConnection to FALSE, then it loads correct. But then all other inserts
  • Find and replace dialog - look in All open documents

    Hi, Find and replace dialog often suppose look in All open documents As for me it's very special case and most user will prefer Current Document by default.
  • current_schema ?

    Hi, how to set current_schema ? Yes, i can make it using ALTER SESSION SET CURRENT_SCHEMA = but 1. It's not convenient 2. In database explorer tree view staying old schema I think this feature should be integrated in interface.
  • EntityDac save entity to mariadb

    I use entitydac context. in Delphi12 and entityDac 3.3.0 var predpokladanaoperace := entitycontext1.CreateAttachedEntity<TTOrderWork> ; predpokladanaoperace.OrderId := 'zakazka000001'; predpokladanaoperace.TsLastchange := now(); predpokladanaoperace.TsCreated
  • 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?
  • 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
  • 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
  • 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, ...