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

델파이 Q&A
Delphi Programming Q&A
[2873] [답변] CHUNGSJ/ [공통] 2840에 대한 답이 없어셤서.. 제발!!
grcsb [ ] 1223 읽음    1998-05-19 20:51
질문하신 내용은 이상하여 확인해 보니..
Where 문을 넣어도 전혀 문제가 없는 것 같습니다..
문제는 다른 곳에 있는 듯한데..
혹시 RequsetLive가 제한되어있는..
SQL문을 사용하시지는 않았는지요??
만약 아래의 경우라면 수정은 불가능합니다..
다른 방도를 구하셔야 하고요..
그리고 Query 콤포넌트가 현재 수정 가능인 지는..
CanModify라는 프로퍼티를 참고하시면 알 수 있습니다..
만약 해당 사항이 없는 경우에는 소스를 올려보심이..
어떨지요??

* 수정이 불가능 한 경우 입니다.

To receive a live result set using TQuery you must:
   Set RequestLive for the TQuery to True.
   Use Local SQL syntax.

A query of a Paradox or dBASE table can return a live result
set if it:

  - Involves only a single table.
  - Does not have an ORDER BY clause.d
  - Does not use aggregates such as SUM or AVG.
  - Does not use calculated fields in the SELECT list.
  - Uses a WHERE clause that consists only of comparisons of
    column names to scalar constants. The comparison operators
    may be LIKE, >, <, >=, and <=. The clause may contain any
    number of such comparisons linked by AND or OR operators.

A query of a server table using passthrough SQL can return a live result set if it:

   - Involves a single table.
   - Does not use aggregates such as SUM or AVG.

If the table is on a Sybase server, it must also have a unique index. However, only the original column values specified by the setting of the TQuerys UpdateMode must be unique.


+ -

관련 글 리스트
2873 [답변] CHUNGSJ/ [공통] 2840에 대한 답이 없어셤서.. 제발!! grcsb 1223 1998/05/19
Google
Copyright © 1999-2015, borlandforum.com. All right reserved.