I have a table that contains a date of birth field - I now want to create a view that has the age based on current date - date of birth
How do I do this?
Thanks
Anthony
Hey Everyone,
I am running a Linux server and using InterBase 6.0. I've lost my SYSDBA password and I can use some help about how to reset the same. Is there any tool or command as such to ...
I am trying to insert records into a table using the SQL syntax: INSERT INTO TABLE(Field list) VALUES(Value list). My code is choking on the BLOB field. I get the error:
SQLState: HY000
Na...
Hi,
I am trying to install Firebird 1.5.2 onto one of the users machines in our office and although the install appears to go perfectly whenever i try to connect to the database i get the e...
I need to attach to a .GDB database for the purpose of creating custom reports. I've attached to other databases before but just can't quite figure out how to do it for Firebird. I've googled ...
How do you select the Top n records in a query or Stored Procedure.
my current Stored Procedure is as follows:
create Procedure nspTopDTMAchines (TopRecords Integer)
Returns (MachineNam...
hi,
I have a BLOB field in one of my table. Below is the script I use to create the DB:
CREATE TABLE FILES (
FILEID INTEGER NOT NULL,
BIN_DATA BLOB SUB_TYPE 0 SEGMENT SIZE 65536,
FILENAME...
On Firebird which function we can use instead of to_date function on oracle.
I Store some small values in a single CHAR column.
When i retrive these char values in my C# code I can easily convert them to numerical values.
I have to perform some operation on the char...
How I can get a procedure return value after executing procedure on vb.
Hello Interbase Experts,
On the PROD machine, due to management decision, we ended up replacing database server from Interbase 7.5 to Firebird Interbase 1.5.
We stopped the IB 75 Guardia...
Hi all,
I've been struggling with this problem for some time, and thought the IB gurus here may be able to assist.
Basically, I have a table in an Interbase 6 database that contains two ...
Hello all.
We have a problem that we've been working on with a client for several months that we cannot resolve. The environment is as follows.
Server (not sure of server details, but a...
Hi,
I've been using MS Access for 2 years as the database in my VB.NET applications.
I've decided now to use Firebird or Interbase.
Can someone provide me with code to build and use, ...
Good day,
I need to do a select statement where I can format a Date Field to a string field in the format of yyyy/mm/dd.
I have created a work table where I insert values into, my work t...
I get this error when connecting to an interbase server program. It started happening after a reboot of the server that runs interbase. This reboot was done because of windows updates.
I have a working select statement.
When I add the select statement to the insert statement, it gets a general SQL error "Select".
Insert into table(col1,col2,col3.....)
values(Select st...
Hi,
We developped an application based on Interbase 7. It works
fine on developpers computers but final user cannot execute the program :
he gets this message : 'Cannot attach to password d...
Hello,
Does interbase has string functions?
Looking for something like :
select left (myvar,10)
or
select substring(myvar,2,5)
Thanks a lot,
Tanya.
Hi,
I am new to firebird. Though I have been reading The Firebird Book and have used Firebird in studying. My question is how to create events in Firebird (1.5.2.4731) when a row is added i...
I have this query which i use in msSql and Mysql but how would i do this with firebird?
SELECT VendorNo, Description, CONCAT(CAST(VendorNo AS CHAR), '. ', Description) AS NameAndNo FROM ven...
Hi
I have a table, some of the data in which is invalid. When it was loaded from an old system it came out with two spaces in between some words instead of one.
The column 'suppname' sho...
I have few blob fields in my interbase database. They only store cahracter data. I want to read them along with the other normal fields so that I can export them into Excel or something. When ...
I try to make procedure SQLScript (using Firebird 1.5, Linux) for executing multiple sql insert/update statements on low speed network.
Usage: execute procedure SQLSCRIPT('insert into aaa (1...
I am trying to get my java application to connect to a firebird embedded database and so far i keep getting errors currently i am getting this error
org.firebirdsql.gds.impl.jni.InternalErr...