Welcome to dbFreaks.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

what "ODBC" is?

 
   Database Help (Home) -> Visual Basic -> ODBC RSS
Next:  missing data without in reports unless time delay..  
Author Message
Alont

External


Since: Apr 25, 2004
Posts: 11



(Msg. 1) Posted: Mon Apr 19, 2004 2:13 pm
Post subject: what "ODBC" is?
Archived from groups: microsoft>public>vb>database>odbc (more info?)

a software component? where it stay? it's a simple file or a lot of file? how I can use it, what it
can do?
who made this "odbc"?

 >> Stay informed about: what "ODBC" is? 
Back to top
Login to vote
Cindy Winegarden

External


Since: Oct 02, 2003
Posts: 32



(Msg. 2) Posted: Mon Apr 19, 2004 2:13 pm
Post subject: Re: what "ODBC" is? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In news: 408a3e68.7770765.RemoveThis@msnews.microsoft.com,
Alont <end.RemoveThis@dream.life> wrote:
 > a software component? where it stay? it's a simple file or a lot of
 > file? how I can use it, what it can do?
 > who made this "odbc"?

Hi Alont,

ODBC stands for Open Database Connectivity. It's a "translator" that takes
(somewhat) standard commands and transforms them into something that the
back end database (Oracle, MS SQL Server, MySQL, MS Access, MS Visual
FoxPro) can understand.

There are ODBC drivers for nearly every database and they usually install
with the OS or the database, or are downloadable from the database
manufacturer's website.

--
Cindy Winegarden MCSD, Microsoft Visual FoxPro MVP
cindy.winegarden.RemoveThis@mvps.org <a style='text-decoration: underline;' href="http://www.cindywinegarden.com" target="_blank">www.cindywinegarden.com</a><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: what "ODBC" is? 
Back to top
Login to vote
Ken North

External


Since: Apr 19, 2004
Posts: 13



(Msg. 3) Posted: Tue Apr 20, 2004 1:50 am
Post subject: Re: what "ODBC" is? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

 > There are ODBC drivers for nearly every database and they usually install
 > with the OS or the database, or are downloadable from the database
 > manufacturer's website.

Cindy,

There are actually ODBC drivers for lots of data sources that are not
"traditional" databases. If you check the link below, you'll find more than 200
ODBC drivers for a large variety of data sources.

ODBC drivers (212)
<a style='text-decoration: underline;' href="http://www.SQLSummit.com/odbcvend.htm" target="_blank">www.SQLSummit.com/odbcvend.htm</a>

XQuery engines (29)
<a style='text-decoration: underline;' href="http://www.SQLSummit.com/XQueryProc.htm" target="_blank">www.SQLSummit.com/XQueryProc.htm</a>

JDBC drivers (112)
<a style='text-decoration: underline;' href="http://www.SQLSummit.com/jdbcvend.htm" target="_blank">www.SQLSummit.com/jdbcvend.htm</a>

..NET providers (20)
<a style='text-decoration: underline;' href="http://www.SQLSummit.com/dataprov.htm" target="_blank">www.SQLSummit.com/dataprov.htm</a>

OLE DB providers (53)
<a style='text-decoration: underline;' href="http://www.SQLSummit.com/oledbven.htm" target="_blank">www.SQLSummit.com/oledbven.htm</a>

DB2 Extenders (1Cool
<a style='text-decoration: underline;' href="http://www.SQLSummit.com/extendven.htm" target="_blank">www.SQLSummit.com/extendven.htm</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: what "ODBC" is? 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
The whole ODBC idea - To date my database stuff is with access databases, and I have no real appreciation with using ODBC. My VB6 application: Developing code to be run on a Win2000 machine that needs to read/write certain records in a Foxpro database. However the ..

LDAP query from ODBC? - I'm trying to build a query to pull some information from my LDAP based on a user ID. Dim conLDAP As ADODB.Connection Dim strSQL As String Dim strLDAPConn As String Dim rsUser As ADODB.Recordset Set conLDAP = New ADODB.Connection ...

ODBC Access reference material - Hi there, I was wondering if there was some kind of online reference as the the syntax used for a Microsoft ODBC Access driver's SQL statements. I'm converting a web site over to another server and I'm having syntax issues as I've just switched....

ODBC CONNECTION FROM COMMAND LINE - I am trying to get an ODBC connection created from a commandline, I have created the ODBC connection, exported the registry key, and have tried doing regedit /s "regkey", problem is after I do that it never shows us in the ODBC manager, it sh...

Automate ODBC DSN Setup - I have been thinking of using VBscript to automate the set up of the ODBC DSN entries. There are some discussions on the Internet that I can find. Unfortunately, none of them gives me any hints on how I can store the username (such as sa) and passwor...
   Database Help (Home) -> Visual Basic -> ODBC All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]