- This topic has 7 replies, 2 voices, and was last updated 18 years, 6 months ago by
Haris Peco.
-
AuthorPosts
-
David A KoontzMemberHi,
I’ve just started using MyEclipse and installed the HSQLDB, I’ve tried to configure the SQL code assistance per the help docs.
”
I’ve checked the preference to load the DB meta data at connection time, but that doesn’t work for me.Now when I press Ctrl-Space I get a “error sound” but no SQL assistance, while in the SQL editor – yes the DB is connected and the editor has the DB connection in the “Choose Connection” drop down. The SQL runs so I know it’s getting to the DB and returning data. I really like the code assistance that the help docs say works.
Is there some trick with HSQLDB 1.8 that I need to know about?
Thanks David
December 14, 2006 at 9:56 pm #263465
Haris PecoMemberDavid,
Content assist in sql editor have constraints.What command you have tried and where you press CTRL-Space
Thanks,
December 14, 2006 at 11:03 pm #263467
David A KoontzMemberI don’t know what you are asking about “what command” I tried.
I am pressing Ctrl-Space – the command for code assistance while in the SQL Editor for example:
select * from <Ctrl-Space>
I press Ctrl-Space at the point where a table name should be entered – expecting the list of DB tables to be displayed, it does not – instead I hear a beep – the sound windows makes when it can not do the command.
Thanks – David
December 14, 2006 at 11:12 pm #263468
Haris PecoMemberDavid,
I answer me and you are correct.You can try type some letter and content assist will work after this, for example
select * from p
if you have table PERSONI will add request for content assist enhancement for sql editor
Thanks,
December 14, 2006 at 11:31 pm #263470
David A KoontzMemberPeco, thanks for your help, but I’m confused.
My question / problem is that I do not get code assist with my database (HSQLDB). Is there some problem with my DB or the plugin or MyEclipse?
Thanks David
December 14, 2006 at 11:53 pm #263472
Haris PecoMemberDavid,
It is same for all databases.Content assists doesn’t work just after from clause.It will work when you type some character in table name.
There isn’t problem with your database.
Regards,
December 15, 2006 at 12:05 am #263473
David A KoontzMemberOh – that’s how it works!!! Wow! – now I feel silly.
Thanks for your help – yes I have to type at least one character before Ctrl-Space – duh.
Again Thanks Peco! 🙂
December 15, 2006 at 12:12 am #263474
Haris PecoMemberDavid,
It is not your fault.You are correct, we need add this features
Thank you for your feedback and sorry for the inconvenience caused.
Regards,
-
AuthorPosts