ADO + ClientDataSet + Sybase = no Time fields
From: Warren (Warren_at_Actsoft.com)
Date: 04/20/04
- Next message: Arnoud van Bers: "Re: Lookupfields in grid.. Disappear and reappear :S"
- Previous message: Vitali Kalinin: "Re: adCriteriaAllCols and text columns"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 20 Apr 2004 06:15:03 -0700
I'm having a problem with ADO, ClientDataSets and Sybase. For some reason all fields will post updates to the database EXCEPT for time fields and the time part of datetime fields.
I am using Delphi 6 with Sybase ASA 8 on a WinXP machine.
I have the ADO query doing a simple 'select * from table' statement. The clientdataset is connected to a datasetprovider which is linked to the ADO query. If I remove the ClientDataSet and just call a post on the ADO query, the time fields post correctly. When I add the ClientDataSet and call a Post and then ApplyUpdates(0) all fields update except for time fields and there is no error raised.
I would greatly appreciate any help anyone can offer.
Thank you,
Warren
- Next message: Arnoud van Bers: "Re: Lookupfields in grid.. Disappear and reappear :S"
- Previous message: Vitali Kalinin: "Re: adCriteriaAllCols and text columns"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|