-
Sou usuário da versão 3.5.6, entretanto estou migrando para o Delphi 2007, gostaria de saber se os senhores pretendem continuar o projeto tornando-o compatÃvel com o Delphi 2007?
Grato.
2008-04-10 00:10:53 UTC by jose_crispim
-
Hi there.
I´m having this problem with Locate, sometimes work and sometimes not. I´m using a tTable with just two records, then I filtered so it returns only the second record. I know that te info is there.
If a I filtered the tTable so it returns the first record it works perfectly.
It seems that the DbiGetRecordForKey is returning the DBIERR_NOCURRREC (05).
Is anything I can do to...
2004-03-06 19:12:20 UTC by barcelata
-
legacy support (in oda323x.dll) for ODAPI32.dll conflicts
with Novell ZenWorks.
a client of ours happens to be deploying zenworks right
now and we got an error about not being able to load
orb.dll.
when a copy of oda323x.dll was renamed to odapi32.dll,
our app runs again.
my e-mail address is (remove "nowhere." from the
address below):
nobody@nowhere.xrw.bc.ca
thank...
2004-01-13 00:42:59 UTC by x-raydude
-
There appears to be a problem with the conversion between Variant and Safe Array. When storing the bookmark as a safe array, there are no problems.
Another related problem is setting the field value to an integer, for example:
Rs['ID'] := -1 (the actual value stored is something else, eg. 7352).
or
Rs['ID'] := 2000 ("Not enough storage is available to complete this operation")
2003-01-28 21:07:55 UTC by fnordbak99
-
Has anyone managed to get ODA to work properly in Programmed Access under
Delphi 6 or 7?
Under Delphi 5 there are no problems, but in Delphi 6/7 I'm unable to set
the Bookmark property of a DAORecordset object. For example:
var
Rs: DAORecordset;
begin
//Open recordset here
Rs.AddNew;
Rs.Update;
Rs.Bookmark := Rs.LastModified;
end;
The last statement generates the...
2003-01-27 21:53:59 UTC by fnordbak99
-
How to compile Opus DirectAccess DLL and Libs using Borland Delphi 5.0?
Requires:
Borland Delphi 5.0 Service Pack 2
Opus DirectAccess 3.55 (http://sourceforge.net/project/showfiles.php?group_id=16907&release_id=80146)
First Step:
- Change ODA323x_make.bat - Search string Delphi3Path and replace with Delphi5Path
- Goto line 18 and include this lines:
del...
2002-04-07 15:29:28 UTC by adenrodrigues
-
superhausi committed patchset 2 of module dbole to the Opus DirectAccess CVS repository, changing 236 files.
2002-01-28 08:53:29 UTC by superhausi
-
superhausi committed patchset 1 of module dbole to the Opus DirectAccess CVS repository, changing 236 files.
2002-01-28 08:53:29 UTC by superhausi
-
marcel committed patchset 11 of module directaccess to the Opus DirectAccess CVS repository, changing 9 files.
2001-11-24 16:32:21 UTC by marcel
-
superhausi committed patchset 10 of module directaccess to the Opus DirectAccess CVS repository, changing 1 files.
2001-11-12 14:28:13 UTC by superhausi