473,387 Members | 1,597 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,387 software developers and data experts.

If the db provided isn't SQL Server and OleDB, which class should i use

my connectionstring is something like this:
"Provider=FnDBProvider;Data
source=edmscs2^ccbs-edmsdb1;SystemType=2;logonid=2a7cecf1a4e9c2eda2ea7 a65f6d
4a90a;"

the provider isn't ms-sql or oledb, i can't use SqlConnection and
OleDbConnection class, then which one should I use?

thanks!
Nov 15 '05 #1
2 1976
Mullin Yu wrote:
the provider isn't ms-sql or oledb, i can't use SqlConnection and
OleDbConnection class, then which one should I use?


Without a native .NET provider, it'll have to be OLEDB or ODBC compliant.

--
There are 10 kinds of people. Those who understand binary and those who
don't.

http://code.acadx.com
(Pull the pin to reply)
Nov 15 '05 #2
It's probably ODBC, but do you know what the actual DB engine is outside of
the connection string?
"Mullin Yu" <mu*******@ctil.com> wrote in message
news:uf**************@TK2MSFTNGP12.phx.gbl...
my connectionstring is something like this:
"Provider=FnDBProvider;Data
source=edmscs2^ccbs-edmsdb1;SystemType=2;logonid=2a7cecf1a4e9c2eda2ea7 a65f6d 4a90a;"

the provider isn't ms-sql or oledb, i can't use SqlConnection and
OleDbConnection class, then which one should I use?

thanks!

Nov 15 '05 #3

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

Similar topics

4
by: Martin Franklin | last post by:
I am trying to get a total record count on a Acess 97 mdb database. However I get the following error when I try to load the page: Provider error '80040154' Class not registered...
4
by: Andreas Lauffer | last post by:
Can anyone tell me advantages / disadvantages of DataDirect Server Wire ODBC-driver? Any experiences? What about redistribution? Andreas Lauffer, easySoft. GmbH, Germany
2
by: kaczmar2 | last post by:
Hey there- I have a newbie question regarding code behind: Using inline code, I can run a simple page that binds data to a datagrid. Now, I try to take the same code and use code behind, and...
2
by: A P | last post by:
Whats wrong with my code? <%@ Page Language="VB" %> <script runat="server"> ' Insert page code here ' Function GetDetails() As System.Data.DataSet
2
by: Martin | last post by:
Hi, I currently have an application that connects to an MS ACCESS database. This application uses an OLEDB connection string for MS ACCESS. Now, I'd like to upsize the application so I converted...
2
by: Oberon | last post by:
Why does this not work as it should? I expect index.aspx to show:. Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\inetpub\wwwroot\ChatSimple\db\chatusers.mdb Instead, I get: ...
21
by: John Howard | last post by:
Making the following call to a local MSAccess database works fine: Sub Session_Start(ByVal sender As Object, ByVal e As EventArgs) Dim intRows As Integer Dim strSQL As String Dim ds As New...
5
by: mrmagoo | last post by:
I'm using the System.Data.OleDb for SQL Server access, and it works perfectly. However, I see a lot of code examples that use System.Data.SqlClient. So I try it and it and can't get it to work. ...
11
by: sanders_mike_newsgroups | last post by:
Hi I have a web app that needs to be able to use either SQL Server or MS Access - depending upon the installation. I want to avoid having unnessesary amounts of code (eg: dim x as...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
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...

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.