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
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
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
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
I wrote a very simple script. I am new to PSQL and I wanted to return some values based on a very simple loop.
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
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
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
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
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