Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Commenting out in Microsoft Jet SQL

Status
Not open for further replies.

Miguel

Programmer
Feb 21, 2000
11
AU
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.
 
What have you tried? <p>Ged Jones<br><a href=mailto:gedejones@hotmail.com>gedejones@hotmail.com</a><br><a href= > </a><br>
 
I have tried:<br>
*<br>
*/ /*<br>
{ }<br>
'<br>
REM<br>
<br>
Have you got any other suggestions?<br>

 
You would be better off posting your query in the Access forum for more knowledgeable Access gurus!!!
 
Try using<br>
<br>
--<br>
<br>
HTH,<br>
<br>
MapMan
 
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???
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top