Subject | Re: Embedded server and UDF problem |
---|---|
Author | mike mihai |
Post date | 2006-04-20T13:54:29Z |
--- Thomas Steinmaurer <ts@...> wrote:
driver;CLIENT=d:\my_app\fbclient.dll;UID=SYSDBA;PWD=masterkey;DBNAME=d:\my_app\my_db.fdb;
CSTRING(255),
SMALLINT,
SMALLINT
RETURNS CSTRING(255) FREE_IT
ENTRY_POINT 'IB_UDF_substr' MODULE_NAME 'ib_udf'
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
> - How does your connect string look like? PerhapsDRIVER=Firebird/InterBase(r)
> you are using a remote
> connection by-passing the embedded server, using an
> installed "real"
> Firebird server?
driver;CLIENT=d:\my_app\fbclient.dll;UID=SYSDBA;PWD=masterkey;DBNAME=d:\my_app\my_db.fdb;
> - How did you declare the UDF in the database?DECLARE EXTERNAL FUNCTION SUBSTR
CSTRING(255),
SMALLINT,
SMALLINT
RETURNS CSTRING(255) FREE_IT
ENTRY_POINT 'IB_UDF_substr' MODULE_NAME 'ib_udf'
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com