dbexpress
Delphi 2010: Firebird dbExpress Error Unable to load dbxfb4d14.dll
I just downloaded the dbExpress Driver for Firebird by Chee-Yang Chau from this google code site. I loaded the Delphi 2010 demo projects and tried running it and immediatedly got a could not load dll[详细]
2023-03-23 20:42 分类:问答DBXPool Corrupts Memory on Failure to Connect
When DBXPool is used for the DelegateConnection on a TSQLConnection, if SQLServer is unavailable when you call the TSQLConnection.Open method, it will timeout the first time.But if you subsequently ca[详细]
2023-03-21 22:51 分类:问答TDBGrid - Synchronisation or display problem
I am facing a very strange problem in one of my programs. I have a TSQLConnection followed by two TSQLQUery, TDataSetProvider, TClientDataSet and TDataSource. Its a Master-Detail structure.[详细]
2023-03-16 02:51 分类:问答Only One field shown from SQL
I have a problem trying to get fields from a SQL statement that retuns 2 fields If I run the query in phpMyAdmin, it returns all the fields correctly. That means SQL statement is correct[详细]
2023-03-11 01:01 分类:问答Can TCustomClientDataset apply updates in a batch mode?
I\'ve got a DB Express TSimpleDataset connected to a Firebird database.I\'ve just added several thousand rows of data to the dataset, and now it\'s time to call ApplyUpdates.[详细]
2023-03-11 00:42 分类:问答stand-alone NT service using RAD studio2010 / Oracle
Is it possible to deploy a stand-alone dbexpress NT serviceusing RAD Studio 2010 with Oracle as the data开发者_JAVA百科base? DBExpress uses external drivers for its database access.You would have to d[详细]
2023-02-22 20:41 分类:问答DbExpress use in delphi
I am new in delphi 2007. I need to connect with SQL Server and update , insert and delete DB values from my local database(SQLServer) through DBExpress. Anyone can help step to step guide from scratch[详细]
2023-02-22 08:02 分类:问答Why is DBX trying to quote my table name?
I\'ve got a TSimpleDataSet connected to a Firebird database.The dataset\'s internal dataset\'s CommandType is set to ctT开发者_运维百科able, with CommandText set to a table name.So I expect, when I se[详细]
2023-02-18 07:32 分类:问答Exception Handling with DB express
I am migrating our application from BDE to DBexpress in Delphi2010.We are connecting to Sybase Database.[详细]
2023-02-14 13:07 分类:问答Firebird and Delphi XE
Can anyone explain what the default requirements are for Firebird on Delphi-XE and 64bit windows ? From what I understand, you need fbclient.dl开发者_StackOverflowl and the dbxfb.dll[详细]
2023-02-13 20:34 分类:问答