Re: ODBCTest commands

From: tojo <TomJordanTojo_at_hotmail.com>
Date: Wed, 6 Nov 2002 18:37:06 +0100
Message-ID: <MPG.183371ac14a3357e9896c9_at_news.t-online.de>


In article <aqbgtm$5kp$1_at_news.hccnet.nl>, r.de.zwyger_at_hccnet.nl says...
> Hi,
>
> I use an application that accesses an Oracle database using ODBC.
> To look in the database using SQL statements, I only have the ODBCTest
> utility (no SQLPlus).
> In ODBCTest the SELECT statements run OK, but other commands,
> like the Oracle command "desc" to show the table definition, are rejected.
> Where can I find a listing of valid ODBCTest commands.
>
DESC won't work in ODBCTest because that's a SQL*Plus command. ODBCTest takes any valid SQL command, which you can look up in the Oracle SQL Reference.

  • Tom
Received on Wed Nov 06 2002 - 18:37:06 CET

Original text of this message