OLEDB

T

Trevor Benedict

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.
 
P

pregis

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
 
S

Scott M.

Trevor Benedict said:
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
 

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

Top