I have just tired to use that code to access one of my .accdb files but I am getting an error on this command:
FinishDatabaseQuery(0)
Purebasic is saying: FinishDatabaseQuery() is not a function, array, macro or linked list/
Any ideas why, I just cut and pasted the code as I assumed it would ...
Search found 29 matches
- Wed Oct 07, 2009 7:52 pm
- Forum: Coding Questions
- Topic: Reading Access 2007 database contents
- Replies: 8
- Views: 4266
- Wed Oct 07, 2009 2:14 pm
- Forum: Coding Questions
- Topic: Differences between an .mdb and an .accdb file
- Replies: 3
- Views: 2448
Re: Differences between an .mdb and an .accdb file
I presume the MDB_Connect() function is creating a DSN-less connection. In which case the connection string needs to specifically list the driver as "Microsoft Access Driver (*.mdb, *.accdb)".
See Marco 2007's and Fluid-byte's responses in one of your own threads :
http://www.purebasic.fr ...
See Marco 2007's and Fluid-byte's responses in one of your own threads :
http://www.purebasic.fr ...
- Wed Oct 07, 2009 1:49 pm
- Forum: Coding Questions
- Topic: Differences between an .mdb and an .accdb file
- Replies: 3
- Views: 2448
Differences between an .mdb and an .accdb file
Hi people,
Been a while since I was last on here (over a year I think...), so I am very rusty at all this and trying to find my feet again.
Can someone clarify something for me which I am confused about.
I am going to be reading and writing to some database files created in Microsoft Access. If I ...
Been a while since I was last on here (over a year I think...), so I am very rusty at all this and trying to find my feet again.
Can someone clarify something for me which I am confused about.
I am going to be reading and writing to some database files created in Microsoft Access. If I ...
- Thu Aug 14, 2008 7:28 pm
- Forum: Coding Questions
- Topic: Working through a complete directory structure/tree.
- Replies: 1
- Views: 883
Working through a complete directory structure/tree.
I need to try and get the complete file structure of a directory so I can work on the files within it. Each file is going to be renamed based up the directories which it is located under. So, for example Data/Images/Icons/Window1/ May have all it's files renamed to "Window1_Iconsxxx.jpg"
---
Found ...
---
Found ...
- Wed Aug 13, 2008 8:44 pm
- Forum: Coding Questions
- Topic: Cannot select main window after opening & Closing a seco
- Replies: 13
- Views: 1570
- Wed Aug 13, 2008 8:22 pm
- Forum: Coding Questions
- Topic: Cannot select main window after opening & Closing a seco
- Replies: 13
- Views: 1570
- Wed Aug 13, 2008 7:43 pm
- Forum: Coding Questions
- Topic: Cannot select main window after opening & Closing a seco
- Replies: 13
- Views: 1570
- Wed Aug 13, 2008 7:08 pm
- Forum: Coding Questions
- Topic: Cannot select main window after opening & Closing a seco
- Replies: 13
- Views: 1570
What I was asking for was a bare bones example (sans any external includes/ dependencies) that shows the problem. I still cannot execute the code as posted so I can't be of any help.
In other words, can you post executable code that shows a problem like... ...returning focus back to my main window ...
In other words, can you post executable code that shows a problem like... ...returning focus back to my main window ...
- Wed Aug 13, 2008 5:54 am
- Forum: Coding Questions
- Topic: Cannot select main window after opening & Closing a seco
- Replies: 13
- Views: 1570
- Tue Aug 12, 2008 10:59 pm
- Forum: Coding Questions
- Topic: Cannot select main window after opening & Closing a seco
- Replies: 13
- Views: 1570
Cannot select main window after opening & Closing a seco
Hi.
I am having trouble returning focus back to my main window after lunching a second window off a gadget icon selection.
This is my main loop (the Debug commands are there to tell me what has focus at key points, the DisplayEntry() line is a procedure which displays data on this screen and is ...
I am having trouble returning focus back to my main window after lunching a second window off a gadget icon selection.
This is my main loop (the Debug commands are there to tell me what has focus at key points, the DisplayEntry() line is a procedure which displays data on this screen and is ...
- Sun Aug 10, 2008 9:58 am
- Forum: Coding Questions
- Topic: Menu
- Replies: 5
- Views: 1289
- Sat Aug 09, 2008 1:06 pm
- Forum: Tricks 'n' Tips
- Topic: [Windows] AutoComplete for StringGadgets
- Replies: 70
- Views: 41061
- Sat Aug 09, 2008 11:59 am
- Forum: Coding Questions
- Topic: Checking how an array was Dimmed....
- Replies: 2
- Views: 579
Checking how an array was Dimmed....
If I Dim an array to say 34 elements how I can get my program to check what that array was dimmed to, I.e the maximum elements available?
E.g I use the command:
Dim Arrary.l(45)
My program needs to redim this array by 6 to make it larger, but doesn't know how big the array was. So it needs to ...
E.g I use the command:
Dim Arrary.l(45)
My program needs to redim this array by 6 to make it larger, but doesn't know how big the array was. So it needs to ...
- Sat Aug 09, 2008 9:36 am
- Forum: Tricks 'n' Tips
- Topic: [Windows] AutoComplete for StringGadgets
- Replies: 70
- Views: 41061
- Sat Aug 09, 2008 8:01 am
- Forum: Coding Questions
- Topic: Auto-Complete in a String Gadget.
- Replies: 2
- Views: 719
Stupidly I did not think of that for some reason. Which is odd as I do normally. Thanks .gnozal wrote:The search feature is your friend :
http://www.purebasic.fr/english/viewtop ... tocomplete
http://www.purebasic.fr/english/viewtop ... tocomplete
etc ...