How to get the content of a Table [message #17129] |
Fri, 16 June 2006 15:00  |
Eclipse User |
|
|
|
Originally posted by: zkoppany.gmx.de
Hi,
I use mysql-4.1.19 with eclipse-3.2-RC7 and dtp-sdk_0.9RC5_N061506. How can
I get the content of a table?
Zsolt
|
|
|
Re: How to get the content of a Table [message #17187 is a reply to message #17129] |
Tue, 20 June 2006 10:52  |
Eclipse User |
|
|
|
Originally posted by: jograham.sybase.com
Zsolt Koppany wrote:
> Hi,
> I use mysql-4.1.19 with eclipse-3.2-RC7 and dtp-sdk_0.9RC5_N061506. How can
> I get the content of a table?
> Zsolt
Hi Zsolt,
The first thing you'll want to do is move up to DTP 0.9RC5, since the 6/15
build has a bug which will prevent the following from working.
DTP 0.9 does not have any direct way to get table contents, though we are
looking at this feature for future versions. For now, the best thing to do
is create a .sql file (New-->SQL Development-->SQL File), set the
connection information (right click context in the editor) to your MySQL
connection profile (make sure you have already connected first), and then
do a
select * from.....
and right click "Execute All." The data will then appear in the SQL
Results view ("Database Development" perspective).
Regards,
John Graham
Eclipse Data Tools Platform PMC Chair
|
|
|
Re: How to get the content of a Table [message #579745 is a reply to message #17129] |
Tue, 20 June 2006 10:52  |
Eclipse User |
|
|
|
Zsolt Koppany wrote:
> Hi,
> I use mysql-4.1.19 with eclipse-3.2-RC7 and dtp-sdk_0.9RC5_N061506. How can
> I get the content of a table?
> Zsolt
Hi Zsolt,
The first thing you'll want to do is move up to DTP 0.9RC5, since the 6/15
build has a bug which will prevent the following from working.
DTP 0.9 does not have any direct way to get table contents, though we are
looking at this feature for future versions. For now, the best thing to do
is create a .sql file (New-->SQL Development-->SQL File), set the
connection information (right click context in the editor) to your MySQL
connection profile (make sure you have already connected first), and then
do a
select * from.....
and right click "Execute All." The data will then appear in the SQL
Results view ("Database Development" perspective).
Regards,
John Graham
Eclipse Data Tools Platform PMC Chair
|
|
|
Powered by
FUDForum. Page generated in 0.05908 seconds