Try it:
1.Suppose you have MSSQLServer driver.
   If not you can download with http://www.microsoft.com/downloads/details.aspx?FamilyID=4f8f2f01-1ed7-4c4d-8f7b-3d47969e66ae&DisplayLang=en 
   site download Microsoft SQL Server 2000 Driver for JDBC  driver
2.UnZip Copy D:\SQL Server 2000 Driver for JDBC\lib\
        msbase.jar
        mssqlserver.jar
        msutil.jar
        in D:\JBuilder8\lib\ directory.
3.Open Jbuilder.
4.Open Tools -> Configure Libraries -> New -> Name:MSSQLServer Location:Jbuilder -> Add ->   msbase.jar &mssqlserver.jar &msutil.jar(cannot lose anyone)
-> OK
5.Open Tools -> Configure Libraries -> Add -> MSSQLServer with Required Libraries
6.Tools-> Database Pilot->File ->New-> Driver(write in:com.microsoft.jdbc.sqlserver.SQLServerDriver)
                                &URL(jdbc:microsoft:sqlserver://localhost:1433;databasename=pubs)-> OK
7.right click this item& key in right ID& Password,
8.On test picture, can view schema, data, ......
9.Integrate Success.
10.If any question, Keep in touch with...