Re: Create access database on run time
From: DRS (drs_at_removethis.ihug.com.au)
Date: 12/05/03
- Next message: Arnie Mauer: "Re: Query load every row"
- Previous message: Apostolos Dimopoulos: "Re: Locktype and performance"
- In reply to: Brian Bushay TeamB: "Re: Create access database on run time"
- Next in thread: Brian Bushay TeamB: "Re: Create access database on run time"
- Reply: Brian Bushay TeamB: "Re: Create access database on run time"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 5 Dec 2003 23:29:44 +1100
Brian Bushay TeamB <BBushay@Nmpls.com> wrote in message
64tvsvsecpbdtiofqbp4n8htal5a9vr255@4ax.com
>> thanks your reply, but what is ADOX type library ?
>> usually i use ADODB only, are they same ?
> They are not the same. ADOX is an extension of ADO that microsoft
> provides but as far as I know It is only implemented for the Jet 4
> provider.
This has been discussed before. Certain features of ADOX are unsupported,
depending upon your OLE DB data provider. ADOX is fully supported with the
OLE DB Provider for Microsoft Jet. The unsupported features with the
Microsoft OLE DB Provider for SQL Server, the Microsoft OLE DB Provider for
ODBC, or the Microsoft OLE DB Provider for Oracle are listed below. ADOX is
not supported by any other Microsoft OLE DB providers.
Microsoft OLE DB Provider for SQL Server
Object or Collection Usage Restriction
Catalog object The Create method is not supported.
Tables collection Properties are read/write prior to object creation,
and read-only when referencing an existing object.
Views collection Views is not supported.
Procedures collection The Append and Delete methods are not supported.
Procedure object The Command property is not supported.
Keys collection The Append and Delete methods are not supported.
Users collection Users is not supported.
Groups collection Groups is not supported.
-- A: Top-posters. Q: What is the most annoying thing on Usenet?
- Next message: Arnie Mauer: "Re: Query load every row"
- Previous message: Apostolos Dimopoulos: "Re: Locktype and performance"
- In reply to: Brian Bushay TeamB: "Re: Create access database on run time"
- Next in thread: Brian Bushay TeamB: "Re: Create access database on run time"
- Reply: Brian Bushay TeamB: "Re: Create access database on run time"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|