 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
kei Guest
|
Posted: Sun Apr 16, 2006 1:03 pm Post subject: In setting the database connection properties, can't find th |
|
|
I have download the JDBC SQLServer 2000 driver, install it, and use the
Enterprise setup dialog box to create the .config file, then I added the
JDBC driver to default project, close and restart, but then when I want to
set the driver properties of database connection propeties, no the just
installed driver on the list of combo box, what is the problem?
(anyway, I can't see my library file .library in the JBuilder/lib directory
although I can find the .config file in the JBuilder /lib/ext directory)
(the .config file content is
addpath C:/Program Files/Microsoft SQL Server 2000 Driver for
JDBC/lib/msbase.jar
addpath C:/Program Files/Microsoft SQL Server 2000 Driver for
JDBC/lib/mssqlserver.jar
addpath C:/Program Files/Microsoft SQL Server 2000 Driver for
JDBC/lib/msutil.jar
) |
|
| Back to top |
|
 |
kei Guest
|
Posted: Sun Apr 16, 2006 6:03 pm Post subject: Re: In setting the database connection properties, can't fin |
|
|
Oh, I can find the .library file in C:\Documents and
Settings\kei\.jbuilderX\JDBC SQLServer2000.library, but still can select the
driver in the database connection properties combo box, why?
anyone can help?
"kei" <kei (AT) omc (DOT) com.hk> wrote in message
news:444231dc (AT) newsgroups (DOT) borland.com...
| Quote: | I have download the JDBC SQLServer 2000 driver, install it, and use the
Enterprise setup dialog box to create the .config file, then I added the
JDBC driver to default project, close and restart, but then when I want to
set the driver properties of database connection propeties, no the just
installed driver on the list of combo box, what is the problem?
(anyway, I can't see my library file .library in the JBuilder/lib
directory although I can find the .config file in the JBuilder /lib/ext
directory)
(the .config file content is
addpath C:/Program Files/Microsoft SQL Server 2000 Driver for
JDBC/lib/msbase.jar
addpath C:/Program Files/Microsoft SQL Server 2000 Driver for
JDBC/lib/mssqlserver.jar
addpath C:/Program Files/Microsoft SQL Server 2000 Driver for
JDBC/lib/msutil.jar
)
|
|
|
| Back to top |
|
 |
kei Guest
|
Posted: Sun Apr 16, 2006 7:03 pm Post subject: Re: In setting the database connection properties, can't fin |
|
|
now I use database pilot and set the driver to
com.microsoft.jdbc.sqlserver.SQLServerDriver, URL to
jdbc:microsoft:sqlserver://127.0.0.1:1433, and try to connect, but the error
message is "Error establishing socket", anyone know the problem??
Thx!!
"kei" <kei (AT) omc (DOT) com.hk> wrote in message
news:44427a3c (AT) newsgroups (DOT) borland.com...
| Quote: | Oh, I can find the .library file in C:\Documents and
Settings\kei\.jbuilderX\JDBC SQLServer2000.library, but still can select
the driver in the database connection properties combo box, why?
anyone can help?
"kei" <kei (AT) omc (DOT) com.hk> wrote in message
news:444231dc (AT) newsgroups (DOT) borland.com...
I have download the JDBC SQLServer 2000 driver, install it, and use the
Enterprise setup dialog box to create the .config file, then I added the
JDBC driver to default project, close and restart, but then when I want to
set the driver properties of database connection propeties, no the just
installed driver on the list of combo box, what is the problem?
(anyway, I can't see my library file .library in the JBuilder/lib
directory although I can find the .config file in the JBuilder /lib/ext
directory)
(the .config file content is
addpath C:/Program Files/Microsoft SQL Server 2000 Driver for
JDBC/lib/msbase.jar
addpath C:/Program Files/Microsoft SQL Server 2000 Driver for
JDBC/lib/mssqlserver.jar
addpath C:/Program Files/Microsoft SQL Server 2000 Driver for
JDBC/lib/msutil.jar
)
|
|
|
| Back to top |
|
 |
