Forum Post: RE: Automating Data Import from Access with Toad 12.0
Hi John, I am not having issues running the app. I did the left click and run like you stated. But I let the window stay open for an entire minute and it did not auto close. Maybe this came after the...
View ArticleForum Post: Code formatter SUBSTR expression problem
Hello I'm using Toad 12.12.0.39 and I have a problem about formatting SUBSTR expressions. I've tried many options on Code Formatter but no success at all. For example, I have a query SELECT * FROM...
View ArticleForum Post: RE: Automating Data Import from Access with Toad 12.0
Hi John. So is there no work-around for closing the import progress bar window within the toad program?
View ArticleForum Post: RE: Automating Data Import from Access with Toad 12.0
In 12.0, no. It was fixed in version 12.12. In version 12.0, the only way to not get the prompt is to run your action from command line. Sorry about that.
View ArticleForum Post: RE: Encoding for script created by Toad
Hey Rex, Did you set the encoding drop-down when you right-clicked on the object and selected "Create -> Script"? That Encoding drop-down may be set to ANSI, which would export the scripts using...
View ArticleForum Post: Export to Excel taking too much time
Hi Team, Hi All, I rant the query and record count is around 25000, when I export the data to Excle it's taking almost more than on hour and tried to exported same data in other version and it got...
View ArticleForum Post: RE: Commit after package compile
Hi John, yes, when I traced a DROP SEQUENCE for a sequence that I had already dropped, and traced, the trace file had nothing in it other than a few SELECTs, so no work done to rollback. I did try a...
View ArticleForum Post: RE: Export to Excel taking too much time
There is a checkbox for "display all results in grid". Make sure that is unchecked.
View ArticleForum Post: RE: Alias on new line, how do I get it on the same line in the...
Formatter folds from the top of the statement downwards until everything fits inside the margin. As the CASE clause on a single line is way too long it has to be folded. But the expression is "more...
View ArticleForum Post: How to set a variable from a file in the Automation designer
I would like to run my sql query through the automation designer. Instead of opening daily my export task where my sql query is stores to update the variable date every time I run my queries I would...
View ArticleForum Post: RE: How to set a variable from a file in the Automation designer
If it's the only thing in the file you can do it like this: 1) create your file (in my example, I'll call it d:\file.txt, and the only thing in the file is SCOTT, followed by a line feed) 2) drop a...
View ArticleForum Post: RE: How to set a variable from a file in the Automation designer
Thanks John for your answer ! I am trying to do that but I do not see my file iterator action name in the list of "environment" variables and when I input its name here either with "name" or %name% it...
View ArticleForum Post: RE: How to set a variable from a file in the Automation designer
which version of Toad are you using? I think the export dataset action started supporting the file iterator variables fairly recently. I tested with 12.12.
View ArticleForum Post: RE: How to set a variable from a file in the Automation designer
It was added in version 12.11.
View ArticleForum Post: RE: How to set a variable from a file in the Automation designer
As a workaround, maybe you could put your variable value in the database. Then join your query to whatever table has the value.
View ArticleTwo enhancements request
I work with 6-10 different database connections pretty much all the time and within each connection for a describe window I will have 6-10 different objects I am viewing. So there are 2 different...
View ArticleForum Post: Print Preview function
To Toad Experts, I recently upgraded TOAD from version 12.6 to 12.12. 12.6 had a print preview function. I like to preview my documents before I print them. In 12.12 the print preview function has been...
View ArticleForum Post: RE: Print Preview function
A few release back the edit component used was changed. The old supported print preview natively, the new does not. It can be added back with not too much work, but since this is a code editor and not...
View Article