Although I do like TOAD far better than SQL*Station, I do miss one feature that would be nice to bring back. When you are in a sql edit window and more than...
5656
Ross, Stuart
Stuart.Ross@...
May 1, 2000 6:23 pm
Hello: I'm trying to get TOAD set up to work with Visual SourceSafe and am having problems. There is something basic that I am missing. I have TOAD version...
5657
Stephan Born
stephan.born@...
May 2, 2000 6:42 am
... I do not see the benefit of your approach...... if the group of fld1, fld2, fld3 occurs only ONCE ( having count(*) = 1 ), then there can not occur several...
5658
Karim AMRANE
kamrane@...
May 2, 2000 9:21 am
Danilo, Turn Spool to screen. This should help to trace what's the error. As far as I know , TOAD when exiting only issues a 'select 'x' from dual' before an...
5659
Janet Jones
janetm_jones@...
May 2, 2000 10:51 am
I've downloaded a new copy of Toad Freeware 6.2.5.1 g and cannot get a database connection. Have I downloaded the right copy? Any help is appreciated to this...
5660
Chalon Didier
didier.chalon@...
May 2, 2000 11:55 am
I just downloaded 6.2.5.1 g and it works OK over here. Can you be more specific about those connection problems?...
5661
Vogler, Josef
Josef.Vogler@...
May 2, 2000 12:00 pm
... Josef Vogler TechniDATA GmbH Robert Bosch Str. 20 88677 Markdorf, Germany Tel: +49 (0) 7544 / 970 - 321 Fax: +49 (0) 7544 / 970 - 110 ...
5662
Janet Jones
janetm_jones@...
May 2, 2000 12:07 pm
________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com...
5663
Rizvi122@...
May 2, 2000 12:57 pm
I down loaded Freeware copy from web for trail base but its not connecting personal database 7.3.4 Can any one give little hand on it, that can solve my...
5664
Rimas Blekaitis
rblekaitis@...
May 2, 2000 2:59 pm
Greetings, I've never been able to get a handle on how the procedure editor in Toad inserts whitespaces and blanks into the source code. I may carefully ...
5665
toadman
toadman@...
May 2, 2000 4:11 pm
Try using the following in the Logon: 2: or beq-local...
5666
Rich e-Jesse -- 7633
rjesse@...
May 2, 2000 6:12 pm
Hi, A simple (hopefully) request: Is it possible to include the INITRANS and MAXTRANS clauses when generating scripts for indexes? I can see the values in ...
5667
Bruce Wood
bwood@...
May 2, 2000 6:17 pm
I applied a filter to the table list in the schema browser. Then, when I open a procedure editor, the table highlighting is limited to the tables that satisfy...
5668
Mahadevaswamy
mahadev@...
May 2, 2000 6:42 pm
Hi, I want to create only a structure of a table into a new table. I can not use import because it creates a new table with data. I would appreciate any help. ...
5669
David McMaster
dmcmaster@...
May 2, 2000 6:46 pm
When you do the export, specify rows=no, that way no data will be exported. David McMaster Sr. Systems Engineer/DBA drkoop.com 7000 N Mopac, Suite 400 Austin,...
5670
Bruce Wood
bwood@...
May 2, 2000 6:49 pm
In the schema browser, select the table that is the basis of the copy. Press the 'Create script' button. Set the options that you want and save it to the...
5671
Michael J. Glasser
mglasser@...
May 2, 2000 6:49 pm
I just select the table in the Schema Browser and then copy and paste the script from the Scripts tab. This lets me make any changes I want and also gets me...
5672
toadman
toadman@...
May 2, 2000 7:05 pm
No, I no longer think that. I used to but I now think I need to maintain separate lists. Especially with the table filter to search across all schemas. That...
5673
daniel.stephens@...
May 3, 2000 8:17 am
you could always do a create table table2 as select * from table1 where rownum < 1; Dan! Daniel Stephens Manches Tel: 01865 722106 Fax: 01865 201012 ***...
5674
daniel.stephens@...
May 3, 2000 8:27 am
Oops ... sorry should be rowcount not rownum: create table table2 as select * from table1 where rowcount < 1; *grin* "Set low standards and fail to achieve...
5675
Martin Williams
mwilliams@...
May 3, 2000 1:47 pm
I use a custom editor font (instead of Courier New 10pt, which is the default) and toad 6.2.3.14 keeps reverting to the default Courier font. Reproduce by...
5676
Giovanni Jaramillo
gjaram@...
May 3, 2000 5:51 pm
When trying to Create a table using TOAD's feature on the menu, I ran into a limit as to how many columns, I could add (12). Is there anyway to make this ...
5677
Giovanni Jaramillo
gjaram@...
May 3, 2000 11:48 pm
If you open up the Schema Browser, select the Tables tab on the LHS, then select the Scripts tab on the RHS, then right-mouse click on the RHS, it will bring...
5678
David Schmoldt
dschmoldt@...
May 4, 2000 4:19 am
Or my old favorite: create table newtable as select * from oldtable where 1 = 2; ... From: <daniel.stephens@...> To: <toad@egroups.com> Sent:...
5679
lnovo@...
May 4, 2000 6:41 am
Hi, In older versions of free Toad, when I select sysdate, I get both date and time. In the last version, 6.2.5.1. g (expires on 30-june), I can only see the...
5680
toadman
toadman@...
May 4, 2000 11:49 am
I recently upgraded to Delphi v5 and they've done some really silly sh*t with the popup menus everywhere. There are new properties that default to the WRONG...
5681
Vogler, Josef
vogler@...
May 4, 2000 1:03 pm
In the Master/Detail browser, there is no refresh button. In earlier versions, I used to press the filter/sort main table data button and left the dialog...
5682
Jimmy Sanby
sanbyj@...
May 5, 2000 6:50 am
You currently provide a facility to execute a statement using sqlplus. Your export and import facility works fine for small amounts of data. What about calling...
5683
daniel.stephens@...
May 5, 2000 10:08 am
Great Idea ....... Yes Please .... re: import/export integration into TOAD Dan! Daniel Stephens Manches Tel: 01865 722106 Fax: 01865 201012 *** DISCLAIMER ***...