If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Delphi, C etc > retrieving images with ADO delphi

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-14-03, 07:34
konstantin konstantin is offline
Registered User
 
Join Date: Dec 2003
Location: Skopje, Macednonia
Posts: 1
retrieving images with ADO delphi

Hi!

I'm new to database programming. I'm doing an application in dephi that retrieves images from a table. I'm properly connect to the database with ADOConnection, ADOTable, DataSource components and DBGrid and DBImage for BLOBs. The part of the code where i retrieve images from table is:

DM1.ADOTable1.TableName:='results';
DM1.ADOTable1.Open;
rezultati.Show;

This works fine but the problem is that during the application process the content of the table is changing, so when i try to access the next set of images i got the first one again although the content of the database table is different. As long as the application runs i got the same images displayed nomatter howmany times the set of images is changed.
Anyone has any idea?!?
thanx
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On