Search found 15 matches

by mchael
Mon Aug 10, 2020 3:47 am
Forum: Coding Questions
Topic: read a line in a text file without loading entire file
Replies: 2
Views: 895

Re: read a line in a text file without loading entire file

thank you

yes each line is same memory size so fileseek is useful.
by mchael
Tue Aug 04, 2020 6:14 am
Forum: Coding Questions
Topic: read a line in a text file without loading entire file
Replies: 2
Views: 895

read a line in a text file without loading entire file

Is there a way with purebasic to read a specific line of a file without reading the whole file? Seek and read the part of the file with a specific line?
by mchael
Thu Jun 11, 2020 1:30 am
Forum: Announcement
Topic: skinned GUI solution (incl. editable grid control)
Replies: 26
Views: 12449

Re: skinned GUI solution (incl. editable grid control)

I'd be interested in buying a copy if it is easy to hookup to a SQL query with SQL Lite. How and where would I buy?
by mchael
Sat Apr 11, 2020 3:03 am
Forum: Coding Questions
Topic: [SQLite] Building own sqlite3.dll?
Replies: 2
Views: 2006

Re: [SQLite] Building own sqlite3.dll?

Try codeblocks: https://forums.wxwidgets.org/viewtopic.php?t=37628 or maybe this: http://forums.codeblocks.org/index.php?topic=455.0

VS Studio turns the computer into a heater. Codeblocks is much faster and cooler :-)
by mchael
Sat Apr 11, 2020 2:58 am
Forum: Coding Questions
Topic: help with struct
Replies: 5
Views: 1400

Re: help with struct

why a struct? Why not a multi col array? Be faster and easier if working with a database or file structure.
by mchael
Thu Mar 19, 2020 1:45 am
Forum: Coding Questions
Topic: anyone written a basic mailserver in PB?
Replies: 0
Views: 1404

anyone written a basic mailserver in PB?

Has anyone written a mailserver in PB? All the necessary components are in PB - anyone pulled a mailserver together using pb?

thanks
by mchael
Thu Dec 26, 2019 5:50 am
Forum: General Discussion
Topic: purebasic outsourcers?
Replies: 2
Views: 1789

purebasic outsourcers?

Trying to get a start on purebasic with sqlite for a small project and hoping to find someone who can code the basics and from there I can learn the rest. Is there anywhere to find purebasic programmers available for hire for a very small job to code this access databases : 3 tables with masterform ...
by mchael
Tue Oct 15, 2019 6:24 am
Forum: Applications - Feedback and Discussion
Topic: YADA - Yet another database application
Replies: 20
Views: 12835

Re: YADA - Yet another database application

Trying to download and have a look and learn from and I see the domain is expired - look forward to looking and learning from it. Thanks in advance!
by mchael
Tue Oct 15, 2019 6:23 am
Forum: Tricks 'n' Tips
Topic: SQLite Database Viewer
Replies: 19
Views: 6442

Re: SQLite Database Viewer

thanks for the instruction - it helped and I understand PB's constants better. I simply deleted flags and got it working after trying #PB_Font_Bold. It compiled and ran no problems.
by mchael
Tue Oct 15, 2019 6:17 am
Forum: Coding Questions
Topic: Database Example: Master and sub form two related tables
Replies: 6
Views: 2213

Re: Database Example: Master and sub form two related tables

The quality and care of the PB community is incredible. PB is a great world to be in. I am using sqllite. We use it extensively mainly in a c# app which we are moving away from back to C and Fortran and looking at PB for RAD prototyping or handling the UI level. PB with the right gadgets etc means p...
by mchael
Tue Oct 15, 2019 6:01 am
Forum: Coding Questions
Topic: Database Example: Master and sub form two related tables
Replies: 6
Views: 2213

Re: Database Example: Master and sub form two related tables

Thank you so Much - works great, great example to build on. Declare CheckDatabaseUpdate(Database.I, Query.S) Declare CreateDemoDB() Declare OpenWindow0(x = 0, y = 0, width = 600, height = 400) Declare LoadParentList() Declare LoadChildList() UseSQLiteDatabase() Global DatabaseFile.S = GetTemporaryDi...
by mchael
Mon Oct 14, 2019 8:09 am
Forum: Coding Questions
Topic: Database Example: Master and sub form two related tables
Replies: 6
Views: 2213

Database Example: Master and sub form two related tables

New and fresh to PB - looking for any examples or code blocks to help get started. I am working on an app 3 tables: Text area form elements, grid (loading table) at top related to record of text area elements, and a second grid related to the top grid selected row. Are there any examples of loading ...
by mchael
Mon Oct 14, 2019 7:57 am
Forum: Tricks 'n' Tips
Topic: SQLite Database Viewer
Replies: 19
Views: 6442

Re: SQLite Database Viewer

Trying to compile on a MAC and get an error with the GridExModule. Any assistance or direction on fixing this most appreciated, thanks [17:53:18] Waiting for executable to start... [17:53:19] Executable type: MacOSX - x64 (64bit, Unicode) [17:53:19] Executable started. [17:53:19] [ERROR] GridExModul...