Home » Questions » Computers [ Ask a new question ]

Example on how to send SQL from dos command line with T4eSQL (free)?

Example on how to send SQL from dos command line with T4eSQL (free)?

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

Asked by: Guest | Views: 286
Total answers/comments: 1
Guest [Entry]

"try :

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

Put your SQL statement in the ""my_query"" part"