FireBird Forum
C++Builder  |  Delphi  |  FireMonkey  |  C/C++  |  Free Pascal  |  Firebird
볼랜드포럼 BorlandForum
 경고! 게시물 작성자의 사전 허락없는 메일주소 추출행위 절대 금지
파이어버드 포럼
Q & A
FAQ
팁&트릭
강좌/문서
자료실
볼랜드포럼 홈
헤드라인 뉴스
IT 뉴스
공지사항
자유게시판
해피 브레이크
공동 프로젝트
구인/구직
회원 장터
건의사항
운영진 게시판
회원 메뉴
북마크
IBPhoenix
FireBird Main site
볼랜드포럼 광고 모집

FireBird 자료실
[36] InterBaseExpress 6.05 / 7.05 (C++Builder 6 / Delphi 6, 7)
박지훈.임프 [cbuilder] 12342 읽음    2002-11-23 10:58
C++Builder/Delphi에 포함된 InterBaseExpress 컴퍼넌트들의 업데이트 버전인 X.05 버전입니다.
이번엔, X.04 버전이 나온지 불과 한달여만에 나왔군요.
(IBX는 상위 버전이 C++Builder/Delphi의 버전에 맞추어져 있으므로, 5.0x, 6.0x, 7.0x는 모두 같은
버전입니다.)

그런데, 이번에는 델파이 5와 C++빌더 5용의 IBX는 안나오고 C++빌더 6/델파이 6와 델파이 7 버전만
나왔네요. 이번 파일들이 공개된지 10일 정도가 지났는데 아직도 5 버전용은 안나오는 걸 보면,
제작자가 옛 버전은 그만 지원하기로 결심한 건지...

델파이5용 5.05 버전은 SP1 이상을 설치한 후에 깔아야 하며, 델파이6용 6.05를 델파이6 SP2와 함께
설치할 경우에는 SP2를 먼저 설치해야 합니다. 델파이7의 경우에는 런타임 패키지가 기존의
ibxpress70.bpl에서 ibxpress71.bpl으로 이름이 바뀌었습니다.

이번 버전에서는 주로 인터베이스 7.0에서 새로이 추가된 기능들에 대한 지원이 대부분인 듯 합니다.
다음은 readme 파일에 포함된 새로운 기능 및 수정된 내용의 리스트입니다.

1.  IBExtract supports the new Boolean data type.

2.  XSQLDA version 2 support for 68 byte meta data lengths.

3.  Added TSQLVAR, TSQLVAR_V1 and TSQLVAR_V2.  These encapsulate
    either a XSQLVAR verison 1 or 2.  Direct access to the
    underlying record is no longer allowed.

4.  TIBXSQLVAR now has a SqlVar property to get at the underlying
    TSQLVar class.

5.  TIBXSQLVAR's Data property now returns a TSQLVAR.

6.  To set a XSQLVAR's data or ind size now call SetDataSize or
    SetIndSize methods of TSQLVAR.

7.  TIBXSQLVAR will create a TSQLVAR_V1 (version on SQLVAR) if a 6.5
    or ealier client version is detected and a version 2 if 7.0
    or higher is detected.  The 7.0 client can correctly use a
    version 2 against a 6.5 database (which understands only
    version 1).

8.  TSQLVAR now has a property SqlDef which allows statements like
       FXSQLVAR^.sqltype and (not 1) = SQL_ARRAY
    to be more cleanly written like
       FXSQLVAR.SqlDef = SQL_ARRAY

9.  TIBExtract has a new property, IncludeSetTerm, a boolean that
    defaults to false.  When true meta data scripts will include
    SET TERM^; when needed.

10. IBScript no longer requires SET TERM statements for procedures
    and triggers.

11. TIBStatisticalService supports the record version option (IB 7.0
    only).

12. Lost connections hsould now give the corerct error message.

+ -

관련 글 리스트
36 InterBaseExpress 6.05 / 7.05 (C++Builder 6 / Delphi 6, 7) 박지훈.임프 12342 2002/11/23
(링크)     C++Builder 컴포넌트 > InterBaseExpress 6.05 / 7.05 (C++Builder 6 / Delphi 6, 7)
Google
Copyright © 1999-2015, borlandforum.com. All right reserved.