473,569 Members | 2,762 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Third party database

Hi, does anyone know some good third party database component written in
..NET?
I am looking for an alternative for MS ACCESS or MSDE.

Thanks
Tony
Nov 16 '05 #1
4 1283
Tony,

WHen you say a database component written in .NET, do you mean a
database that has a provider that can be used in .NET, or do you mean a
complete database that was written using .NET?

If you mean the former, then you might want to take a look at mySQL,
which has a .NET provider written for it.

If you mean the latter, I don't know of any databases that are written
in entirely managed code.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard. caspershouse.co m

"Tony" <en*******@hotm ail.com> wrote in message
news:Oy******** ******@TK2MSFTN GP10.phx.gbl...
Hi, does anyone know some good third party database component written in
.NET?
I am looking for an alternative for MS ACCESS or MSDE.

Thanks
Tony

Nov 16 '05 #2
I am looking for database component such as CodeBase, but is written in
..NET.
"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard .caspershouse.c om> wrote in
message news:%2******** **********@TK2M SFTNGP10.phx.gb l...
Tony,

WHen you say a database component written in .NET, do you mean a
database that has a provider that can be used in .NET, or do you mean a
complete database that was written using .NET?

If you mean the former, then you might want to take a look at mySQL,
which has a .NET provider written for it.

If you mean the latter, I don't know of any databases that are written
in entirely managed code.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard. caspershouse.co m

"Tony" <en*******@hotm ail.com> wrote in message
news:Oy******** ******@TK2MSFTN GP10.phx.gbl...
Hi, does anyone know some good third party database component written in
.NET?
I am looking for an alternative for MS ACCESS or MSDE.

Thanks
Tony


Nov 16 '05 #3
Tony,

Looking at the CodeBase product page, it would seem that they have .NET
support (watch for line wrap):

http://www.sequiter.com/products/windows/
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard. caspershouse.co m

"Tony" <en*******@hotm ail.com> wrote in message
news:%2******** ********@tk2msf tngp13.phx.gbl. ..
I am looking for database component such as CodeBase, but is written in
.NET.
"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard .caspershouse.c om> wrote in message news:%2******** **********@TK2M SFTNGP10.phx.gb l...
Tony,

WHen you say a database component written in .NET, do you mean a
database that has a provider that can be used in .NET, or do you mean a
complete database that was written using .NET?

If you mean the former, then you might want to take a look at mySQL,
which has a .NET provider written for it.

If you mean the latter, I don't know of any databases that are written in entirely managed code.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard. caspershouse.co m

"Tony" <en*******@hotm ail.com> wrote in message
news:Oy******** ******@TK2MSFTN GP10.phx.gbl...
Hi, does anyone know some good third party database component written in .NET?
I am looking for an alternative for MS ACCESS or MSDE.

Thanks
Tony



Nov 16 '05 #4
"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard .caspershouse.c om> wrote in
news:#Z******** ******@TK2MSFTN GP10.phx.gbl:
If you mean the former, then you might want to take a look at mySQL,
which has a .NET provider written for it.


Also check out Firebird (Interbase). Its free and has a .NET provider.
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programmin g is an art form that fights back"

Get your ASP.NET in gear with IntraWeb!
http://www.atozed.com/IntraWeb/
Nov 16 '05 #5

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

Similar topics

1
2181
by: Chuck Chekuri | last post by:
Hi, We have a 3TB oracle db. 24x7 operation with data constantly coming in to the DB. Users from all over the world use a web based applicaton to query and work on the data. Out transaction performance is quite good but our query performance sucks. looking up by ids and some combinations of search critera return ok but some never return....
1
1130
by: ceadtinneh | last post by:
Folks, I work on a system which is growing rapidly, with the number of transactions we process growing on a daily basis. While this is good news or the business, maintenance is starting to become an issue as the database is the backend for a website which cannot be down for a lengthy period of time. While I do defrag the indexes,...
2
2363
by: jason | last post by:
Hello, Does anyone have any experience with 3rd Party Crystal Report viewers? I'm looking for a viewer that allows me to view reports in our web app without having crystal reports installed on the app server. Does such a thing exist? I also need the rpt files to be independant of saved data and db connection info. Thanks in advance. JS
3
1994
by: Beryl Small | last post by:
Hi, I have a third party software that needs to send information to an .aspx page for processing to communicate with an SQL database. The software sends the information something like this: Mypage.aspx?Password=Mypassword When this request hits the page, I need to pull that variable Mypassword to use in my VB function to query the...
0
1568
by: David | last post by:
First, a question. Is there a way to keep VS.NET from red lining elements from third party controls with an error message that says 'the active schema does not support the element ****'? Doesn't Microsoft know that there are third party custom controls out there? It would be nice to have intellisense for third party controls' elements and...
2
2341
by: James Radke | last post by:
Hello, I have a vb.net windows application that is calling an older DLL provided by a third party. They supplied a VB 6 application that, when run on my systemn successfully passes data to the database. The problem I am having is that when I pass the data from VB.NET, the fields defined as double all contain strange values. For example,...
6
1925
by: Ben Finney | last post by:
Howdy all, I'm improving an existing application that's partly written using Python and the standard library. Many of the improvements I want to make can be done by using third-party free software. The immediate customer for this application is happy to install Python on their machine, but I'd like to remove the hassle of asking them to...
4
5504
by: m11533 | last post by:
I am developing a large application with Visual Studio .NET 2003 using C#. We recently added a new third party product with a native .NET library. I want to place this third party product's dll in a VS Project of its own, and then reference that project from those c# projects in my solution that are dependent on the third party product. I...
5
6503
by: rohitchawla | last post by:
How is it possible to read the third party cookies if u have a valid p3p policy set in place I have a server side application that sets the third party cookie and whenever the client visit any site with my js file attached to it, i want to read the values of my third party cookie Is it possible to read it from client side as my server side...
0
7694
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7609
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
1
7666
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7964
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6278
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
0
3651
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3636
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1208
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
936
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.