I have 1.0.2 installed as well. Window>open perspective>other... then pick DBEdit
After you are in that perspective, Window>Show View will have a bunch of SQL specific stuff. You'll also have a new menu on the top menu bar called "configure" That's where you point to your jdbc driver and setup the connection. For example I am using a MSSQL server here at work and I downloaded the jtds driver (http://jtds.sourceforge.net/). 1. Add the driver to the class path using the classpath tab 2. pick the jdbc driver on the first tab (net.sourceforge.jtds.jdbc.Driver in this case 3. Server url looks like jdbc:jtds:sqlserver://DEVSERVER:1433;databaseName=dnaoperations;SelectMethod=direct;sendStringParametersAsUnicode=false 4. User and password Should be set from there. only other odd thing about that plugin is the SQL query view is called "Instant SQL" which is a touch odd. Cheers, Rob On Thu, 13 Jan 2005 11:43:03 -0500, Sparrow-Hood, Walter <[EMAIL PROTECTED]> wrote: > I haven't even gotten that far. I've installed it on my 3.0 version and it > shows up under product configuration as being installed properly but I can't > find it anywhere - very frustrating. > > Walt > > -----Original Message----- > From: Neil Middleton [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 13, 2005 9:48 AM > To: CF-Talk > Subject: OT: Eclipse DBEdit > > Hi, > > I've just installed the latest release (1.02) of DBEdit into my > eclipse 3.0 and have come across a problem. > > I can see the prefs for it, I can see the views for it, but how the > hell do I set up a connection? I have hunted and hunted and found > nothing. > > Any ideas? > -- > Neil > http://www.theservicefactory.com > > Get Firefox - http://www.getfirefox.com > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:190254 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

