interbase
Can I use JBoss AS 5 or 6 with a Firebird or InterBase SQL server?
Today I tried to configure a JDBC resource in the JBoss AS 6 RC1, and encountered a field which requires a RAR name. If I have a database with a JDBC driver, do I also need a RAR file for the configur[详细]
2023-01-31 11:50 分类:问答Optimize an InterBase Query
SELECT AI_636.PARENT_ID AS PART, MAX(b.AP_1036) AS ESTEND, MAX(a.AP_3222) AS ACTEND FROM AI_636 LEFT OUTER JOIN AI_665 a[详细]
2023-01-30 07:47 分类:问答Delphi 5.0 Interbase/FireBird connection problems
I\'m having some problems in visualizing the data on a DBGrid. I\'m using Delphi 5.0 and I have a Interbase 6.0 DB with 50MB size[详细]
2023-01-25 21:09 分类:问答Delphi 5.0 Open Interbase/FireBird connection via code
This is old stuff! Is related to delphi 5.0 and interbase 1.6. I\'m trying to open a DB connection via code. But this code is related to enabling the connection, all the components were added using d[详细]
2023-01-25 18:49 分类:问答Interbase PSQL return values
I wrote a very simple script. I am new to PSQL and I wanted to return some values based on a very simple loop.[详细]
2023-01-22 01:42 分类:问答How do I configure IIS 7 to allow a remote database connection from within an ISAPI Web Server
I have a native Web service application (ISAPI) that I have built with Delphi 2010. At this time, it only exposes two methods. The first one, EchoString, is designed to give me feedback that the Web s[详细]
2023-01-19 05:42 分类:问答Command to get identity of newly inserted record in Interbase 2007
In Interbase (I\'m using 2007, I don\'t know if it matters) is there a command to get the identity of a newly-inserted 开发者_运维问答record, similar to SCOPE_IDENTITY() in SQL Server?No, InterBase do[详细]
2023-01-19 05:25 分类:问答How reliable are modern databases in the presence of disk errors? [closed]
As it currently stands, this question is not a good fit for our Q&A开发者_运维百科 format. We expect answers to be supported by facts, references,or expertise, but this question will likely so[详细]
2023-01-15 11:20 分类:问答Is it possible to tweak TStringField to work like TWideStringField in Delphi?
We want to use Unicode with Delphi 2009 and Interbase, and found that to switch the character encoding from WIN1252 to UNICODE_FSS or UTF8 we first have to replace all instances of TStringField with T[详细]
2022-12-23 17:04 分类:问答Delphi dbExpress and Interbase: UTF8 migration steps and risks?
Currently, our database uses Win1252 as the only character encoding. We will have to support Unicode in the database tables soon, which means we have to perform this migration for four databases and a[详细]
2022-12-20 15:20 分类:问答