Tips and Tricks
 Crystal Reports Forum : Crystal Reports 9 through 2020 : Tips and Tricks
Message Icon Topic: Printing Database Expert Post Reply Post New Topic
Author Message
Countrystyle
Newbie
Newbie


Joined: 25 Jan 2008
Online Status: Offline
Posts: 5
Quote Countrystyle Replybullet Topic: Printing Database Expert
    Posted: 11 Jul 2008 at 10:41am

Is there a way to print the database expert?  I have way too many tables to have a print screen and have to use the scroll bar to navigate.  Does anyone know?

 
Thanks,
 
Countrystyle
IP IP Logged
rahulwalawalkar
Senior Member
Senior Member
Avatar

Joined: 08 Jun 2007
Location: United Kingdom
Online Status: Offline
Posts: 731
Quote rahulwalawalkar Replybullet Posted: 14 Jul 2008 at 3:30am
Hi
 
Use the following query in command object,or create view and use in the report.....
 
 
Sql Server
select Name from sysobjects
where xtype='U'
order by Name
 
Cheers
Rahul


Edited by rahulwalawalkar - 14 Jul 2008 at 5:22am
IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum



This page was generated in 0.016 seconds.