database in visual studio

R

rahul gupta

Which data base is used in visual Studio 2008,
m very confused is it sql server or mysql.
I am talking about the internal data server support given in visual
studio.
please also suggest me as a developer i should use internal support or
i should use external server??
 
A

Arne Vajhøj

Which data base is used in visual Studio 2008,
m very confused is it sql server or mysql.
I am talking about the internal data server support given in visual
studio.
please also suggest me as a developer i should use internal support or
i should use external server??

VS comes with SQLServer support (and SQLServer Express Edition
I believe).

Arne
 
R

rahul gupta

VS comes with SQLServer support (and SQLServer Express Edition
I believe).

Arne

so should i use internal server support or externally use the server
whic is best option????
 
R

Rick Lones

rahul said:
so should i use internal server support or externally use the server
whic is best option????

The database server is external in either case - a DBMS is not built into the
..Net runtime AFAIK, if that is what you are thinking. I think maybe you mean to
ask whether the free server meets your needs. Obviously, only you can answer that.

-rick-
 

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