Wrox Home  
Search P2P Archive for: Go

  Return to Index  

access thread: Re: Questions about ADO


Message #1 by "Mavin Specimen" <mspecimen@h...> on Wed, 27 Feb 2002 18:08:25
<html><div style='background-color:'><DIV>

<P>In ADO, is there an equivalent or replacement for DAO's TableDef and QueryDef ? I am trying to convert an Access mdb to an
Access Project.</P>

<P>&nbsp;</P>

<P>Much thanks.<BR><BR></P></DIV>

<DIV></DIV>

<DIV></DIV>

<DIV></DIV></div><br clear=all><hr>Send and receive Hotmail on your mobile device: <a
href='http://go.msn.com/bql/hmtag2_etl_EN.asp'>Click Here</a><br></html>

Message #2 by "Leo Scott" <leoscott@c...> on Wed, 27 Feb 2002 10:18:09 -0800
This is a multi-part message in MIME format.



------=_NextPart_000_0000_01C1BF78.0DD2E3F0

Content-Type: text/plain;

	charset="iso-8859-1"

Content-Transfer-Encoding: 7bit



With ADO you have to use the ADOX, Ext. for DDL and Security.  DDL, I believe stands for Data Description Language.  It

exposes the Catalog object which contains the Table objects which are essentially the same as DAO's TableDefs.  You have

to look at the ADOX object model in the object browser because it is different although the functionality is much the

same.  I have found Microsoft's "Office 2000 Visual Basic Programmers Guide", ISBN1-57231-952-6, an valuable reference

for doing those sort of things.

  -----Original Message-----

  From: Mavin Specimen [mailto:mspecimen@h...]

  Sent: Wednesday, February 27, 2002 6:08 PM

  To: Access

  Subject: [access] Re: Questions about ADO





  In ADO, is there an equivalent or replacement for DAO's TableDef and QueryDef ? I am trying to convert an Access mdb

to an Access Project.







  Much thanks.











------------------------------------------------------------------------------

  Send and receive Hotmail on your mobile device: Click Here










  Return to Index