-
[Fatal Error] DbExprPlus_r70.dpk(59): Unit
dbExprPlusCustom was compiled with a different
version of DBXpress.DBX_MAXSTATICERRORS.
2006-05-08 16:48:55 UTC by dantraverzim
-
same here (Delphi 7.1 german)
when deleting the dcu file i get dbExprPlusCustom.dcu not
found. I also can't find the corresponding .pas file! Any
hints where to get this from?.
2006-04-05 09:04:57 UTC by nobody
-
In Firebird 2 there are EXECUTE BLOCK command can use
like a DML,But Delphi Can't translate the input and
return parameters,I try TSQLScript/TSQLConnectionPlus
also.
for example:
Delphi SQL Source -
EXECUTE BLOCK (X INTEGER=:X) RETURNS (Z INTEGER)
AS
BEGIN
Z =:X;
UPDATE Table1 SET Field1 = :X;
END;
after Paser SQL -
EXECUTE BLOCK (X INTEGER=?) RETURNS (Z INTEGER)
AS
BEGIN.
2006-03-23 03:17:26 UTC by nobody
-
Logged In: YES
user_id=358567
Unfortunately I was unable to get Borland to give me a
version of Delphi 2005. If you can get them to give me a
copy, I am more then happy to update the code base. Same
with D2006.
2005-12-06 19:44:27 UTC by bsstmiller
-
What happened to D2005 support? If the developers do not
have a D2005 I can convert any code and test it on D2005 for
them.
If you are interested leave a message here or better yet
leave a call for yannis kozi on borland third party news
group and we can talk. If not interested please just leave a
message here as soon as possible. I am considering varius
technologies for a project and...
2005-12-06 19:31:48 UTC by nobody
-
yoy shoudl try to recompile thi package. delete al dcu files
and recompile you packages.
2005-09-23 06:03:32 UTC by nobody
-
The same happend to me after installing the Delphi 7 Update 1.
2005-09-14 15:20:31 UTC by nobody
-
I dropped the TSQLSimpleDataSetPlus on a form,
connected it to a TSQLConnectionPlus which in turn is
connected to an Interbase database.
Dataset.CommandText = TBLADDRESSEE
Dataset.CommandType = ctTable
Dataset.ActiveAtRunTime = True
When I try to set Dataset.Active to true, I get the
following error:
Token unknown - line 1, char 15
I you want the sourcecode mailed, please tell...
2005-05-13 08:16:57 UTC by mickpunt
-
Perform a Last .... to go to the last record .....
SQLQueryPlus2.Last;
SQLQueryPlus2.First;
Grid.RowCount:=SQLQueryPlus2.RecordCount+1;
* This can be slow...
2005-03-22 12:06:38 UTC by nobody
-
[Fatal Error] DbExprPlus_r70.dpk(59): Unit
dbExprPlusCustom was compiled with a different version
of DBXpress.DBX_MAXSTATICERRORS
Delphi 7.1 Enterprise.
2005-03-22 11:55:59 UTC by nobody