RE: How to create Access database file using OLEDB interface?
Thanks! That's just the ticket.
"ensteitieh" wrote:
> 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
>
.
Relevant Pages
- Re: Unicode problems, yet again
... have Unicode strings in your code, and decode/encode only at system ... interfaces (sockets, databases, ...). ... (comp.lang.python) - Re: Parameters Question
... the OLEDB provider for Access lets you use named ... > The OLEDB provider for SQL Server will not allow named ... It will work with question mark placeholders. ... > always use question marks for both databases so the ... (microsoft.public.dotnet.framework.adonet) - 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: locking OLEDB vs. ADODB
... >> I started using OleDb with interfaces like IdbConnection to achive this. ... >> Everything worked fine until i came at the issue of locking. ... >> use of ADODB for all supported databases but i prefer to use the Native ... (microsoft.public.dotnet.framework.adonet) |
|