dbTalk Databases Forums  

workbench tables to PDF ?

comp.databases.mysql comp.databases.mysql


Discuss workbench tables to PDF ? in the comp.databases.mysql forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
richard
 
Posts: n/a

Default workbench tables to PDF ? - 05-04-2011 , 12:59 PM






Just curious to know if one were to create a table in mysql workbench, can
that be imported directly into a PDF document created by Adobe's Acrobat X
standard?

Reply With Quote
  #2  
Old   
Joe Hesse
 
Posts: n/a

Default Re: workbench tables to PDF ? - 05-06-2011 , 08:10 AM






On Wed, 04 May 2011 10:59:02 -0700, richard wrote:

Quote:
Just curious to know if one were to create a table in mysql workbench,
can that be imported directly into a PDF document created by Adobe's
Acrobat X standard?
You could try something like:

Put the select commands to print the table in script.sql. Then try:

$ mysql -u user -ppassword < script.sql | lpr -pdfoption

Reply With Quote
  #3  
Old   
richard
 
Posts: n/a

Default Re: workbench tables to PDF ? - 05-08-2011 , 01:32 AM



On Wed, 4 May 2011 10:59:02 -0700, richard wrote:

Quote:
Just curious to know if one were to create a table in mysql workbench, can
that be imported directly into a PDF document created by Adobe's Acrobat X
standard?
Maybe I should include that I want to use the tables as a database just as
it would be on a webpage.
Or does Acrobat X have a database feature?

Reply With Quote
  #4  
Old   
Jerry Stuckle
 
Posts: n/a

Default Re: workbench tables to PDF ? - 05-08-2011 , 07:12 AM



On 5/8/2011 2:32 AM, richard wrote:
Quote:
On Wed, 4 May 2011 10:59:02 -0700, richard wrote:

Just curious to know if one were to create a table in mysql workbench, can
that be imported directly into a PDF document created by Adobe's Acrobat X
standard?

Maybe I should include that I want to use the tables as a database just as
it would be on a webpage.
Or does Acrobat X have a database feature?
Why not ask Acrobat X support?

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex (AT) attglobal (DOT) net
==================

Reply With Quote
  #5  
Old   
Luuk
 
Posts: n/a

Default Re: workbench tables to PDF ? - 05-08-2011 , 12:02 PM



On 04-05-2011 19:59, richard wrote:

Quote:
create a table in mysql workbench
Why not create it in mysql, 'mysql worbench' is just some tool and you
dont want to create tables there. You want to create them in your
database, i.e. MySQL

Exporting (!) data to something else has nothing to do with the name of
the tool with which you create as statement, that will create the table
for you....


--
Luuk

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.