Hi Adriano,

i try to run your example - i change code to Delphi


after 
master := fb_get_master_interface();
i got version=12 and VTable version=2
status show me
vTable version 3
Version=10

so far so good
but any try to 
attachment := dispatcher.createDatabase
or
attachment := dispatcher.attachDatabase

return me
I/O error 105.

i use exact this command
attachment := dispatcher.attachDatabase(status, 
'10.101.200.43/3051:C:\FirebirdDB\FB3\RIDO_2_SLOWA.TEST', 0, nil);

how can i check what went wrong?

regards,
Karol Bieniaszewski


W dniu 2015-03-05 15:53:08 użytkownik Adriano dos Santos Fernandes 
<adrian...@gmail.com> napisał:
> Hi!
> 
> I just build an example of Firebird 3 API usage with FreePascal.
> 
> https://github.com/asfernandes/fbstuff/blob/db56fa93850a70c473362296df12a95c7494a7dc/src/pascal/FbApiTest.dpr
> 
> As said early, working with input/output buffers directly in non-C/C++
> is difficult.
> 
> This requires auxiliary classes.
> 
> The others things seems ok and easy to use.
> 
> We need some new functions in the new API, for example, to convert
> status vectors to strings, but this is not specific to pascal.
> 
> 
> Adriano
> 
> 
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming The Go Parallel Website, sponsored
> by Intel and developed in partnership with Slashdot Media, is your hub for all
> things parallel software development, from weekly thought leadership blogs to
> news, videos, case studies, tutorials and more. Take a look and join the 
> conversation now. http://goparallel.sourceforge.net/
> Firebird-Devel mailing list, web interface at 
> https://lists.sourceforge.net/lists/listinfo/firebird-devel
> 




------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to