easy question for profeesionall programmers...
-
hi friends first can i install mssql server 2000 on linux server???? can i connect and use ms sql server 2000 from windows application(C#) ?? i have application with c# and database with ms sql server 2000 . but manager of this project said me that i have to use linux server instead of current windows server... please guide me to solve this problem. thank you
nobody help you... you have to help you yourself and this is success way.
-
hi friends first can i install mssql server 2000 on linux server???? can i connect and use ms sql server 2000 from windows application(C#) ?? i have application with c# and database with ms sql server 2000 . but manager of this project said me that i have to use linux server instead of current windows server... please guide me to solve this problem. thank you
nobody help you... you have to help you yourself and this is success way.
mssql server cannot be installed on Linux. If your manager insists to use Linux, you should use cross platform database like MySQL.
Hesham A. Amin My blog
-
hi friends first can i install mssql server 2000 on linux server???? can i connect and use ms sql server 2000 from windows application(C#) ?? i have application with c# and database with ms sql server 2000 . but manager of this project said me that i have to use linux server instead of current windows server... please guide me to solve this problem. thank you
nobody help you... you have to help you yourself and this is success way.
As the previous poster said, use MySQL. They have a .Net connector you can download from their site, install it and add a reference to your project and it's easy from there. No problems connecting to Linux/MySQL from a windows app (C#).
Dave
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn) -
hi friends first can i install mssql server 2000 on linux server???? can i connect and use ms sql server 2000 from windows application(C#) ?? i have application with c# and database with ms sql server 2000 . but manager of this project said me that i have to use linux server instead of current windows server... please guide me to solve this problem. thank you
nobody help you... you have to help you yourself and this is success way.
mr.mohsen wrote:
can i install mssql server 2000 on linux server?
No.
mr.mohsen wrote:
can i connect and use ms sql server 2000 from windows application(C#) ?
Yes, look at www.connectionstrings.com[^]
mr.mohsen wrote:
manager of this project said me that i have to use linux server instead of current windows server...
Manager is a moron, and needs to be fired. Obviously he doesn't know squat. Unless he means MySQL which is much different than MSSQL Server.
"The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon