Search found 3 matches

by thomasrueger
Wed Mar 31, 2004 12:43 pm
Forum: Coding Questions
Topic: Newbie need Help with C
Replies: 1
Views: 927

Newbie need Help with C

In an Api Guide i found the following:

A Database Parameter Buffer is a char array with the following parts:

1. A byte specifying the version of the parameter buffer, always the compile time constand isc_dpb_version 1, in a separate header file i found that : #define isc_dpb_version1 1

2. An one ...
by thomasrueger
Fri Mar 26, 2004 1:59 pm
Forum: Coding Questions
Topic: Calling C DLL
Replies: 3
Views: 1671

Hello AlGonzalez,

you are right..

PureBasic and ODBC and a suitable driver is working.

but i don't want to use odbc.

the dll (fbclient.dll) from firebird i a C DLL. So PureBasic seemed to have everything for directly call.
by thomasrueger
Wed Mar 24, 2004 4:47 pm
Forum: Coding Questions
Topic: Calling C DLL
Replies: 3
Views: 1671

Calling C DLL

Hello, just one question from a Newbie:

I have a C DLL from a databaseserver ... With VB i could use it directly with ADO.

So i tried it with purebasic and i think there is something wrong.

I tried also with the purebasic DLL Importer, but it always stop working, so i wanna make it directly ...