1752772 Members
4913 Online
108789 Solutions
New Discussion юеВ

one qustion about DB

 
SOLVED
Go to solution
cdp_1
Occasional Advisor

one qustion about DB

in HPUX,how can i read/write remote MS' sqlserver database?

or how can i connect to a remote SQL db?
can u give me some explain in detail?

thank u very much 4 ur help!!
4 REPLIES 4
T G Manikandan
Honored Contributor
Solution

Re: one qustion about DB

From perl,
you can use the perl DBI/DBD modules.



you can also use jdbc drivers to connect using java.
Mobeen_1
Esteemed Contributor

Re: one qustion about DB

It really depends on what tools/technology you would like to use to define the remote MS SQL Server.

As some one has already said, you can use jdbc and define datasource to the remote SQL Server if you would like to use java to access. Alternatively you can use the DBD modules to access via PERL.

regards
Mobeen
Karthik S S
Honored Contributor

Re: one qustion about DB

Install squirrel,

http://squirrel-sql.sourceforge.net

-Karthik S S
For a list of all the ways technology has failed to improve the quality of life, please press three. - Alice Kahn
cdp_1
Occasional Advisor

Re: one qustion about DB

very sorry for my late reply!