Search found 42 matches

by Duffer123
Sun Apr 05, 2015 11:58 am
Forum: Feature Requests and Wishlists
Topic: Support for latest SQLITE3 with Pragma-led Encryption add-on
Replies: 1
Views: 1380

Support for latest SQLITE3 with Pragma-led Encryption add-on

Any chance of SQLITE3 commands being upgraded to latest version of Sqlite3 and with support for Encryption using the pragma key (a free add-on to SQLITE)???
by Duffer123
Fri Dec 26, 2014 5:39 pm
Forum: Coding Questions
Topic: Getting info on Indices using ODBC
Replies: 2
Views: 1515

Getting info on Indices using ODBC

Hi,

Can anyone post any code about how I would interrogate a database in ODBC to gather details of indices per table or for a particular table in the ODBC database??

Just can't fathom it...
by Duffer123
Wed Nov 26, 2014 11:16 pm
Forum: Coding Questions
Topic: Set and Get Blob (with Sqlite / ODBC)
Replies: 9
Views: 5142

Re: Set and Get Blob (with Sqlite / ODBC)

Thanks Bernd, think I may have found my way through my coding problems...

Must now test that and see... ;)
by Duffer123
Wed Nov 26, 2014 10:08 pm
Forum: Coding Questions
Topic: Set and Get Blob (with Sqlite / ODBC)
Replies: 9
Views: 5142

Re: Set and Get Blob (with Sqlite / ODBC)

@ TI-994A, All,

Using your code, with the Get Blob command, does the *buffer have to have come from a *buffer = AllocateMemory command or can it be any old pointer to any point in memory?
by Duffer123
Wed Nov 26, 2014 7:14 pm
Forum: Coding Questions
Topic: *memoryptr with AllocateMemory
Replies: 6
Views: 2231

Re: *memoryptr with AllocateMemory

@ IdeasVacuum,

Could you perhaps add a little more info about that?

(thanks in advance)
by Duffer123
Wed Nov 26, 2014 4:47 pm
Forum: Coding Questions
Topic: *memoryptr with AllocateMemory
Replies: 6
Views: 2231

Re: *memoryptr with AllocateMemory

@ Tenaja,

What I want to do is say an AllocateMemory of say 1000 bytes is at xxx pointer in memory rather than have Purebasic allocate me the pointer in memory at which that AllocateMemory is.... hope that makes more sense?
by Duffer123
Wed Nov 26, 2014 4:44 pm
Forum: Coding Questions
Topic: ProcedureDLLs or CDLLs and Datasections
Replies: 5
Views: 1791

Re: ProcedureDLLs or CDLLs and Datasections

Once again, thanks Tenaja
by Duffer123
Wed Nov 26, 2014 4:35 pm
Forum: Coding Questions
Topic: ProcedureDLLs or CDLLs and Datasections
Replies: 5
Views: 1791

Re: ProcedureDLLs or CDLLs and Datasections

@ Tenaja,

Thanks for the speedy response - so could you run through what would happen if I put a datasection in a procedureDLL
and within that say included binary file a$ (where a$ was a filename fed in as a parameter to the procedureDLL)???
by Duffer123
Wed Nov 26, 2014 4:29 pm
Forum: Coding Questions
Topic: *memoryptr with AllocateMemory
Replies: 6
Views: 2231

*memoryptr with AllocateMemory

Just wondering whether there was any way to fix an AllocateMemory patch of memory to a particular point(er) in the memory rather than just being assigned back *memoryID? (if you see what I mean)
by Duffer123
Wed Nov 26, 2014 4:27 pm
Forum: Coding Questions
Topic: ProcedureDLLs or CDLLs and Datasections
Replies: 5
Views: 1791

ProcedureDLLs or CDLLs and Datasections

Is it possible to place a Datasection (from which say a binary file could be read) within a ProcedureDLL/CDLL?
by Duffer123
Sat Nov 15, 2014 8:08 pm
Forum: Coding Questions
Topic: Set and Get Blob (with Sqlite / ODBC)
Replies: 9
Views: 5142

Re: Set and Get Blob (with Sqlite / ODBC)

@ TI-994A,

That is totally excellent - thanks v much. V helpful.... :D
by Duffer123
Sat Nov 15, 2014 3:25 pm
Forum: Coding Questions
Topic: Set and Get Blob (with Sqlite / ODBC)
Replies: 9
Views: 5142

Re: Set and Get Blob (with Sqlite / ODBC)

@ TI-994A,

Thanks for getting back to me so quickly on this. I almost get it.

I couldn't persuade you to post some pseudo-code could I? Creating a table with a record/id column, two text columns and then say three blob columns and then getting data from the middle blob?
by Duffer123
Sat Nov 15, 2014 1:11 pm
Forum: Coding Questions
Topic: Set and Get Blob (with Sqlite / ODBC)
Replies: 9
Views: 5142

Set and Get Blob (with Sqlite / ODBC)

Let's say I've created a table with several columns already and then I go to Set Blob command.

How do I know which numbered column /column index (0,1,2,3?) the blob column is at?

Does the Get Blob command work differently?

Or must I always create blob columns when first creating the table?

Do ...
by Duffer123
Tue Mar 11, 2014 10:26 pm
Forum: Coding Questions
Topic: String Compatibility Problem Between XP and Vista
Replies: 12
Views: 2571

Re: String Compatibility Problem Between XP and Vista

Did anyone actually get to the bottom of this - I am trying to create functions returning strings with ProcedureCDLL.l for commands in to DarkBasicPro (latest versions of DBPro and PB owned) and I get crashes (in Windows 7 and Vista) -

Has anyone figured out the secret to it that seems to have ...
by Duffer123
Wed Jul 10, 2013 5:31 am
Forum: Feature Requests and Wishlists
Topic: Support (and commandset) for either Spine or Spriter anims
Replies: 3
Views: 1729

Re: Support (and commandset) for either Spine or Spriter ani

@ em_uk,

I actually agree. But this method of animation very much in fashion at the moment for 2d - and these sort of applications/formats make it very easy indeed.

Just an idea.