Search found 6 matches

by los
Mon Sep 24, 2012 5:33 am
Forum: Coding Questions
Topic: Interfacing with mongodb
Replies: 5
Views: 2348

Re: Interfacing with mongodb

Ah I see.. thanks! I'm going to give it a try
by los
Mon Sep 24, 2012 3:17 am
Forum: Coding Questions
Topic: Interfacing with mongodb
Replies: 5
Views: 2348

Re: Interfacing with mongodb

Actually, looking at that C library, I think that I misunderstood the task at hand here. Since the only thing available is C source code, wouldn't that mean that the only way to get PB to interface with mongodb the same way would be to re-write the C code in PB?
by los
Sun Sep 23, 2012 11:35 pm
Forum: Coding Questions
Topic: Interfacing with mongodb
Replies: 5
Views: 2348

Interfacing with mongodb

I need to create some cross-platform tools that will be interfacing with the NOSQL database "mongodb". Since I'm doing this of my own accord, I figured why not have a good time doing it, so naturally my thoughts turned to PB :D

There is a mongodb driver for C described here http://api.mongodb.org ...
by los
Thu Feb 24, 2011 1:33 am
Forum: General Discussion
Topic: wtf GUI Frameworks... rant I guess
Replies: 50
Views: 19857

Re: wtf GUI Frameworks... rant I guess

Interesting TomS -- but how did you know that the EditorGadget accepts rtf formatting?
by los
Sat May 29, 2010 4:05 am
Forum: Coding Questions
Topic: using @@Identity in SQl Server
Replies: 4
Views: 791

Re: using @@Identity in SQl Server

I don't know either, but just from looking at the manual I wonder: don't you have to make a call to NextDatabaseRow to get at the results?
by los
Sun Apr 05, 2009 6:14 am
Forum: Coding Questions
Topic: Language parsing
Replies: 2
Views: 766

Language parsing

Greetings to all! I am playing around with the PB 4.3 demo, and I just joined the forums... So far I'm very impressed with both Purebasic, and its devoted community!

In your experience, what would be a good direction to consider for parsing programming languages in PB? Should I look to convert an ...