Re: ODBC(No column properties collection) vs Jet (alphabet ordering)
From: Val Mazur (group51a_at_hotmail.com)
Date: 05/28/04
- Next message: Val Mazur: "Re: Problem using FMT=Delimited to read comma delimited"
- Previous message: Val Mazur: "Re: Active Server Pages and ADO"
- In reply to: Vyacheslav Lanovets: "ADOX: ODBC(No column properties collection) vs Jet (alphabet ordering)"
- Next in thread: Vyacheslav Lanovets: "Re: ODBC(No column properties collection) vs Jet (alphabet ordering)"
- Reply: Vyacheslav Lanovets: "Re: ODBC(No column properties collection) vs Jet (alphabet ordering)"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 27 May 2004 22:04:16 -0400
Hi Vyacheslav,
There is no magic here. ADOX relies on a provider's capabilities to return
information about database. In case of Jet, it will return some information
about the database objects, because Jet was designed for Access itself. In
a case of OLEDB for ODBC, provider cannot return some information, because
it was designed as a layer between ADO and ODBC driver. Basically it relies
on a capabilities of ODBC. Any reason why you need to use OLEDB for ODBC?
-- Val Mazur Microsoft MVP "Vyacheslav Lanovets" <xentrax@umail.ru> wrote in message news:uzn7ITAREHA.2404@TK2MSFTNGP11.phx.gbl... > Hello, All! > > I've got a problem. > While investigating db schema with ADOX + Jet 4.0 I am getting alphabet > ordering of columns in tables. > > While using OLEDB for ODBC I am getting Column.Properties.Count == 0 (i.e > empty collection) > > In result table for Connection.OpenSchema(adSchemaColumns) I did not found > a column with _Seed_ value for IDENTITY. > Did I miss something???? > > As a solution I am goint to read it twice - with Jet, storing properties > in hash map object and then using ODBC - so getting correct ordering > position. > May be there are beter ways to get "Default" and "Seed"(!) values? > > Vyacheslav Lanovets > MCSD > >
- Next message: Val Mazur: "Re: Problem using FMT=Delimited to read comma delimited"
- Previous message: Val Mazur: "Re: Active Server Pages and ADO"
- In reply to: Vyacheslav Lanovets: "ADOX: ODBC(No column properties collection) vs Jet (alphabet ordering)"
- Next in thread: Vyacheslav Lanovets: "Re: ODBC(No column properties collection) vs Jet (alphabet ordering)"
- Reply: Vyacheslav Lanovets: "Re: ODBC(No column properties collection) vs Jet (alphabet ordering)"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|