RE: How to create Access database file using OLEDB interface?

Tech-Archive recommends: Fix windows errors by optimizing your registry



see this article: http://www.codeproject.com/database/DBDevVCOLEDB.asp

At the end of article it shows how to create various databases using oledb
com interfaces


"jlilley" wrote:

> Thanks VN, but I am unfortunately using the COM interface to OLEDB in C++,
> so I need to stick to the raw OLEDB Com objects and interfaces. Do you know
> where I can find OLEDB COM equivalents to what this links references -- the
> Catalog object in VB?
>
> Thanks,
> John Lilley
>
> "VN" wrote:
> http://www.codeguru.com/vb/gen/vb_database/microsoftaccess/article.php/c5149/
> > "jlilley" wrote:
> > > I am trying to figure how to use the OLEDB interface to create a new Access
> > > database (and file) if one does not exist? Please point me to the correct
> > > documentation.
.



Relevant Pages

  • ANN: Oledb Direct 1.60 released
    ... OLE DB is a set of Component Object Model interfaces that provide ... OLEDB Direct Components Suite is a set of VCL-style components that allow ... database access using OLEDB interfaces. ...
    (borland.public.delphi.thirdpartytools.general)
  • Re: TADoDataset.Recordset.Datasource
    ... To work with OLEDB interfaces without ADO you may try OLEDB Direct ... > What interfaces does TADODataset.Recordset.Datasource support? ... > From the msdn literature it looks like it should be an IRowset (as defined ...
    (borland.public.delphi.database.ado)
  • Re: Differences between OleDB and IBM.Data DB2 connection
    ... one should avoid using OSFA interfaces like ... These add extra layers of interfaces and providers that have to ... translate from the generic interface to the specific provider interface and ... regarding connections to a DB2 database using the OleDB provider < ...
    (microsoft.public.dotnet.framework.adonet)
  • RE: How to create Access database file using OLEDB interface?
    ... "ensteitieh" wrote: ... > At the end of article it shows how to create various databases using oledb ... > com interfaces ...
    (microsoft.public.data.oledb)