tadodataset Questions

1

Solved

I'm using TADODataSet (D7). I do not create persistent fields in design-mode with my DataSet. dsItems.CommandText := 'select ID, ItemName, UserIDCreate from Items'; dsUsers.CommandText := 'select...
Stines asked 30/1, 2012 at 12:51

2

Solved

I have a Delphi app where I display a list of games that have been played from a query like this: select g.*, gt.id, gt.descr from GAMES g inner join game_types gt on gt.id = g.game_type order b...
Gaming asked 2/11, 2011 at 14:9

3

Solved

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...
Randall asked 22/2, 2011 at 10:41
1

© 2022 - 2024 — McMap. All rights reserved.