Search found 39 matches

by skywalk
Tue Feb 20, 2024 10:10 pm
Forum: Coding Questions
Topic: open a database
Replies: 15
Views: 798

Re: open a database

If your clients are across the globe, you will need a server of some sort. SQLite is not great for networked access. Postgresql manages concurrency with a bit more startup complexity. You can't go wrong prototyping with [PureBasic + SQLite] <--> SpiderBasic. Once you have the business logic worked o...
by skywalk
Fri Feb 16, 2024 3:16 pm
Forum: Coding Questions
Topic: open a database
Replies: 15
Views: 798

Re: open a database

nad wrote: Thu Feb 15, 2024 12:35 pm I'm trying to open a sqlite database..
I'm having trouble trying to understand the steps involved.
I tried; OpenDatabase(1,"c:\rbp101\projects\foodbank_project\data\fb.db") But get errors.
So how do I open the database..
Thanks for the help..
Dan
Did you try PureBasic?
by skywalk
Thu Sep 22, 2022 4:45 pm
Forum: Coding Questions
Topic: Android app getting slower by use
Replies: 11
Views: 2715

Re: Android app getting slower by use

For example the first opened window/dialog using #PB_Any is opened with a window ID of 100000 generated by SB, and these IDs are growing with use of the app and seem to be never reused, although the window was closed long time ago. And when opening the same window again later, and 20 other windows ...
by skywalk
Tue Mar 15, 2022 2:23 am
Forum: General Discussion
Topic: Note to Fred - use WebAssembly
Replies: 4
Views: 5885

Re: Note to Fred - use WebAssembly

PB v6 beta's added a C transpiler. Instead of generating ASM and custom compiling for a limited x86_x64 architecture, you can choose to transpile direct to C and apply the newly installed C compiler with optimization for even faster machine code and newer targets like the RaspberryPI or ARM based PC...
by skywalk
Sat Jan 04, 2020 3:06 am
Forum: Showcase
Topic: Acey Ducey à la SpiderBasic
Replies: 3
Views: 5854

Re: Acey Ducey à la SpiderBasic

Nice, change your spingadget to allow numeric entry. ;)

Code: Select all

gBet = SpinGadget(#PB_Any, 120, 425, 150, 50, 0, Q, #PB_Spin_Numeric)
by skywalk
Fri Oct 25, 2019 4:55 pm
Forum: Tricks 'n' Tips
Topic: Native File System API
Replies: 8
Views: 8673

Re: Native File System API

Thanks, this is a lot of steps for a user of my web page :shock:
by skywalk
Thu Oct 24, 2019 8:46 pm
Forum: Tricks 'n' Tips
Topic: Native File System API
Replies: 8
Views: 8673

Re: Native File System API

How did you enable Native support in Chrome?
I get no response.
by skywalk
Wed Oct 23, 2019 9:35 pm
Forum: Tricks 'n' Tips
Topic: Analogue clock
Replies: 3
Views: 2726

Re: Analogue clock

Looks very professional with the vector drawing lib. 8-)
by skywalk
Wed Oct 23, 2019 3:47 pm
Forum: Tricks 'n' Tips
Topic: Analogue clock
Replies: 3
Views: 2726

Re: Analogue clock

Nice!
Check the perimeter dots for errors and alignment with second hand.
Right side has 2 dots bunched together.
by skywalk
Tue Aug 13, 2019 3:03 pm
Forum: General Discussion
Topic: PB to SB Conversion Q's
Replies: 16
Views: 7308

Re: PB to SB Conversion Q's

Forums are for knowledge transfer and I appreciate your opinions on this topic.
I would only ask for a bit more civility. Sometimes passion gets in the way. ;)