ADODB vs. ADOX
From: Mike Mertes (mike.mertes_at_resservices.com)
Date: 01/27/05
- Next message: MichaelPyles: "Performance Problem Using ADO and Stored Procs"
- Previous message: satyagng: "SQL FUll Text Error"
- Next in thread: Mike Mertes: "Re: ADODB vs. ADOX"
- Reply: Mike Mertes: "Re: ADODB vs. ADOX"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 27 Jan 2005 10:04:54 -0500
Platform: I'm writing ADO for MSAccess using VBA behind MSExcel.
I read that creating tables in a database is most easily accomplished using
ADOX.Catalog and ADOX.Table's properties and methods. Fine, that's easy.
However, I have already been using the ADODB.Connection object to return
record sets from the same database.
Can I set the ADOX.Catalog object to point to the ADODB.Connection that I
have already established? I'd rather not have to open two connections to the
same database if I don't have to. Nor would I like to rewrite my code for
ADOX...
Any help or suggestions you can offer would be appreciated. Thanks everyone.
-- -Mike Mertes Airtron, Tampa Bay
- Next message: MichaelPyles: "Performance Problem Using ADO and Stored Procs"
- Previous message: satyagng: "SQL FUll Text Error"
- Next in thread: Mike Mertes: "Re: ADODB vs. ADOX"
- Reply: Mike Mertes: "Re: ADODB vs. ADOX"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|