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
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
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.
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
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.
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
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
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
I am migrating our application from BDE to DBexpress in Delphi2010.We are connecting to Sybase Database.
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