Right, now I can open stuff, I can see what those abbreviations were again :)
Anyone have any idea what 'ODBC' is and how I'd go about handling it? (or 'ADO', but I haven't heard of that before.) I think what I want to do atm is basically feed an Access table with the data being offered, 'cos it's fairly easy to make a nice query interface with Access. (I can get the data out into a text file, tab-seperated fields and double-newline-seperated records, but that doesn't look as friendly for what I want now.)
As for this morning, that'll have to wait until after lunch...
Anyone have any idea what 'ODBC' is and how I'd go about handling it? (or 'ADO', but I haven't heard of that before.) I think what I want to do atm is basically feed an Access table with the data being offered, 'cos it's fairly easy to make a nice query interface with Access. (I can get the data out into a text file, tab-seperated fields and double-newline-seperated records, but that doesn't look as friendly for what I want now.)
As for this morning, that'll have to wait until after lunch...
no subject
Date: 2002-02-16 07:08 am (UTC)From:How you'd use them depends on which language you're trying to do so from. I'm not well versed in either (I have a couple of apps at work that use ADO but they do so through a wrapper someone else there wrote).
If you're trying to use Access, I think using ADO from a language that supports COM well would be easiest (Python, VB).
no subject
Date: 2002-02-16 11:46 am (UTC)From:what it's offering is these options 'DB through ODBC' and 'DB through ADO', with a box that says 'command'. it's not a case of writing something.
but I guess I'll look into it on my own some more.
no subject
Date: 2002-02-18 01:43 am (UTC)From:I don't know about ADO, but most databases should have ODBC drivers with them. Once you've installed the one for the database you're using, you should have an entry in the Control Panel called 'ODBC Data Sources'. You can use that to set up names for the databases you want to use, and then Access should let you specify one of those.
Sorry if this is a bit vague, it's been a while since I've used these things...
no subject
Date: 2002-02-18 11:03 am (UTC)From: