How to use BLOB field in VB 6 with Firebird
Pabloj wrote in his blog: As per this post on Devshed forums I’m pasting here some sample code (taken from Mike Hillyer’s excellent “Accessing MySQL BLOB columns using Visual Basic 6“), hope it helps.
Pabloj wrote in his blog: As per this post on Devshed forums I’m pasting here some sample code (taken from Mike Hillyer’s excellent “Accessing MySQL BLOB columns using Visual Basic 6“), hope it helps.
FirebirdClient v2.1.0 Beta 1, ADO.NET Data Provider for Microsoft .NET
2.0, and mono is available for download.
Hellen wrote on the Firebird-general list:
We have a logo that serves us well, is simple, uncluttered and
distinctive, and looks great on a t-shirt. 🙂
the freshports page is here.
What is a port?
A port is the term used to describe a collection of files which makes it extremely easy to install an application. As it says in the FreeBSD Ports description: Installing an application is as simple as downloading the port, unpacking it and typing make in the port directory.
Query cancelation
Implementation of the statement cancellation feature has been committed into the version 2.1. It works via the monitoring tables – you just need to issue the DELETE command against the MON$STATEMENTS table (there’s no API implementation yet). It could be done by the application itself (using a secondary attachment) or by a server administrator. Examples:
DELETE FROM MON$STATEMENTS
WHERE MON$STATEMENT_ID = ?
or
DELETE FROM MON$STATEMENTS
WHERE MON$ATTACHMENT_ID = ? AND MON$STATEMENT_STATE = 1 -- active
The feature works for both SS and CS engines. The client application receives the GDS error code isc_cancelled.
Trusted authentication on Windows
Ability to authenticate Firebird users through a Windows domain is now available in the source tree and will be included into the v2.1 release. An up-to-date client library is required in order to use this feature. CURRENT_USER represents a logged in Windows domain user in this case. It’s expected that firebird.conf will introduce an option allowing you to choose between native-only, trusted-only and mixed authentication modes.
To install dnfBB version 1.2 please follow these steps.
SQL Maestro Group is happy to announce the release of Firebird Maestro 6.12, a powerful Windows GUI solution for Firebird administration and database development.
New version features tabbed document interface, procedure parameters history, OLAP viewer, improved BLOB Viewer/Editor, large scripts processing and some other useful things. Read full press release.
Firebird Maestro developed by SQL Maestro Group, which also offers complete database admin and SQL development tools for Oracle, SQL Server, MySQL, PostgreSQL, SQLite and MaxDB.
Peter’s Gekko wrote :”Just like last time getting the Firebird database working on my new machine was a long way of trial and error.”
65% discount from the full price!
SR UDF Library version (2.0.2.0) – a user defined function library (161 UDFs) for InterBase and Firebird on the Windows platform. This version of SR UDF Library supports the following standard routins: Math, File,DateTime, String, Regional, Hash in addition to Conversion routins for converting different measurement units!