| View previous topic :: View next topic |
| Author |
Message |
John Ullom Guest
|
Posted: Tue May 02, 2006 6:03 am Post subject: Filter and LargeInt breakdown |
|
|
Hi All,
I changed the all the Integer fields to LargeInt fields in my Firebird Database. All of the filters on the ClientDataSets that workded before are now broken if they used any of those LargeInt fields.
I get the error message Constant is not the correct type. Apparently I need to do something else to get the CDS filters to run right when they include a LargeInt field.
What am I missing?
Thanks!
John Ullom |
|
| Back to top |
|
 |
Ralf Jansen Guest
|
Posted: Tue May 02, 2006 7:03 am Post subject: Re: Filter and LargeInt breakdown |
|
|
You didn't say what Version you are using.
IIRC the problems with LargeInt and ClientDatasets (Filtering, Locating,
Indexing and so on) should have been fixed since Delphi7 Update1.
If you are using an older version you could try to use a curent
Midas.dll from www.distribucon.com.
Ralf
--- posted by geoForum on http://delphi.newswhat.com |
|
| Back to top |
|
 |
John Ullom Guest
|
Posted: Tue May 02, 2006 4:03 pm Post subject: Re: Filter and LargeInt breakdown |
|
|
Hi All
I am using Dephi 6. I am usint Asta client data sets which I figure are decended form Client Dataset.
Do I need to change fields in database back to Integer?
JCU |
|
| Back to top |
|
 |
|