horphi Posted August 12, 2015 Posted August 12, 2015 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
water Posted August 12, 2015 Posted August 12, 2015 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 UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
horphi Posted August 12, 2015 Author Posted August 12, 2015 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? BRHorphi
horphi Posted August 12, 2015 Author Posted August 12, 2015 (edited) OK i find it. FireBird.au3 Edited August 12, 2015 by horphi
AMSPeople Posted December 21, 2015 Posted December 21, 2015 (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:If to use this code:$r=_FireBird_ExecuteStatement($h_fbDll, 'update "vollink" set "barcode" = ''test'' where "codeint" = 9419')I get an error:How to write a valid request? Edited December 21, 2015 by AMSPeople
AMSPeople Posted December 21, 2015 Posted December 21, 2015 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?
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now