connect to an mssql server (2005)

Forum related to version 6.5.1 (alpha) and 6.6.x (beta) of ZeosLib's DBOs

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
vincentfranssen
Fresh Boarder
Fresh Boarder
Posts: 3
Joined: 08.09.2005, 09:57

connect to an mssql server (2005)

Post by vincentfranssen »

hi,

do we have tutorials on how to connect to an mssql server (2005). I have no clue on how to do that. Normally I work with postgresql and thats no problem at all.

in .net i use connection strings like this,
"Data Source=(local);Initial Catalog=vitaphone;Integrated Security=SSPI")]

Vincent
Michael
ZeosLib's Handyman :o)
ZeosLib's Handyman :o)
Posts: 189
Joined: 15.08.2005, 16:08
Location: Wehrheim
Contact:

Post by Michael »

Hi vincentfranssen,

I worked for quite a while with Zeos and MS SQL Server (2000 and 2005) and the most elegant way is to get connected is to choose the ADO-Protocol and then establish you connection to the database by using the connection wizard which opens when you click on the database-proerty (...-Button) in your ZConnection-Comonent. Use the "Microsoft OLE DB Provider for SQL Server".

You do not really have to care about the ADO-connection string.

Best Regards!
:prog2: Use the source, dude!

[align=right]..::.. ZeosLib on SourceForge ..::..[/align]
Post Reply