SQLitening Support Forum

Support Forums => You've got Questions? We've got Answers! => Topic started by: Fred Meier on February 10, 2009, 01:54:09 PM

Title: Testers Needed
Post by: Fred Meier on February 10, 2009, 01:54:09 PM
There has been requests for SQLitening to be used by compilers other than PB.
I have supported VB and .Net by writing a custom front-end for those compilers
which works OK but I do not want to have a custom front-end for each compiler. 

Attached is the first version of a "Universal" API for SQLitening.  This
could support any language that can call a standard Dll (including VB). 
The parameter passing is patterned after the Windows API. 
SQLiteningUniversal.Dll is just a front-end to SQLitening.Dll. 

The SQLiteningUniversal.Inc include file will need to be modified to
support specific language syntax. 

I have only coded the main routines for now.  Will do the rest (some will
not be possible like slSelAry) after receiving feed back.  All routines
start with "slu".  The coded routines are:

         sluConnect
         sluOpen
         sluExe
         sluSel
         sluGetRow
         sluFX
         sluFNX
         sluCloseSet
         sluGetColumnNumber

I was only able to test with PB but need some volunteers who can test with other compilers.
Your help will be appreciated.  Please post your findings here.  Thanks.
Title: Re: Testers Needed
Post by: D. Wilson on February 10, 2009, 10:44:04 PM
I think this is a great idea. It will be far easier to maintain one program than trying to do one for each other development system. I will start testing this and let you know how things work out.
Title: Re: Testers Needed
Post by: Rolf Brandt on February 11, 2009, 02:44:36 AM
Hello Fred,

I will do some testing of these routines under VB6. My main commercial projects are written in VB6 and I will replace some database routines with SQLitening anyway.

Rolf