PedroAlfonso
20-05-2005, 00:36:18
Hola amigos del foro, manejo interbase 6 y IBExpert personal edition
Tengo el siguiente la siguiente funcion en un DLL, al intentar utilizarla en un Stored Procedure
marca el siguiente error
Cannot commit transaction:
Invalid token.
invalid request BLR at offset 185.
function VERTEMP is not defined.
module name or entrypoint could not be found.
Ya utilizo esta misma función desde Delphi 6 y funciona bien, asi que no entiendo por que marca que el entrypoint o el module name estan mal.
Les pido me ayuden, es urgente....
DECLARE EXTERNAL FUNCTION VERTEMP
BLOB,
INTEGER,
INTEGER,
CHAR(4),
INTEGER,
INTEGER,
INTEGER,
INTEGER,
INTEGER
RETURNS INTEGER BY VALUE
ENTRY_POINT 'VerifyTemplates' MODULE_NAME 'C:\WINDOWS\SYSTEM32\UF100.DLL'
Tengo el siguiente la siguiente funcion en un DLL, al intentar utilizarla en un Stored Procedure
marca el siguiente error
Cannot commit transaction:
Invalid token.
invalid request BLR at offset 185.
function VERTEMP is not defined.
module name or entrypoint could not be found.
Ya utilizo esta misma función desde Delphi 6 y funciona bien, asi que no entiendo por que marca que el entrypoint o el module name estan mal.
Les pido me ayuden, es urgente....
DECLARE EXTERNAL FUNCTION VERTEMP
BLOB,
INTEGER,
INTEGER,
CHAR(4),
INTEGER,
INTEGER,
INTEGER,
INTEGER,
INTEGER
RETURNS INTEGER BY VALUE
ENTRY_POINT 'VerifyTemplates' MODULE_NAME 'C:\WINDOWS\SYSTEM32\UF100.DLL'