Jump to content

Recommended Posts

Posted

Hello all,

would like to know, whether i can connect with Autoit on a Firebird database.fdb?

I´ve seen some threads about firebird and the include of #include <FireBird.au3>.

In my Autoit  v3.3.14.1 this file doesn´t exist.

Does somebody have this file for me?

BR Horphi

Posted

When searching the forum (either by search function or bei using Google "site:autoitscript.com firebird") you will get a lot of hits.

My UDFs and Tutorials:

  Reveal hidden contents

 

Posted

Hi water,

i analysed these threads already. Nobody has the same problem like me.

I have no FireBird.au3 in my Include Folder. Where i can get it?

 

BR
Horphi

  • 4 months later...
Posted (edited)

It is possible to get an example of use the UPDATE command?

If to use this code:

$r=_FireBird_ExecuteStatement($h_fbDll, 'update "vollink" set "barcode" = "test" where "codeint" = 9419')

I get an error:

1.thumb.png.7dcaf8d6a16fc179e4bb7b6d92e4

If to use this code:

$r=_FireBird_ExecuteStatement($h_fbDll, 'update "vollink" set "barcode" = ''test'' where "codeint" = 9419')

I get an error:

2.thumb.png.73f2364d96935280de0c38966ce1

How to write a valid request?

Edited by AMSPeople
Posted

I find out what the trigger is activated before the update of the table. He uses the EXTRACTINT64 function, which is located in the library udfdll.dll. Now the question. You can somehow use the library for the correct execution of the request?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...