쿼리문이 잘 않돼서요 아시는 분 부탁합니다.
Master
db name 1 : Enroll
field name : Jubsu_no Short Integer
Sangho Alpha 50
Detail
db name 2 : License
field name : Jubsu_no Short Integer
License Alpha 20
Master의 Jubsu_no를 가지고 Detail의 Jubsu_no를 쿼리하려고 하는데 문장을
어떻게 써야할지요.
Dbgrid와 Datasource 그리고 Table연결은 잘 했는데
두개의 db를 연결하는 문장이 잘 않됩니다.
아지는 분 부탁합니다.
SQL을 만들죠.
query2의 데이타소스를 datasource1으로 설정한담에
query1의 SQL문을 select jubsu_no from enroll order by jubsu_no
query2의 SQL문을 select jubsu_no from license where jubsu_no =:jubsu_no
이렇게 하면 enroll의 jubsu_no를 가지구 license의 jubsu_no를 찾을수 있습니다.