RE: List index out of bounds (17)
Thank you! It is working now after I reset the user settings
View ArticleRE: Messages Section keeps appearing after every query
In the Messages panel the list box that would contain any messages may have a blank message there. This is not expected, but it may be the case. If you click at the top of that list box does a...
View ArticleRE: Export Dataset with Parameter from List Iterator
1) in the list interator, use single quotes around each value2) make your select like this: Select &NAMEN as EUBER from dual3) in the "Set Variables" dialog, choose "Environment Variables" and...
View ArticleExport Dataset with Parameter from List Iterator
Hello,I tried to export dataset likeselect :NAMEN as UEBER from dualI used "set variables" and bind :NAMEN with the List Iterator NAMEN (two entries : NAME1,NAME2). I am export this as an excel file...
View ArticleRE: Toad 12.10.0.30 - Team Coding - TFS - Schema Name written to VCS file
Hey David,This issue should be fixed for the next beta later this week. I thought about the suggestions you made, and whether or not they could be implemented. Unfortunately, in working through the...
View ArticleToad 12.10.0.30 - Team Coding - TFS - Schema Name written to VCS file
We are trying to use Team Coding integrated with TFS (Microsoft Team Foundation Server). We can see that the code in the DB is now stored in TFS, but all of the code contains the "Schema Name" even...
View ArticleRE: Messages Section keeps appearing after every query
Hi Michael, [quote user="Michael Staszewski"] If you click at the top of that list box does a selection occur as if the box contains a row of data even if it has no text? Does this happen with all...
View ArticleMessages Section keeps appearing after every query
Every time I run a query the Messages>Errors section appears. There isn't any data/messages in it. If I right-click it Messages has a check-box next to it. I uncheck it...run another query and it...
View ArticleRE: how do i get an oracle client installed
This should help you get started...https://docs.oracle.com/cd/E11882_01/install.112/e47959/install.htm#NTCLI1280
View ArticleHow to execute macro from Toad 12.5
Hi,I want to execute a macro(VBA) from toad utility automation designer?Is there any way out for it?Any help on this would really be appreciated!!
View ArticleEditor output data Grid Header
How can I manitain lower case in the header of the Toad Editor output Data Grid? E.g.:SELECT INITCAP (STREETADDRESS) streetAddress, INITCAP (HOUSENUMBER) houseNumber,...
View ArticleRE: Editor output data Grid Header
Double quotes. SELECT INITCAP (STREETADDRESS) "streetAddress", INITCAP (HOUSENUMBER) "houseNumber", INITCAP (DIRPREFIX) "dirPrefix"...
View ArticleCopy from object list grid
In the data grid it's very easy to copy some values to spreadsheet. Just select few cells, copy and paste. Why this doesn't work in object list grid (for example list of partitions, indexes, ...)?
View ArticleImporting old user settings from a commandline
Hi,We will move from 11.6 to 12.1. Some elements changes connections.ini is now connections.xml by examples. I will package Toad 12.6 for a deployment in my organisation and would like to know if it is...
View ArticleRE: Inserting a hard coded value & a value from a select statement
Evening, I've never seen a statement written like that before, so I have no idea if it will definitely work. What I would have done is changed the values valued to ... Values ( select distinct 20,...
View ArticleInserting a hard coded value & a value from a select statement
Greetings!(Note: I do not have insert or update or delete privilages)Will following insert statment work (i.e to insert a hard coded value & a value from a select statement into Oracle 11g table...
View Article