Accessing many type of DB



Hi to all

I have to develop an application which can access any type of database,
selected by the user; specially Excel files, Txt, csv, XML, and may be
connection to a DB via odbc, ...

I need help about the technologie to use to do this; I have visual C++ 2005,
and I want this to work on windows 2000 and later

thank you
.



Relevant Pages

  • Re: Accessing many type of DB
    ... specially Excel files, Txt, csv, XML, and may be ... You can write out Recordsets in XML format ... And there is a legacy provider that can connect to ODBC so that ADO ...
    (microsoft.public.data.ado)
  • Re: What is the logic of storing XML in a Database?
    ... can't do with CSV. ... In what a header does constitute a schema. ... So a schema is the standard structure by which the user sending a file ... in much the same way that XML standards are. ...
    (comp.databases.theory)
  • Re: ultra newbie question (dont laugh)
    ... storing employee information in an XML file. ... but not as fun as writing the logic. ... On reason to use OOP is to insulate your main code from things like storage ... from CSV file. ...
    (comp.lang.python)
  • Re: What is the logic of storing XML in a Database?
    ... will trap most major errors. ... In fact one does, XML. ... CSV is useful for unloading an SQL table into a text ...
    (comp.databases.theory)
  • Re: Why do you use XML?
    ... different flavours of CSV. ... Sometimes you wrap all strings in quotes, ... we output to in this "standard" CSV format. ... The only benefit to XML is that someone already did most of the ...
    (microsoft.public.dotnet.languages.csharp)