Crashing upon Start
I have one machine where Toad Data Point 4.0 crashes when I start it with the error. I've removed and reinstalled it twice but the error does not go away. I'm trying to get an idea on what is causing...
View ArticleRE: Left join becomes inner join when where clauses are added
hi Barbgentile,What SQL provider do you use?Have you tried to explicitly use left joins on each table with its own ON clause?select ....from table1 as t1left join table2 as t2 on t2.id = t1.id and...
View ArticleLeft join becomes inner join when where clauses are added
I am trying to join all the elements in one table to a portion of another table. The join happens, then the restrictive where clause; I am trying to get the restrictive where clause to run first, then...
View ArticleRE: Left join becomes inner join when where clauses are added
That worked great and the query ran as I wanted, but when I hit the Visualize button, the additional and clauses right after the joins disappeared. I can't save the query unless I hit Visualize.
View ArticleRE: TDP 4.2 select to file and export templates adding extra lines to Excel
You sound angry, and rightly so. We have found the issue and entered QAT-10778 for this. I suspect this might be a simple issue to fix. We changed the component we are using to export and some...
View ArticleRE: Export wizard and bind variables - TDP 4.2
Filip I tried it did allow we to set xlsm file but as soon as I moved from one activity to another it switched the extension to xlsx. i entered QAT-10781 for this. We never intentionally supported xlsm...
View ArticleRE: Left join becomes inner join when where clauses are added
Could you please describe your scenario in more detail? Which modules are you using? Where are you editing the SQL code? Because now you mentioned that you use the Visualize button/option and I am not...
View ArticleRE: TDP 4.2 select to file and export templates adding extra lines to Excel
Not angry, just frustrated. If this could be fixed, that would be great! Thanks!
View ArticleRE: Export wizard and bind variables - TDP 4.2
Sorry, let me explain. There are 2 things going on here. I would like to use a bind variable in the where clause and use a loop for the export. I will set up a script with this and try again. The 2nd...
View ArticleExport wizard and bind variables - TDP 4.2
Can variables be used in the export wizard as part of a loop? In previous versions of TDP I used the loop with a select to file activity, but I used an excel macro workbook - I always just changed the...
View ArticleRE: TDP 4.2 select to file and export templates adding extra lines to Excel
Andy,Just to want to clarify when you say "The problem with this is it leaves many rows and causes the files I am working with to be megabytes bigger than they should.", do you mean the previous rows...
View ArticleTDP 4.2 select to file and export templates adding extra lines to Excel
I have noticed when comparing many of my reports generated using TDP 3.7 to those generated using TDP 4.2, that there are dozens or even thousands of extra lines in the Excel sheets. Is anyone else...
View ArticleRE: Is my cross connection left join supported?
Hi Martin,First thank you so much for promptly responding to my question with helpful info. Sorry I didn't get time to post a detailed reply sooner.I did try nesting the left join inside an inner join...
View ArticleRE: Is my cross connection left join supported?
BoulderRidge,Thanks for the information.Could you please write down the query structure that you try to achieve? Is it something like below? (i would like to simulate it on my side)SELECT fact.*FROM...
View ArticleExport Data from mySQL strange HTML markup for apostrophe, trademark, degree...
When exporting data from my mySQL database in a longish product description field I'm getting strange characters that my internal project needs translated to normal. What can I do to achieve this?...
View ArticleRE: Left join becomes inner join when where clauses are added
I am using Toad Data Point V 4.1.0.226, and I am writing my query in the Query Builder "Query" section (as opposed to the Diagram section). The sub queries work for the most part. I am trying to left...
View ArticleRE: Left join becomes inner join when where clauses are added
The use of (+) for outer joins is an older syntax. Ansi join syntax uses the words of " outer join", etc. The Query Builder has a toggle button that switches the syntax from ansi to non-ansi joins. Try...
View ArticleCompare XML file to Hive table in hadoop
Hi All,Could we Compare XML file to Hive table in hadoop in TOAD 4.1?We use hortonworks hadoop in Microsoft Azure: Cloud thanks
View ArticleRE: TDP 4.2 select to file and export templates adding extra lines to Excel
I created an automation script today that exported using Wizard file to one worksheet and then another used the SelectToFile to different worksheet. Both cleared the sheets before exporting. The Excel...
View ArticleRE: TDP 4.2 select to file and export templates adding extra lines to Excel
Debbie - the file I am exporting to typically contains 10-20K lines. When I tested I exported once where I left the 20K or so lines in the excel file, but then I set my query to only export 1K lines....
View Article