Search found 12 matches
- Thu Sep 01, 2011 7:54 am
- Forum: Announcement
- Topic: Wrapper for cheetah (database access)
- Replies: 30
- Views: 11386
Re: Wrapper for cheetah (database access)
Thanks for your help Kuron. I've never had a link cause so many complications.
- Thu Sep 01, 2011 7:07 am
- Forum: Announcement
- Topic: Wrapper for cheetah (database access)
- Replies: 30
- Views: 11386
Re: Wrapper for cheetah (database access)
netmaestro,
The links work fine from my browser. It hasn't been truncated. Ended my sentence with a period (a habit).
The links work fine from my browser. It hasn't been truncated. Ended my sentence with a period (a habit).
- Thu Sep 01, 2011 5:51 am
- Forum: Announcement
- Topic: Wrapper for cheetah (database access)
- Replies: 30
- Views: 11386
Re: Wrapper for cheetah (database access)
Well this post got me looking for a Cheetah update. Someone already wrote a wrapper for Cheetah4. It's in the Purebasic Wrappers Repository http://code.google.com/p/rwrappers/source/browse/trunk/Cheetah/RW_Cheetah_Inc.pb?r=82&spec=svn82.
It also looks like Cheetah4 does not include any of the ...
It also looks like Cheetah4 does not include any of the ...
- Thu Sep 01, 2011 5:17 am
- Forum: Announcement
- Topic: Wrapper for cheetah (database access)
- Replies: 30
- Views: 11386
Re: Wrapper for cheetah (database access)
I'm not sure what is included in Cheetah4. I've been using Cheetah2 for a long time. See this Discussion http://www.purebasic.fr/english/viewtopic.php?t=30032. The PureBasic wrapper for Cheetah2 is shown there. I just assumed the Query functions would be in Cheetah4.
- Wed Aug 31, 2011 6:15 pm
- Forum: Announcement
- Topic: Wrapper for cheetah (database access)
- Replies: 30
- Views: 11386
Re: Wrapper for cheetah (database access)
All the Cheetah Query functions (xdbCreateQuery, xdbQueryCondition, xdbQuerySort, xdbQueryExecute, xdbDestroyQuery, xdbQueryDistinct) are missing from the wrapper.
- Sun Aug 28, 2005 5:35 am
- Forum: Coding Questions
- Topic: PB_Any Generates Very Large Constant
- Replies: 14
- Views: 2510
- Wed Aug 24, 2005 11:59 pm
- Forum: Coding Questions
- Topic: PB_Any Generates Very Large Constant
- Replies: 14
- Views: 2510
- Wed Aug 24, 2005 6:39 pm
- Forum: Coding Questions
- Topic: PB_Any Generates Very Large Constant
- Replies: 14
- Views: 2510
- Wed Aug 24, 2005 8:44 am
- Forum: Coding Questions
- Topic: PB_Any Generates Very Large Constant
- Replies: 14
- Views: 2510
- Tue Aug 23, 2005 11:09 pm
- Forum: Coding Questions
- Topic: PB_Any Generates Very Large Constant
- Replies: 14
- Views: 2510
- Tue Aug 23, 2005 10:54 pm
- Forum: Coding Questions
- Topic: PB_Any Generates Very Large Constant
- Replies: 14
- Views: 2510
Re: PB_Any Generates Very Large Constant
Sorry, this is my first post. I'm not sure how to do that.
- Tue Aug 23, 2005 8:43 pm
- Forum: Coding Questions
- Topic: PB_Any Generates Very Large Constant
- Replies: 14
- Views: 2510
PB_Any Generates Very Large Constant
I'm trying to dynamically generate a form from a database using #PB_Any The code seemed to run fine (the form is generated) until I started to manipulate the created gadgets. Then I got the compile error "Very large constant...". So I added a Debug, and low and behold, the constants generated were ...