473,396 Members | 1,775 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Data tier options

Hi all,

I'm looking at adding some ASP.NET apps to an existing Win2K-hosted website.
The site is hosted by another company on a server shared by others. While
the hosting company is fairly accommodating with configuration, we still
don't have absolute control. I'm looking at MySQL, MSDE and Visual FoxPro
as options for the data store and looking for suggestions/feedback.

The server has MySQL available already, and it's abundantly clear that the
administrator thinks the whole world should run nothing but PHP-MySQL
solutions. However, we have zero experience with MySQL.

As "low-end" as it sounds, MSDE is an option (assuming there isn't something
absolutely preventing it like ASP.NET refusing to use it) as the traffic in
the next year would never reach ten concurrent users and rarely even see
concurrent use at all. I would assume that the SqlClient functions would
still apply.

VFP would well suit our needs as we are very familiar with it and it has the
necessary capacity, but I've heard some conflicting stories on just how
cleanly the OLEDB drivers truly support it.

I realize I'm being kind of vague, but any opinions on these options would
be appreciated.

TIA,

John
Nov 18 '05 #1
3 1164
If concurrent connections is never going to be an option, then I'd go with
the MSDE. Your host would have to permit this installation though, and from
the sound of it, I doubt thats going to happen.

MySQL isnt that scary. There are some good tools for it now, and since its
ANSI-SQL compliant youre not really going to have to learn anything new. If
youre comfortable with a gui, the MySQLControlCenter has an interface
similar to the Enterprise Manager.

Also, why not consider Access? Its more portable (you can stick it on the
server and Access installation on it is not required), and you can always
upgrade later or perform DTS operations to bring copies to SQL Server
locally. Using Access does require a little more work in file protection
(you dont want just any joe spidering your side and DLing the .mdb files
when he finds them).

My 2 cents.

"John Spiegel" <js******@YETANOTHERSPAMHATERc-comld.com> wrote in message
news:eQ**************@TK2MSFTNGP11.phx.gbl...
Hi all,

I'm looking at adding some ASP.NET apps to an existing Win2K-hosted website. The site is hosted by another company on a server shared by others. While
the hosting company is fairly accommodating with configuration, we still
don't have absolute control. I'm looking at MySQL, MSDE and Visual FoxPro
as options for the data store and looking for suggestions/feedback.

The server has MySQL available already, and it's abundantly clear that the
administrator thinks the whole world should run nothing but PHP-MySQL
solutions. However, we have zero experience with MySQL.

As "low-end" as it sounds, MSDE is an option (assuming there isn't something absolutely preventing it like ASP.NET refusing to use it) as the traffic in the next year would never reach ten concurrent users and rarely even see
concurrent use at all. I would assume that the SqlClient functions would
still apply.

VFP would well suit our needs as we are very familiar with it and it has the necessary capacity, but I've heard some conflicting stories on just how
cleanly the OLEDB drivers truly support it.

I realize I'm being kind of vague, but any opinions on these options would
be appreciated.

TIA,

John

Nov 18 '05 #2
I doubt that you can get your hosting service to install MSDE on their
server for you. All things considered, I would do one of 2 things:

1. Get a good hosting service
2. Use a file-based database, such as VFP or Access

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"John Spiegel" <js******@YETANOTHERSPAMHATERc-comld.com> wrote in message
news:eQ**************@TK2MSFTNGP11.phx.gbl...
Hi all,

I'm looking at adding some ASP.NET apps to an existing Win2K-hosted website. The site is hosted by another company on a server shared by others. While
the hosting company is fairly accommodating with configuration, we still
don't have absolute control. I'm looking at MySQL, MSDE and Visual FoxPro
as options for the data store and looking for suggestions/feedback.

The server has MySQL available already, and it's abundantly clear that the
administrator thinks the whole world should run nothing but PHP-MySQL
solutions. However, we have zero experience with MySQL.

As "low-end" as it sounds, MSDE is an option (assuming there isn't something absolutely preventing it like ASP.NET refusing to use it) as the traffic in the next year would never reach ten concurrent users and rarely even see
concurrent use at all. I would assume that the SqlClient functions would
still apply.

VFP would well suit our needs as we are very familiar with it and it has the necessary capacity, but I've heard some conflicting stories on just how
cleanly the OLEDB drivers truly support it.

I realize I'm being kind of vague, but any opinions on these options would
be appreciated.

TIA,

John

Nov 18 '05 #3
Thanks, both. (I shouldn't really post right before leaving on vacation)

To be honest, I just never really thought about Access, I suppose for no
better reason than I don't have it installed at work--but that's a pretty
poor excuse, huh?

- John

"John Spiegel" <js******@YETANOTHERSPAMHATERc-comld.com> wrote in message
news:eQ**************@TK2MSFTNGP11.phx.gbl...
Hi all,

I'm looking at adding some ASP.NET apps to an existing Win2K-hosted website. The site is hosted by another company on a server shared by others. While
the hosting company is fairly accommodating with configuration, we still
don't have absolute control. I'm looking at MySQL, MSDE and Visual FoxPro
as options for the data store and looking for suggestions/feedback.

The server has MySQL available already, and it's abundantly clear that the
administrator thinks the whole world should run nothing but PHP-MySQL
solutions. However, we have zero experience with MySQL.

As "low-end" as it sounds, MSDE is an option (assuming there isn't something absolutely preventing it like ASP.NET refusing to use it) as the traffic in the next year would never reach ten concurrent users and rarely even see
concurrent use at all. I would assume that the SqlClient functions would
still apply.

VFP would well suit our needs as we are very familiar with it and it has the necessary capacity, but I've heard some conflicting stories on just how
cleanly the OLEDB drivers truly support it.

I realize I'm being kind of vague, but any opinions on these options would
be appreciated.

TIA,

John

Nov 18 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Hamed | last post by:
Hello I have employed as a developer in a software company that its team uses FoxPro / VB 6.0 / VC++ 6.0 as the developing tools and newly is going to migrate to VS.NET. There is a project...
0
by: Vin | last post by:
Hi, I've got a VB.Net + ASP.Net message board application which has already been customized. There are two solutions in this application. 1. The front end aspx, aspx.vb files, User controls...
1
by: Vin | last post by:
Hi, I've got a VB.Net + ASP.Netmessage board application which has already been customized. There are two solutions in this application. 1. The front end aspx, aspx.vb files, User controls...
16
by: D Witherspoon | last post by:
I am developing a Windows Forms application in VB.NET that will use .NET remoting to access the data tier classes. A very simple way I have come up with is by creating typed (.xsd) datasets. For...
3
by: zc2468 | last post by:
I am new to dot net and would like to write an application using a solid 3 tier design because I expect the app to require a lot of updates and maintenance over time. I am creating my own data...
5
by: Tina | last post by:
I'm reading about the "3-tier" design afforded by using Object Data Sources in the App_Data folder in 2.0 asp.net projects. To me, putting an object data source in a separate folder on the web...
4
by: pratham | last post by:
Hi! I'm making a database application and i heard from a friend that it is more proffecional and easy to do this with bussines objects. Can anyone tell me where i can find more info on bussines...
10
by: Sjaakie | last post by:
Hi, I'm, what it turns out to be, fooling around with 3-tier design. At several websites people get really enthusiastic about using custom dataobjects instead of datasets/-tables. While trying to...
2
by: grawsha2000 | last post by:
Greetings, I am developing this N-tier business app. The problem I'm facing is when I try to pass business objects (employees, dept..etc) from business tier to data tier,i.e., the add method in...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.