I'm programming in a product called MAZE, a school administration program. It uses Microsoft Jet SQL. I would like to be able to comment out sections of SQL while I am testing, but so far no luck. Any suggestions?<br>
Thanks.
Has anyone tried writing a query which can determine the parent child relationship of records in a table??? This can be done in Oracle using the START WITH, CONNECT BY Clause. I dont how the same can be achieved on any other database, say DB2. I'm thinking of using some kind of Correlated query for this, but haven't been able to figure it out completely. Can anyone help???
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.