dbexpress
Delphi 2010 MySQL Update through ClientDataSet Failing
I am using Delphi 2010 and connecting to a MySQL database using dbexpress. The connection works 100% and I am retrieving my data. The problem comes when I am trying to update data through a dbGrid. I[详细]
2023-04-12 06:49 分类:问答dbExpress vs native Drivers
I was reading Holgerwa\'s question and I have a question. Is there any significant performance improvement by changing from dbExpress to other driver specific?[详细]
2023-04-10 16:57 分类:问答How to abstract my business model using dbExpress and Delphi (maybe DataSnap as well)?
If my question isn\'t clear, please help me improve it with comments. I\'m new to Delphi and dbExpress and I\'m just getting acquaintance with TSQLDataset, TDataSetProvider, TClientDataSet and TDataS[详细]
2023-04-10 06:59 分类:问答Firebird: DBExpress or native components?
I am starting with Firebird and have found components to access a database by Devart. They offer native components (IBDAC) or DBExpress drivers. (I a开发者_如何学JAVAm using Delphi XE2 Pro which doesn[详细]
2023-04-10 05:03 分类:问答Delphi XE2 dbExpress MySQL connection
No matter what I\'ve tried, I couldn\'t make XE2 to connect to a MySQL with dbExpress. The problem has actually many faces. First, target MySQL is either 32- or 64-bits, which affects the libmysql.dll[详细]
2023-04-07 22:38 分类:问答How do I keep my program responsive to user input while executing a DBExpress query?
ibdac query ( http://www.devart.com/ibdac/components.html ) has a function executing where I can write something like:[详细]
2023-04-05 15:36 分类:问答How to use Booleans with Delphi XE2 dbExpress and Firebird 2.5
Does the new XE2 dbExpress still ha开发者_JAVA技巧ve problems using Boolean fields?The best way is to use a domain[详细]
2023-04-03 08:23 分类:问答TSQLConnection.GetFieldNames not working on 64-bit machine
I have Delphi 2005 code that I use to retrieve database table field names. It works with no problems on 32-bit machines (Windows XP, Windows Vista, Windows 7).[详细]
2023-04-01 02:12 分类:问答Fastreport and TSQLQuery
I use TSQLQuery (from DBExpress) to run a query on two Mysql Tables. Now i want to pr开发者_如何学Cint a report from that Query using FastReport but i don\'t know how to do it![详细]
2023-03-30 07:50 分类:问答How can I catch errors in TDataSet.UpdateRecord?
My application uses a QuantumGrid (v6.56) and a TSimpleDataSet as its data source. Problem: an exception is thrown if the user enters a non-numeric value in a a numeric field. The code does not reach[详细]
2023-03-27 05:02 分类:问答