kei Guest
|
Posted: Sun Apr 16, 2006 8:03 pm Post subject: Re: In setting the database connection properties, can't fin |
|
|
Oh, after installing the service pack 3 of SQL Server, the problem is
solved!!
"kei" <kei (AT) omc (DOT) com.hk> wrote in message
news:444299a3 (AT) newsgroups (DOT) borland.com...
| Quote: | JBuilder X, Enterprise Edition, SQL Server Personal Edition
"Paul Furbacher [TeamB]" <pfurbacher (AT) mac (DOT) com> wrote in message
news:4442990c$1 (AT) newsgroups (DOT) borland.com...
kei wrote:
now I use database pilot and set the driver to
com.microsoft.jdbc.sqlserver.SQLServerDriver, URL to
jdbc:microsoft:sqlserver://127.0.0.1:1433, and try to connect, but the
error message is "Error establishing socket", anyone know the problem??
You have not mentioned which version and edition of JBuilder you
are using. That may make a difference.
Query the archives using either tamaracka or Google:
tamaracka keywords: ^jbuilder dbpilot config driver
read most of the hits, sorted by date.
--
Paul Furbacher (TeamB)
Save time, search the archives:
http://info.borland.com/newsgroups/ngsearch.html
Is it in Joi Ellis's Faq-O-Matic?
http://www.visi.com/~gyles19/fom-serve/cache/1.html
Finally, please send responses to the newsgroup only.
That means, do not send email directly to me.
Thank you.
|
|
|
| Back to top |
|
 |
kei Guest
|
Posted: Sun Apr 16, 2006 8:03 pm Post subject: Re: In setting the database connection properties, can't fin |
|
|
JBuilder X, Enterprise Edition, SQL Server Personal Edition
"Paul Furbacher [TeamB]" <pfurbacher (AT) mac (DOT) com> wrote in message
news:4442990c$1 (AT) newsgroups (DOT) borland.com...
| Quote: | kei wrote:
now I use database pilot and set the driver to
com.microsoft.jdbc.sqlserver.SQLServerDriver, URL to
jdbc:microsoft:sqlserver://127.0.0.1:1433, and try to connect, but the
error message is "Error establishing socket", anyone know the problem??
You have not mentioned which version and edition of JBuilder you
are using. That may make a difference.
Query the archives using either tamaracka or Google:
tamaracka keywords: ^jbuilder dbpilot config driver
read most of the hits, sorted by date.
--
Paul Furbacher (TeamB)
Save time, search the archives:
http://info.borland.com/newsgroups/ngsearch.html
Is it in Joi Ellis's Faq-O-Matic?
http://www.visi.com/~gyles19/fom-serve/cache/1.html
Finally, please send responses to the newsgroup only.
That means, do not send email directly to me.
Thank you. |
|
|
| Back to top |
|
 |
Paul Furbacher [TeamB] Guest
|
Posted: Sun Apr 16, 2006 8:03 pm Post subject: Re: In setting the database connection properties, can't fin |
|
|
kei wrote:
| Quote: | now I use database pilot and set the driver to
com.microsoft.jdbc.sqlserver.SQLServerDriver, URL to
jdbc:microsoft:sqlserver://127.0.0.1:1433, and try to connect, but the error
message is "Error establishing socket", anyone know the problem??
|
You have not mentioned which version and edition of JBuilder you
are using. That may make a difference.
Query the archives using either tamaracka or Google:
tamaracka keywords: ^jbuilder dbpilot config driver
read most of the hits, sorted by date.
--
Paul Furbacher (TeamB)
Save time, search the archives:
http://info.borland.com/newsgroups/ngsearch.html
Is it in Joi Ellis's Faq-O-Matic?
http://www.visi.com/~gyles19/fom-serve/cache/1.html
Finally, please send responses to the newsgroup only.
That means, do not send email directly to me.
Thank you. |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|