database in visual studio

  • Thread starter Thread starter rahul gupta
  • Start date Start date
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??
 
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
 
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????
 
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-
 
Back
Top