News:

Building a 3D Ray Tracer  By stevmjon

Main Menu

BlitzData Wrapper

Started by empty, February 09, 2005, 10:00:44 AM

Previous topic - Next topic

empty

Professor Kill asked if it was possible to use the BlitzData DLL in PB, s I wrote a wrapper for it.
BlitzData allows you to access different sorts of databases (Access, MS SQL, Oracle or any other database with MDAC drivers)

It's not entirely tested, so be careful. :)

Download

Make sure you call Init_BlitzData(PathAndFileName$) before you use the functions and Free_BlitzData() at the end of your app.

Example (if the DLL is in the project's folder)

  Init_BlitzData("BlitzData.DLL")

  // other stuff here
 
  Free_BlitzData()

andrik

Hi there,

Is this blitzdata wrapper somewhere available? (the link is dead). I'm really interested in connecting to a database from within playbasic.

thanx!

Andrik

kevin

#2
 unlikely.  


But the original Dll can be found here 

kevin

  Attached is the BlitzData function declarations converted to PlayBasic.  

   
 The BlitzData DLL can be downloaded here.