up vote 0 down vote favorite
share [g+] share [fb]

I found this free command line tool: T4eSQL from http://www.tools4ever.com/products/free/command/

I downloaded it but there's no example on how to use it for example with a ms access oracle database.

link|improve this question
feedback

1 Answer

up vote 0 down vote accepted

try :

T4eSQL -d:"DSN=DataSourceName;UID=UsernameToDB;PW=Password" -q:"my_query"

Put your SQL statement in the "my_query" part

link|improve this answer
Thanks didn't have time to try yet but will come back and say if it works when I will – asksuperuser Oct 31 '09 at 22:23
Hi that works with odbc entry ! – asksuperuser Nov 1 '09 at 18:24
feedback

Your Answer

 
or
required, but never shown