Search found 4 matches

by DLM
Mon Apr 04, 2005 8:41 pm
Forum: Coding Questions
Topic: 24x24 toolbar images?
Replies: 2
Views: 1161

Thanks, it works great for Windows. Is there anything available for Linux?
by DLM
Mon Apr 04, 2005 7:44 pm
Forum: Coding Questions
Topic: 24x24 toolbar images?
Replies: 2
Views: 1161

24x24 toolbar images?

Can PB toolbars display 24x24 or even 32x32 images? They get resized to 16x16 when I use them.
by DLM
Mon Apr 04, 2005 3:17 pm
Forum: Announcement
Topic: ExDatabase Library OpenSource
Replies: 18
Views: 7630

You can create any Access version you need with SQLConfigDataSource and the correct version keyword.

CREATE_DB creates a version to match the MDAC components installed on the computer. This does not always match the version of Access being used.
CREATE_DBV2 for Access 2.0
CREATE_DBV3 for Access 95 ...
by DLM
Fri Apr 01, 2005 6:30 pm
Forum: Announcement
Topic: ExDatabase Library OpenSource
Replies: 18
Views: 7630

I just registered PB and have only been looking at it for a couple of days, so please forgive my ignorance.

I just downloaded ExDatabase and looked at the code. I am curious, why does everyone seem to connect to a *.mdb through a DSN? Since PB can utilize the API why not use a DSNless connection ...