Advertisement

Experts Exchange is proud to announce the Front Runners the Annual Awards and the 3rd Quarter Hot Shots. Who is at the top? See for yourself!

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested Delphi Database Solutions: 26 - 50 of 62
 
Hi All, Greetings! The task is to convert a Delphi (version 5) Dbase IV  Standalone application to Client Server without spending a single penny for the conversion.  The Delphi application...
Hi, have a problem, I have created a connection to web service that sends me back offical current exchange rates. I get back the results that I have to import into a mySQL database, the res...
I have infopower datagrid in a D7 app.  I have 3 columns.  I have made one of the columns a combobox with 3 dropdown values.  When clicking in the grid, for example using the arrow key drops d...
Hello, trying to access an Exchange Server with Delphi 2006 using ADO. (TADOConnection) Which OLE DB-Provider I have to select ? Short sample aould be helful. JStoffy
I have a stored procedure in Firebird that returns two parameters: CREATE PROCEDURE OPDUTY_LOGON_LOGOFF_TIME(   INDIVIDUAL_IDENT CHAR(6) CHARACTER SET ASCII,   QUEUEEVENT_IDENT BIGINT) R...
Dear Experts, I am unable to do a filter search usign Interbase's TIBDataset component. With normal ADO I would do something like this: Please advise.
Hi, I want to find out if the account nummer is correct. Following code worked perfect, but on a certain number, it gave me an exception. 737-0250120-97 DIVISION OF 7370250120 by 97 : rest...
Dear Experts, I have 2 TDBGrid components. The 1st one must display master table records and the second one displays detail table records for the selected row in the master table. qOrder...
delphi,oracle i have a table A and one field call holidaydate (datetime) for the speed and use less resources purpose i wonder can i actually query the table A and put the holidaydate in a...
Hello, I am crossing over from VB.NET to Delphi and having problem with SQL command. I am trying to select specific records inbetween Time+Date and having difficulty. My Database is A...
hi Experts, I have a strange error using Delphi 7 and TADOTable components. When adding a new row throught TDBGrid linked to ADOTable and post it and immediately trying to modify that row...
I've made an interesting discovery: when I run a (complex) query on an MS Access database from within a Delphi application, AND use the "DISTINCT" keyword in that query, all memo fields in the...
Hi, I have moderate experience in programming in Delphi, but this one has lost me. Is there a way to populate a ComboBox list from the "Row Source" lookup defined in Microsoft Access. Basic...
oracle, delphi i have to data filed named, firstname and lastname. i want to combine this two field as one . e.g firstname and lastname as name how??
Hi Guys, I'm trying to trap ADO errors in Delphi 7.  If I stop my SQL server or disconnect the network cable and run a query I get the error "Connection Failure". I would like to stop th...
We are running interbase 7.5 and loaded it onto a Vista machine. The interbase was loaded in a directory c:\borland\ When we use the BDE to connect to the GDB file and enter username and p...
Hello, I'm using Diamond Access in Delphi 7 to read/write a Microsoft Access (2003 format). I want to bulk insert many records at once so I need a solution what is the fastest way to add 100...
Hi EE I have a delphi app linked to a sql database. I have a form with a TTable control linked to a dataset and it works fine, I also have a DBcombobox linked to the name field of a table c...
I have developed a booking system using Delphi that uses SQL 2005 as it's backend.   There are 6 users at different locations that use Remote Desktop to access the system. Every day at rou...
Hello Experts :-) I use TZConnection and TIBDatabase on my TDataModule. TZConnection is responsible for connection for all my Zeos components. TIBDatabase is used only for one TIBEvents...
How can you export a table to a tab delimited file using Delphi 5
Hi Experts, Im having problems passing Paramters to a Crystal Report using Delphi. Does anyone have a example of how this is done? Thanks in advance ... Trevor
Hi Experts, I have a Stored Procedure which get my new gen_id and should return it. It is actually setting the generator but it does not return the id back. Please see the code on how t...
Hello, I have created a Module; ModuleJet which has all the basic database functions I can call over and over again. My problem is I am loosing my datasource, which I use to fill a TDBGr...
DELPHI Below is my code i can insert initial value FS0001 but cannot read the following string "FS0001" what is inserted into next row is as same as the first row FS0001.WHY ?