Q&A

  • sql7.을 odbc로 연결하여.. 델파이 sqlExplorer로 하면내용처럼 에러
sql7.0을 odbc로 연결하였습니다.

연결한다음 sqlexplore로 오픈하여.. sql쿼리로

select substr(AJanDate,1,4) as A, count(*) as B,
Sum(ASumMoney) as c   from BunYang
  group by substr(AJanDate,1,4)

이렇게 하였더니. 아래 처럼 에러가 발생했습니다.

아래는 어떤것을 의미하나요..

odbc가  잘못되엇따고 한것 같은데.. 어떤것이 잘못인가요.. 알려주세요



[Microsoft][ODBC SQL Server Driver][SQL Server]'substr' is not a recognized function name.
1  COMMENTS
  • Profile
    nilriri™ 2003.07.01 01:01
    샬롬~

    엠에스 에스큐엘은 substring(컬럼, startindex, length)입니다.

    즐프~