Hi Experts,
I am using a TADOTable component.
In my database table I have a TDateTime field.
My idea is to filter all rows for a given date range by using the Filter property.
How woul...
Hi Experts,
I got a funny error using TADOQuery in Delphi 7.
Please see attached screenshot.
Please advise.
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 am gettiing the following error:
'Row cannot be located for updating. Some values may have been changed since it was last read'
while using code that has worked for me in the past.
...
Hi.
I need to display a graph of the distribution of records by date, for example by weekday. The query in the code snippet is doing the trick, however it only shows the days that have recor...
Hello guys,
I would like to know if I use server side cursor I can have increase my network traffic?
I have a rather large (100MB+) SQLite database containing JPEG Pictures stored as Blobs. I would like to search the table using LIKE for the Exif information stored within each picture.
Whe...
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...
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...
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 ?
I need to sometimes distribute solutions to user without access to a SQL database, i don't want the user to have to install a SQL server in the machine. Is there any way to this? It looks like...
I used Delphi 5 to create software that stores bimap images in a Paradox 7 database and displays the images using the DBImager. This works well but storing a lot of bitmap images creates huge ...
When I try to open Paradox 7, I get an error message "An attempt was made to access an unnamed file past its end". I believe this was caused by my accessing the Paradox database through Delph...
I need a Windows ODBC driver that will allow deletions to a paradox table used in a Delphi system.
I don't have Delphi installed, the guy who wrote the system died.
Background:
The co...
Dear Experts,
How can I abort the Posting of a record in the OnBeforePost() event of a dataset?
Thanks