VTK/Examples/Cxx/Broken/Databases/ODBCDatabases: Revision history

From KitwarePublic
Jump to navigationJump to search

There is no edit history for this page.

This page does not exist. The deletion, protection, and move log for the page are provided below for reference.

  • 02:29, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Broken/Databases/ODBCDatabases (content before blanking was: " //This is the format for using the Microsoft Access ODBC Driver connection string. //DRIVER={Microsoft Access Driver (*.mdb)};Dbq=C:\mydatabase.mdb;Uid=Admin;Pwd=; //The keyword DRIVER must be in all caps for vtkODBCDatabase to work with any data source with the word "Driver" in it. //Many odbc examples online have it in lower case. //Create Database object vtkODBCDatabase* db = vtkODBCDatabase::New(); //Set the data source name. Do...")