Jump to content

Add bd sqlserver 2005 in a Relaese Project

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
beaucequebec

beaucequebec

    Newbie

  • Members
  • Pip
  • 3 posts
Hi everybody, i just want to know how can we add a database made in sql server 2005 in a release project with visual studio 2005 (.NET)

#2
Guest_Jordan_*

Guest_Jordan_*
  • Guests
You can use ADO.NET to access most databases - ADO.NET - Wikipedia, the free encyclopedia
You could also create an ODBC connection and access that or get a driver specific DLL for your database type.