| .NET DotNet Forum Index » VB.NET Forum (Visual Basic .NET) » OLEDB... |
|
Page 1 of 1 |
|
| Author |
Message |
| pregis... |
Posted: Tue Oct 27, 2009 5:30 pm |
|
|
|
Guest
|
Hi. I am very new to database programming with VB.NET. I have two questions
really. Is there a way to use a database that is embedded with the
application so that it can access that database no matter where it is
launched from? The second is where a good reference to creating a simple
database using Access and VB.NET?
Thank you so much!
Patrick |
|
|
| Back to top |
|
|
|
| Trevor Benedict... |
Posted: Tue Oct 27, 2009 5:30 pm |
|
|
|
Guest
|
You can look as MSDE (SQL Server Developer Edition). The 2008 version is
pretty robust. The setup can be scripted and very easy to install.
Regards,
Trevor.
"pregis" <pregis at (no spam) discussions.microsoft.com> wrote in message
news:2A59C1C4-5BFE-48CB-850D-5ABBE57D1C77 at (no spam) microsoft.com...
Quote: Hi. I am very new to database programming with VB.NET. I have two
questions
really. Is there a way to use a database that is embedded with the
application so that it can access that database no matter where it is
launched from? The second is where a good reference to creating a simple
database using Access and VB.NET?
Thank you so much!
Patrick |
|
|
| Back to top |
|
|
|
| Scott M.... |
Posted: Tue Oct 27, 2009 7:52 pm |
|
|
|
Guest
|
"Trevor Benedict" <trevornews at (no spam) gmail.com> wrote in message
news:%23bnTK41VKHA.4484 at (no spam) TK2MSFTNGP02.phx.gbl...
Quote: You can look as MSDE (SQL Server Developer Edition). The 2008 version is
pretty robust. The setup can be scripted and very easy to install.
Regards,
Trevor.
Of course, you'd probably want to use the Sql Provider, rather than OleDb
for that.
-Scott |
|
|
| Back to top |
|
|
|
| Patrice... |
Posted: Wed Oct 28, 2009 11:55 am |
|
|
|
Guest
|
|
| Back to top |
|
|
|
|