"ftLargeInt expected but ftFmtBCD found" error in both Delphi 7 and the patched 7.1
From: Joe Gilkey (jgilkey_at_napcosecurity.com)
Date: 11/18/04
- Previous message: Guillem: "problem creating a look-up field"
- Next in thread: Brian Bushay TeamB: "Re: "ftLargeInt expected but ftFmtBCD found" error in both Delphi 7 and the patched 7.1"
- Reply: Brian Bushay TeamB: "Re: "ftLargeInt expected but ftFmtBCD found" error in both Delphi 7 and the patched 7.1"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 18 Nov 2004 12:32:56 -0500
I'm trying to fix a section of code that was written a long time ago, and is
now giving me problems. I have an ADOQuery on a datamodule with persistent
fields. A background thread runs a separate query to get the data, and
copys the _Recordset property from the background query to the main query
when the data is available. This is all working ok, except when I have to
copy a recordset that has a BigInt field. When that happens, I get an error
saying "ftLargeInt expected but ftFmtBCD found". I am using SQL Server 2000
SP3 as the database server. I have tested this both with and without the
patch for Delphi, and have the same results. This problem is only happening
on Win2003 machines and a WinXP Pro machine that has previously had a beta
copy of SQL Server 2005. I am thinking it is probably an MDAC problem, but
I would like to know if anyone else has had this problem before, or knows of
a solution.
Thanks,
Joe
- Previous message: Guillem: "problem creating a look-up field"
- Next in thread: Brian Bushay TeamB: "Re: "ftLargeInt expected but ftFmtBCD found" error in both Delphi 7 and the patched 7.1"
- Reply: Brian Bushay TeamB: "Re: "ftLargeInt expected but ftFmtBCD found" error in both Delphi 7 and the patched 7.1"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|