Re: Can we use Unix as the server?
From: Angel Saenz-Badillos[MS] (angelsa_at_online.microsoft.com)
Date: 04/14/04
- Next message: Gerry Viator: "Auto Ajust the Column width in a datagrid"
- Previous message: suzy: "whats the best way to do this?"
- In reply to: Jonathan Li: "Re: Can we use Unix as the server?"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 14 Apr 2004 13:01:09 -0700
Jonathan,
I am sorry, I am not at all sure that I understand your question, you seem
to want to know if you can use .net to work with a UNIX database and the
answer to that is an unqualified yes, it does not matter what OS your
database is running, the only thing you need is to use Windows on the
machine where you are going to use .net. Makes sense?
To your questions:
> 1. The server must be Unix
Not a problem.
> When I say 'server' means 1) database server;
Not a problem
> 2) if possible also the application server.
(?) Are you saying that you are going to be using this machine as a web
server? If so then problem since .net was developed for windows (mono
project aside). If you are not going to use this as a web server what other
type of app server functions do you want it to do? you seem to indicate
later in the post that you would like to use c# /asp.net on the client
>2. I want to make use of the Windows/.Net powers on client side.
Perfect, on the Windows client machine you would use ado.net to connect to
the UNIX database directly. It does not matter that it is running under
Unix, all you need are the oledb or odbc drivers for your application.
-- Angel Saenz-Badillos [MS] Managed Providers This posting is provided "AS IS", with no warranties, and confers no rights.Please do not send email directly to this alias. This alias is for newsgroup purposes only. "Jonathan Li" <jonathanli888@hotmail.com> wrote in message news:O5xY$ScIEHA.3820@tk2msftngp13.phx.gbl... > > Angel, > > Thanks. > > I guess I need to rephrase my requirement. > > 1. The server must be Unix > When I say 'server' means 1) database server; 2) if possible also the > application server. > > One asked why Unix instead of Windows. Well, it is written in the > bidding document to use Unix. Actually most of my clients and myself > believe that Unix is for enterprise server and Windows is for personal > use. > > If I can use Windows as the server, there is no question at all. So > please no need to discuss on this point. > > 2. I want to make use of the Windows/.Net powers on client side. > The application on client has two packages, one is in C/S mode. The > other is B/S mode. So, I would like to use C#.Net or VB.Net to develop > the C/S package and ASP.Net to develop B/S package. > > 3. Because the C/S package is operating on the same data set as of the > B/S package, there are a lot functions (or components) in common for > these two packages. Actually, I want the two packages share the > components as much as possible. > Under J2EE, we can have EJBs to have that. Under .Net, what should I do > because ASP.Net cannot work under Unix. > > Thanks. > > Jonathan > > > > > *** Sent via Developersdex http://www.developersdex.com *** > Don't just participate in USENET...get rewarded for it!
- Next message: Gerry Viator: "Auto Ajust the Column width in a datagrid"
- Previous message: suzy: "whats the best way to do this?"
- In reply to: Jonathan Li: "Re: Can we use Unix as the server?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|