> I am just wondering, if I could do programming in ADO using C and not > C++.
Yes in theory. OLEDB is langauge-neutral, ADO is based on it, so yes you
could do it.
Anybody well versed in COM could use a C compiler to do this.
But don't ask for any examples - I don't know of any.
Re: opening ole db databases in access ...OLEDB providers via ADO or ADO.NET. ... > doesn't natively support OLE DB providers when this is the ... >> me to use a real e-mail address in public newsgroups.... (microsoft.public.access.externaldata)
Re: OleDbLiteral ... anything in those classes which allows one to access OLEDB ActiveX... > You can retrieve schema information about any number of database objects, ...RDBMS itself. ... is that ADO .NET dropped the ability to generically get RDBMS specific ... (microsoft.public.dotnet.framework.adonet)
Re: ADO Connection problem when not logged in as an Admin ... I never said that there was a difference between ODBC ADO and OLEDB ADO....Provider for ODBC) that can make the connection between ADO and an ODBC ... (microsoft.public.access.modulesdaovba)
Re: ado vs oledb ...OLEDB is a set of IUnknown based COM interfaces - you can access them quite ... ADO is a set of IDispatch interfaces - and they are ...ADO presents a subset of the OLEDB capabilities, and abstracts a lot of the ... an instant success with VB programmers - as well as VC++. ... (microsoft.public.dotnet.framework.adonet)