Connecting Netbeans 6.5 to MS SQL Express 2005

View: New views
4 Messages — Rating Filter:   Alert me  

Connecting Netbeans 6.5 to MS SQL Express 2005

by Eduardo Kranz :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I'm having problems trying to connect MS SQL Express 2005 to Netbeans 6.5, I have downloaded the JDBC file of Microsoft's website. Going to the normal procedure of connecting a database, Netbeans cannot find the database.

Would you guys know any specific tutorial or other specific issues?

Thanks..

Re: Connecting Netbeans 6.5 to MS SQL Express 2005

by Erno Mononen :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Eduardo,

Eduardo Kranz wrote:
> I'm having problems trying to connect MS SQL Express 2005 to Netbeans 6.5, I
> have downloaded the JDBC file of Microsoft's website. Going to the normal
> procedure of connecting a database, Netbeans cannot find the database.
>
> Would you guys know any specific tutorial or other specific issues?
>  

I couldn't really find anything and unfortunately don't have a
possibility to try it myself now. Can you connect to the database
outside of NetBeans? I'm CC'ing David from the DB team in the hope that
he has some insight on this.

Erno


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Re: Connecting Netbeans 6.5 to MS SQL Express 2005

by David Van Couvering :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

What exactly is going wrong?  Can you connect and you can't see the
tables in the Database Explorer?  The standard JDBC driver for MS SQL
Server Express has had some problems, have you tried the JTDS JDBC driver?

See http://jtds.sourceforge.net/.  It works pretty well.

David

Erno Mononen wrote:

> Hi Eduardo,
>
> Eduardo Kranz wrote:
>> I'm having problems trying to connect MS SQL Express 2005 to Netbeans
>> 6.5, I
>> have downloaded the JDBC file of Microsoft's website. Going to the
>> normal
>> procedure of connecting a database, Netbeans cannot find the database.
>>
>> Would you guys know any specific tutorial or other specific issues?
>>  
>
> I couldn't really find anything and unfortunately don't have a
> possibility to try it myself now. Can you connect to the database
> outside of NetBeans? I'm CC'ing David from the DB team in the hope
> that he has some insight on this.
>
> Erno
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Re: Connecting Netbeans 6.5 to MS SQL Express 2005

by Eduardo Kranz :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks guys, I have figured out,
Just needed to install ADO.rb, and some other gems..

Thanks for the help.

Eduardo Kranz wrote:
I'm having problems trying to connect MS SQL Express 2005 to Netbeans 6.5, I have downloaded the JDBC file of Microsoft's website. Going to the normal procedure of connecting a database, Netbeans cannot find the database.

Would you guys know any specific tutorial or other specific issues?

Thanks..