Link to home
Start Free TrialLog in
Avatar of Absente
Absente

asked on

c# ms sql database

hi i developing a c# project witg visual studio.
 I nedd to work with ms sql server ?

what is your opinion ?  which edition i should use ?
my database wwiil on local computer.

i try to connect with compact edition but i get this error.

Unable to load the native components of SQL Server Compact corresponding to the ADO.NET provider of version 8080. Install the correct version of SQL Server Compact. Refer to KB article 974247 for more details.

My project is reservation ssytem.
it will client apilication .

Any resource for database
Avatar of ralmada
ralmada
Flag of Canada image

At first glanse I would suggest you go with SQL Express.
You can also check this link to compare:
http://www.microsoft.com/sqlserver/2008/en/us/editions.aspx 
SOLUTION
Avatar of Miguel Oz
Miguel Oz
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
>>SQL Express is not for mobile applications, <<
The asker only mentioned that he will install it in a local computer. He didn't specify any mobile applications. So I would jump to any conclusion that easily.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Absente
Absente

ASKER

Ok i am dowload from mdsn acedemic allisa
I wil try this.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Absente

ASKER

Great