RE: TDP 4.2 Set Variable with date into string
Another thing you can do is concatonate a character in front of the date string in the sql i.e. select 'R' || to_char(trunc(sysdate, 'month'), 'DD/MM/YYYY'). Then set your test variable to...
View ArticleRE: Release multiple connections within Toad Data Point
Debbie,Is this the location where I would change the option for the editor to share connections? The check box was previously checked and I un-checked it.
View ArticleRE: TDP 4.2 Set Variable with date into string
I did a test in my environment (MS Sql Server). Same problem. selectconvert(varchar(10), getdate(), 101) cdate gives me the result '07/06/2017' which is what #VROD.cdate# holds. When I try to set my...
View ArticleCan't install and run new versions of Toad
After the installer completes and Toad tries to start, I get the following error message:System.DllNotFoundExceptionUnable to load DLL 'ToadPro.dll': The specified module could not be found. (Exception...
View ArticleRE: Can Automation Designer Insert/Delete rows in a table based on a file?
How does the name change? If there is a standard to the naming convention you can use masking to pull in any file like the mask. Or you can have a specific folder that only the file to be processed...
View ArticleRE: Can Automation Designer Insert/Delete rows in a table based on a file?
We have Data Compare tool. This lets you set up comparing rows from two disparate tables and compare the rows. The utility provides the generation and execution of update, insert, delete scripts. This...
View ArticleRE: Can't install and run new versions of Toad
Are you using Win 10 32-bit with a really old TDA license key? The latest version of TDP binds with newer version of .net and that is an old C++ licensing dll that is not happy about the change. To...
View ArticleRE: TDP 3.8: Export Template error "Cannot access a closed file. Export is...
i have seen this when scripts are run closely together and Excel does not have enough time to close the file. We added wait code in later versions. Can you try the Beta? Or you could also try a delete...
View ArticleRE: TDP 4.2 GUI crash
Wow, you are definitely the winner on that one. I have never seen that. what version are you using? and are you using 32-bit or 64-bit? for sure I would suggest 64-bit. if the issue if consistent,...
View ArticleRE: TDP 4.2 Set Variable with date into string
martin fixed QAT-11011 today. so this fix will be in the next beta. thanks Martin [Y]
View ArticleRE: TDP 4.2 Set Variable with date into string
Thank you all the support team !!!Franck
View ArticleRE: TDP 4.2 - Object must implement IConvertible.
Hi all.I found the reason why :It's because i'm french, and nobody's perfect ! ;)The excel sheet i try to import is encoded by a french release of Excel, (Windows Western European pagecode).Unlike CSV...
View ArticleRE: Value cannot be null error message.
Hi,I am not sure what exactly is wrong on your side but my suggestion is try to reset your setting in Option (there is a Restore Defaults on top right corner in Option windows) or you can also try...
View ArticleValue cannot be null error message.
I have been getting the following error message box when I open queries in TDP 4.0.0.396. This just began today - I don't believe that I made any setting changes on Friday (7/7/17), nor did I make any...
View ArticleRE: TDP 4.2.1 - Dimensional Views Dropping views on Refresh
Hi Chris,it is hard to answer to your question without more information. Can you provide to me more details? At first would be nice if you can post (or send to me) ExceptionTrace.log from your...
View ArticleTDP 4.2.1 - Dimensional Views Dropping views on Refresh
Started having this issue today….I have 4 views on a saved dimensional view and on refreshing the data it drops one of the views. I recreated the view and it drops a different view. Nothing changed in...
View ArticleRE: TDP 4.2 - Object must implement IConvertible.
Hi Franc,I am glad that you found some workaround and you are able import your data. We can take a look on problem which you describe and would be really helpful for us if you can create some sample...
View ArticleTDP 4.2 - Object must implement IConvertible.
Hi all.I got this error "Object must implement IConvertible." when i try to import a single sheet Excel file...The template work perfectly with Toad 3.8 without changing anything...In 4.2, I got the...
View Article