DBI, Sql Server, and Windows Security

B

Brian Takita

Hello,

Is is possible to use windows integrated security with the Sql Server
version of DBI?

I'd like to use an existing ORM such as ActiveRecord or Kansas with a
client application.
I'd rather not store the database login on the client machine.

If DBI does not support integrated security, is there another way to
keep the login hidden?

Thank you,
Brian Takita
 
B

Brian Takita

If DBI does not support integrated security, is there another way to
keep the login hidden?

There is a package named dbi-dbrc that obfusticates the login data.

I would still feel safer using Windows Authentication.

Would it be feasible for DBI to allow a way to accept custom connection
strings?
This would allow DBI to use database features that are not immediately
generated by DBI.
 
M

Michael Neumann

Am Monday 02 May 2005 21:39 schrieb Brian Takita:
keep the login hidden?

There is a package named dbi-dbrc that obfusticates the login data.

I would still feel safer using Windows Authentication.

Would it be feasible for DBI to allow a way to accept custom connection
strings?

I don't understand this. Can you explain?
This would allow DBI to use database features that are not immediately
generated by DBI.

Regards,

Michael
 
B

Brian Takita

Oops...

It looks like you can pass a custom connection string to DBI.

The following connection string works:

dbh = DBI.connect(DBI:ADO:provider=SQLOLEDB;Data Source=SERVER;Initial
Catalog=DATABASE;Integrated Security=SSPI;)

I was thrown off by the userid and password arguments.
I'm sorry to trouble you and thanks for responding.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,173
Messages
2,570,938
Members
47,473
Latest member
pioneertraining

Latest Threads

Top