Link to home
Start Free TrialLog in
Avatar of ahmedsaid50
ahmedsaid50

asked on

Please help

Hello,
I am working on a project for a tourism company which is in need for an HR program and i want to use the SQL Server as the database but i am worried about the costs because the SQL Server is expensive. My question is can i make the program work while there is no SQL Server installed on the PC or server? (I can make the program work with MS Access on a pc without MS Access).

If it is possible then please tell me how do i do it. If there are websites discussing this issue then please send its URL.

Note: I saw a program work with Sybase database while this database is not installed on the pc.

Thanks and best regards
Ahmed
Avatar of Arthur_Wood
Arthur_Wood
Flag of United States of America image

take a look at MSDE (Microsoft Desktop Engine) which is a 'slimmed down' version of SQL Server.

http://www.microsoft.com/sql/msde/default.asp

AW
Avatar of ahmedsaid50
ahmedsaid50

ASKER

Hello,

Thank you for your reply.
Is this is the only way to use the SQL server without buying the commercial program.
As i told you i saw a program that is using Sybase database and the program is working without installing this database on the PC and when the program works an istance of the database is intialized and destoryed when the program is closed.

If you have anyother ideas please share it with me.

Best regards
Ahmed
ASKER CERTIFIED SOLUTION
Avatar of Arthur_Wood
Arthur_Wood
Flag of United States of America 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