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 ...
Search found 3 matches
- Wed Mar 31, 2004 12:43 pm
- Forum: Coding Questions
- Topic: Newbie need Help with C
- Replies: 1
- Views: 927
- Fri Mar 26, 2004 1:59 pm
- Forum: Coding Questions
- Topic: Calling C DLL
- Replies: 3
- Views: 1671
- 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 ...
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 ...