tadoquery
SQL query updates then revertes changes
I\'m currently baffled by the one problem. I can insert and delete records from my table but I can\'t update certain fields. It does update it temporarily before reverting changes 0.5 seconds later, I[详细]
2023-04-13 07:19 分类:问答TADOQuery SQL.add() submitting/preparing the sql
Overview: I have written an application that allows a user to define a query, submit it to a server and view the results. The software can run on DB2 or MySQL.[详细]
2023-03-25 11:25 分类:问答Delphi - ADO query and FillChar generates errors
I have the following code: var wqry:TAdoQuery; ... FillChar(wSpaces,cSpacesAfter,\' \'); try wqry := TADOQuery.Create(nil);//here the error[详细]
2023-03-04 04:00 分类:问答DELPHI ADOQuery - detect if dataset will be returned
开发者_如何学GoI\'m struggling with correct procedure for executing SQL query. Basically, I have text field where user can enter SQL code and program will execute it.[详细]
2023-02-27 08:06 分类:问答ADO components CommandTimeout
I have a problem with settings of the query execution timeout with TADOQuery, TADOCommand or TADODataSet (I\'ve tried it with each one). I have a tiny application, which connects to the database and p[详细]
2023-02-12 19:58 分类:问答Working with TADOQuery in thread
I\'m writing the application, which connects to the DB and repetitively (1 minute interval) reads the data from a database. It\'s something like RSS feed reader, but with local DB. If the data reading[详细]
2023-02-10 22:24 分类:问答ADOQuery and DBNavigator
OK. I have simple Database ,DBGrid and DBNavigator . I use this code for my adoquery and view in this in my DBGrid[详细]
2023-02-09 02:44 分类:问答adoQuery Filter
开发者_Python百科Could you please provide me with a simple example of using the Filter Property of ADOQuery in Delphi 7?[详细]
2023-01-20 03:00 分类:问答is there a way to update or insert TADOQuery from TADOQuery1
i have nou 2 query´s TADOQuery and TADOQuery1 and i wouth like to update开发者_开发问答 TADOQuery record´s from TADOQuery1 via code is it possible ??[详细]
2023-01-05 02:24 分类:问答Delphi TADOQuery SaveToFile problem
I have written an application that allows a user to create and run a query, then save the report to file. They can load the report from file at a later date and view on screen.[详细]
2022-12-29 21:40 分类:问答