POV-Ray : Newsgroups : povray.off-topic : ODBC : Re: ODBC Server Time
6 Sep 2024 13:18:48 EDT (-0400)
  Re: ODBC  
From: Patrick Elliott
Date: 4 Feb 2009 00:53:40
Message: <49892d64$1@news.povray.org>
Orchid XP v8 wrote:
> As I understand it, M$ Access is just a graphical frontend for the M$ 
> Jet engine, which actually comes with Windows itself. Does that mean I 
> can configure an ODBC connection to an Access database, even though I 
> don't have access?
> 
> More generally, does anybody here know how to work ODBC?
> 
Note however.. Some ODBC drivers do not provide access to the set of DB 
management functions needed to "create" new DBs and tables, or they 
require that you access the driver differently, depending on if you are 
"creating" a DB, or just accessing its contents to read and write to it. 
Took me a bit of hunting to figure that one out, since it wasn't 
entirely "obvious", given most examples of "accessing" the data have the 
bad habit of "assuming" the table already exists to "be" accessed. :p

-- 
void main () {

     if version = "Vista" {
       call slow_by_half();
       call DRM_everything();
     }
     call functional_code();
   }
   else
     call crash_windows();
}

<A HREF='http://www.daz3d.com/index.php?refid=16130551'>Get 3D Models, 
3D Content, and 3D Software at DAZ3D!</A>


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.