Jump to content

Odlarhg

Members
  • Content Count

    2
  • Joined

  • Last visited

Community Reputation

0 Neutral
  1. Hi, I need to populate a DBLookupComboBox with data from an SQL Server table. I don't have much experience with Delphi and although I created the DBLookupComboBox I can't populate it. This is what I have done at the moment. Create a TADOConnection to the database that contains the table Create a TADOQuery Create a TDataSource Then create the DBLookupComboBox In the properties of DBLookupComboBox I assigned the DataSource using the TDataSource that I créated I assigned the Id field in KeyField I assigned the Name field in ListField With the above I understand that it should work, but as I said I do not have much experience with Delphi and I do not know what else I should configure so that the DBLookupComboBox can be populated with the data in the table.Could you help me?
  2. Hi, I have to work with a web application developed with Delphi and UniGui. I did not develop the application and although I have some knowledge about Object Pascal and some Delphi but my knowledge is not extensive. I have the problem that the server where the application is running has limited disk space and the available free space is already quite short. Therefore I have freed up as much space as possible but it is not enough yet. Looking inside the disk I found that there is a "cache" folder inside the application folder that has a large number of sub-folders with some image files. This folder occupies 14.5 Gb and I would like to confirm if it is safe to delete these sub-folders or some of them in order to free up that disk space. There are folders dated this month as from previous months. The structure of the application folders is this. bk Descargas files log log_isapi temp And these are the subfolders inside the cache folder ysqC6qG9Si104C37D21 UMfrDjR2m1104C37EA5 gTzIcPSa2i104C37F26 5d4BdbCV5D104C37F31 fXoLpl6ovv104C3815B And generally these are the files inside the subfolders. _SEQ (empty subfolder) favicon.ico KFNIOH191010210305002.bmp KMVOEX191010210305002.jpg VMBAMM191010210305002.jpg Could you tell me if you can delete these subfolders without the operation of the application being at risk? Thanks in advance. Aldo.
×