Search the web
Sign In
New User? Sign Up
toaddm · Toad Data Modeler Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 193 - 222 of 847   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
193
Vaclav: Your test script worked fine for a test. I modified it to support the data types for SQL 2005. This script almost worked as expected. On model create 2...
gregory.schimoler@...
gschimoler
Offline Send Email
Nov 6, 2006
7:53 pm
194
Hi, I have TOAD DM 2.5 and when I change the background color of an ERD, then export to an image, it loses the background color. Am I doing something wrong? ...
Juraj
hansolo_jp
Offline Send Email
Nov 6, 2006
11:47 pm
195
Hi, The background color is always set to white when you export your ERD to image - not to print large colored area and to prevent from troubles with printers....
Vladimira Nitrova
vnitrova
Offline Send Email
Nov 7, 2006
9:59 am
196
Hi Greg, On line 30 in your excel sheet you have "Call Info " with white space at the end of the table name. The script doesn't trim the names, therefore you...
Vaclav Frolik
vaclav.frolik
Offline Send Email
Nov 7, 2006
12:59 pm
197
Thanks for your response Vladka. I am going to use TOAD to generate HTML documentation of our database. I would really like to have HTML image maps so that...
Juraj
hansolo_jp
Offline Send Email
Nov 7, 2006
5:01 pm
198
Hi, In some of my ERD diagrams, I would like to include synonyms and views. Is it possible for TOAD to load in synonyms or views when doing the reverse...
Juraj
hansolo_jp
Offline Send Email
Nov 7, 2006
5:05 pm
199
Hello Juraj, Synonyms and views are stored among Text objects (CTRL+T) and are not included in ERD directly. To load them during the RE, please select the Load...
Vladimira Nitrova
vnitrova
Offline Send Email
Nov 8, 2006
7:01 am
200
Hi Juraj, I am going to use TOAD to generate HTML documentation of our database. I suppose you mean Toad Data Modeler. (Toad and TDM are two different ...
Vladimira Nitrova
vnitrova
Offline Send Email
Nov 8, 2006
7:20 am
201
Hi Vladka, ... Very cool. I had originally downloaded TDM Trial, and then recently purchased TDM 2.25. It *looked* the same, so I didn't bother trying to...
Juraj
hansolo_jp
Offline Send Email
Nov 8, 2006
4:21 pm
202
For ongoing eval of TDM (using trial version 2.24) ... 1st of 2 questions: I do not see any easy way for editing an ER model. Specifically - I want to be able...
gregory.schimoler@...
gschimoler
Offline Send Email
Nov 8, 2006
7:49 pm
203
TDM Question 2: In the data dictionary functionality - I was expecting to be able to define allowed values for an attribute (or domain). I do not see any way...
gregory.schimoler@...
gschimoler
Offline Send Email
Nov 8, 2006
8:19 pm
204
Oracle supports views and synonyms, and sometimes a modeler would like to promote them from secondary objects to being first class entities. After all, the...
Juraj
hansolo_jp
Offline Send Email
Nov 8, 2006
8:52 pm
205
Hi, Do you know if TOAD DM supports project-specific paths? I work with many different models. When I export, each goes to a different folder. It's very...
Juraj
hansolo_jp
Offline Send Email
Nov 8, 2006
9:05 pm
206
Hello Juraj, Do you know if TOAD DM supports project-specific paths? No, it doesn't. I work with many different models. When I export, each goes to a different...
Vladimira Nitrova
vnitrova
Offline Send Email
Nov 9, 2006
8:43 am
207
Hello, I do not see any easy way for editing an ER model. Specifically - I want to be able to select one or more attributes from an entity - and drag them to...
Vladimira Nitrova
vnitrova
Offline Send Email
Nov 9, 2006
9:57 am
208
Hello Greg, To be honest, we're not sure what exactly you mean by 'allowed values'. Could you please write us more details? Nevertheless, in TDM there is not...
Vladimira Nitrova
vnitrova
Offline Send Email
Nov 9, 2006
10:25 am
209
Hello Juraj, Yes, we're interested. Could you please send it to vladimira.nitrova@...? Thanks very much in advance! Regards, Vladka ...
Vladimira Nitrova
vnitrova
Offline Send Email
Nov 9, 2006
12:36 pm
210
Vladka: Allowed Values: ActionFlag (in Entity1) has datatype: char(1). Allowed Values are "Y" or "N" If database is MySQL ... this can be supported by SET...
gregory.schimoler@...
gschimoler
Offline Send Email
Nov 9, 2006
3:31 pm
211
Good example - the same thing in Oracle would result in something like: create table junk ( action_flag char(1) not null check (upper(action_flag) in...
Bert Scalzo
bert.scalzo
Offline Send Email
Nov 9, 2006
4:02 pm
212
Thanks - Is it possible to support your Oracle example in script for SQL Server 2005 with current TDM? Is it something that can only be put in at forward...
gregory.schimoler@...
gschimoler
Offline Send Email
Nov 9, 2006
5:12 pm
213
This works fine ... only one attribute at a time is ok. This functionality was not obvious from documentation ... or from GUI - there is no focus on the...
gregory.schimoler@...
gschimoler
Offline Send Email
Nov 9, 2006
9:05 pm
214
Hello, Thanks for your examples. Firstly, we'd like to note that TDM supports only physical model with a physical and logical view on it. Logical model is not...
Vladimira Nitrova
vnitrova
Offline Send Email
Nov 10, 2006
10:17 am
215
Hello again, Here we are with some other notes for you. You can write check constraints to particular attributes (as we wrote previously), or use User Defined...
Vladimira Nitrova
vnitrova
Offline Send Email
Nov 10, 2006
1:06 pm
216
Hello Greg, This functionality was not obvious from documentation ... Documentation to the 'How to copy and move attributes' issue is at your disposal in: *...
Vladimira Nitrova
vnitrova
Offline Send Email
Nov 10, 2006
3:25 pm
217
Thanks - Yes it is all there - once you know where to look. The casestudio movie is particularly good ... unfortunately, this has not been folded into the...
gregory.schimoler@...
gschimoler
Offline Send Email
Nov 10, 2006
3:42 pm
218
Thanks Vladka et. al. I need to test out what you have suggested with real examples from our application ... both for allowed values and more complex business...
gregory.schimoler@...
gschimoler
Offline Send Email
Nov 10, 2006
4:06 pm
219
Hello Greg, Thanks for your suggestions. I've forwarded them to our developers for consideration. Thanks again for your great co-operation! Have a nice day, ...
Vladimira Nitrova
vnitrova
Offline Send Email
Nov 13, 2006
10:03 am
220
Hi all, I am using Toad data modeler. I have a script which i got by using Qdesigner. can i open it by TOAD data modeler.Please let me know. With Regards ...
vvetri74
Offline Send Email
Nov 13, 2006
12:35 pm
221
Hello, If you mean SQL script, it's not possible to open it by TDM. However, TDM allows you to import models from QDesigner. Please see the Help file |...
Vladimira Nitrova
vnitrova
Offline Send Email
Nov 13, 2006
12:48 pm
222
Yes, from the File | Import menu you can import your QDesigner model. ________________________________ From: toaddm@yahoogroups.com...
Ramon Graham
ramon_graham
Offline Send Email
Nov 13, 2006
12:50 pm
Messages 193 - 222 of 847   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help