![]() |
MS Acess
How can i interligate my app with a DB in MS Acess?
I don't know how to do that! Greetings. |
Re: MS Acess
"Rodrigo Ferreira" <rjrferreira@gmail.com> wrote in message
news:uCz4bqu2FHA.956@TK2MSFTNGP10.phx.gbl... > How can i interligate my app with a DB in MS Acess? Just as you would with any other database... In this case, you use the System.Data.OleDb namespace, and tell ADO.NET how to locate and work with your Jet (Access) database by means of a ConnectionString. See here for some examples of that: http://www.connectionstrings.com/ However - a word of warning: Access is not a very suitable RDBMS for ASP.NET - consider using SQL Server / MSDE / SQL Server Express / mySql instead... |
Re: MS Acess
Thanks!
"Mark Rae" <mark@mark-N-O-S-P-A-M-rae.co.uk> escreveu na mensagem news:%23iLy6wu2FHA.3300@TK2MSFTNGP15.phx.gbl... > "Rodrigo Ferreira" <rjrferreira@gmail.com> wrote in message > news:uCz4bqu2FHA.956@TK2MSFTNGP10.phx.gbl... > >> How can i interligate my app with a DB in MS Acess? > > Just as you would with any other database... > > In this case, you use the System.Data.OleDb namespace, and tell ADO.NET > how to locate and work with your Jet (Access) database by means of a > ConnectionString. > > See here for some examples of that: > http://www.connectionstrings.com/ > > However - a word of warning: Access is not a very suitable RDBMS for > ASP.NET - consider using SQL Server / MSDE / SQL Server Express / mySql > instead... > |
| All times are GMT. The time now is 04:22 AM. |
Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.