Remove Code / Log from Error Email
TOAD Data Point 4.3 I use the send email when an error occurs option on every report I run. I love the option. Some of the code we run involves key words that flag our compliance monitor though. How do...
View ArticleRE: Automation script - send email action, problem with email addresses that...
You are right it is not working with email names with apostrophe. We probably fixed it and then broke it again. I reopened QAT-2491 to fix in TDP 5.0
View ArticleRE: Strange error message
I am getting this same error, though I am not able to click "no". I get a window that pops up with the text listed below. With over 500 lines of sql, it would be quite time consuming to try each bit to...
View ArticleStrange error message
http://toadforsqlserver.com/thread.jspa?threadID=36858It seems to be very similar to the error reported in above link. I had to let it continuw before getting the exact information. Please see above...
View ArticleRE: Apostrophes in data derails inserting of results as snapshot or table in...
Hi Arjen, could you share with us sample of data and what provider are you using?Thank you. Jakub.
View ArticleRE: Querying connected excel worksheet data
If memory serves...the Excel ODBC driver doesn't support CASE or IF. For whatever crazy reason in Jet connections it is IIF. If I remember correctly it should look something like this...SELECT Name,...
View ArticleRE: Querying connected excel worksheet data
Excel does not support the CASE statement like many SQL databases do. I think you'll have to use IIF in your select statement. I did a Google search and one good example I found was: SELECT...
View ArticleQuerying connected excel worksheet data
Hello,Please i am trying to write Case statements to get data from a connected worksheet but i keep getting this error [Microsoft][ODBC Excel Driver] Syntax error (missing operator) in query...
View ArticleConsidering purchasing Pro with Analytics but question about viewer...
Hi Folks:I'm trying to gather data and reasons why purchasing the pro version with analytics would be a good investment.I do have a question about the Toad Data Point Viewer that is or used to be...
View ArticleRE: Apostrophes in data derails inserting of results as snapshot or table in...
A sample would be (in comma separated format):55556789,null,null,AG,Stephen,O'Brien,2018,The History of America,MA55557654,null,CT,LW,Marian,Smith,2018,Replication at 5' ends,MSthe first row would...
View ArticleRE: Apostrophes in data derails inserting of results as snapshot or table in...
I import your sample data into Oracle and SQL Server connection, do the query and send the results to local storage, it works fine for me with TDP 4.3. What is your TDP version and what connection are...
View ArticleRE: Apostrophes in data derails inserting of results as snapshot or table in...
I am using Toad Data Point 4.3.0.718 (64 bit). To test I created an automation that queries an Oracle database (Execute Script) and Exports to Local Storage.Where you see "Right syntax to use near...
View ArticleRE: Apostrophes in data derails inserting of results as snapshot or table in...
I've now tried it with the import/export element too and it generates the same error.
View ArticleRE: Considering purchasing Pro with Analytics but question about viewer...
We are no longer officially supporting toad Data Point Viewer. Attached is the last GA release.
View ArticleRE: Apostrophes in data derails inserting of results as snapshot or table in...
Can you open a support ticket? We can help you there.
View ArticleRE: Postgres Average row length
TDP does not provide this information.You could use the following link to see who to get...
View ArticlePostgres Average row length
Is there a way to find out average record length for a table in Postgres ?In Toad for Oracle, Schema browser table viewer had a statistics option that showed this if the table was populated with few...
View ArticleRE: Delete Statement Removes Critical Subquery
Sorry this post got missed. Currently we do not support subqueries in insert, delete statements in the Query Builder. I entered QAT-13236 for this enhancement.
View ArticleDelete Statement Removes Critical Subquery
I am noticing that when I create a delete query, none of the where clause subqueries are used in the SQL. Switching to a select query shows them fine.Example: --Select Statement:SELECT * FROM...
View Article