Search found 42 matches

by DTecMeister
Tue Oct 09, 2012 2:09 am
Forum: Feature Requests and Wishlists
Topic: Mariadb/mysql connectivity
Replies: 1
Views: 1265

Re: Mariadb/mysql connectivity

I have done this successfully on linux with unixodbc. It's not direct, but it will work.
by DTecMeister
Fri Jan 13, 2012 8:00 pm
Forum: Off Topic
Topic: Android App Development
Replies: 8
Views: 5161

Android App Development

I haven't been active on this site in recent months, only because I've been working on projects in various other languages.
I'd like to know how many here have jumped into developing Android apps and opengl es 2.x in particular.
My own experience is that learning opengl es 2.x is fun and powerful ...
by DTecMeister
Mon Jul 20, 2009 3:03 pm
Forum: Applications - Feedback and Discussion
Topic: Re-Indenter created for C# and SQL Server code
Replies: 3
Views: 2525

I'll add that to the site once I get a chance. There is instructions and a couple examples by running ReIndenter.exe -h

Thanks.
by DTecMeister
Mon Jul 20, 2009 2:33 am
Forum: Applications - Feedback and Discussion
Topic: Re-Indenter created for C# and SQL Server code
Replies: 3
Views: 2525

New Version Released

I posted a new version on http://www.softfrontiers.com/Downloads/ReIndenter.shtml in case you're interested. Remember it's for re-indenting C# and SQL Server code.
by DTecMeister
Sun Jun 28, 2009 5:04 pm
Forum: General Discussion
Topic: Dumb ass database question!
Replies: 4
Views: 3001

I know this is a bit late, but there is an odbc recordset cachesize setting. Whatever this is set to would identify how much data is stored for retrieval.
by DTecMeister
Fri Jun 12, 2009 8:21 pm
Forum: General Discussion
Topic: purebasic.com down???
Replies: 6
Views: 2587

purebasic.com down???

I can't reach the PB home: purebasic.com. Is it coming back?
Aaaaahh!
Please tell me it's coming back up.
by DTecMeister
Sat May 30, 2009 6:31 am
Forum: Applications - Feedback and Discussion
Topic: Re-Indenter created for C# and SQL Server code
Replies: 3
Views: 2525

Re-Indenter created for C# and SQL Server code

It's free except donations accepted.
http://www.softfrontiers.com/Downloads/ReIndenter.shtml

I know there aren't many people on here that need it, but I wanted to include it since I built it with PureBasic.
by DTecMeister
Sat Oct 18, 2008 7:08 am
Forum: General Discussion
Topic: Database implementation/organization
Replies: 29
Views: 5140

Trond,

You may want to try MySQL. It has a free unlimited version. Use the MyISAM table type and use full text index to index the column.
It should be fast enough for you.

The whole key to leveraging database technology is design and index usage.

If you have overlapping inserts/deletes, you will ...
by DTecMeister
Sun Feb 03, 2008 8:54 am
Forum: Off Topic
Topic: Seminal Musicians
Replies: 76
Views: 12985

Try listening to the following for inspiration:
Albums of:
Fate's Warning - Shades of Grey, Perfect Symmetry, Parallels, Awaken the Guardian
Iron Maiden - Somewhere in Time, Powerslave, Fear of the Dark
Rush - 2112, Caress of Steel, Permanent Waves, A Farewell to Kings, Hemispheres
Yes - 90125 ...
by DTecMeister
Sun Feb 03, 2008 8:24 am
Forum: Off Topic
Topic: Show me your color sheme and I tell you who you are!
Replies: 109
Views: 63057

;
; Color settings
;
[Colors]
ASMKeywordColor = RGB(128, 255, 255)
BackgroundColor = RGB(0, 0, 0)
BasicKeywordColor = RGB(128, 0, 64)
CommentColor = RGB(128, 128, 128)
ConstantColor = RGB(255, 0, 0)
LabelColor = RGB(128, 0, 255)
NormalTextColor = RGB(255, 128, 64)
NumberColor = RGB(128, 64, 0 ...
by DTecMeister
Mon Jan 28, 2008 11:14 pm
Forum: Feature Requests and Wishlists
Topic: PureBasic for Solaris
Replies: 40
Views: 13144

SLA

I guess you're correct. I'm sure Fred would love to be able to provide a support team, but several things would have to change.

User base would have to increase.
Stigma of "BASIC" would have to be overcome.
Multiple levels of support would have to established with associated costs.
Popularity would ...
by DTecMeister
Mon Jan 28, 2008 9:27 pm
Forum: Feature Requests and Wishlists
Topic: PureBasic for Solaris
Replies: 40
Views: 13144

PB is a viable option for business if framed properly

Unless fred and company are planning to get into the negotiated service contract with guaranteed phone and/or in-person support, PureBasic isn't going to crack the large business market, no matter the platform
This isn't entirely true. If you look at your server-side tool usage, you will find ...
by DTecMeister
Mon Jan 28, 2008 3:14 pm
Forum: Feature Requests and Wishlists
Topic: PureBasic for Solaris
Replies: 40
Views: 13144

+1 Solaris OS

I asked for this some time in the past. It would be great to be able to program PB on Solaris.

I have used PB to develop a lot of utilities and pieces of larger programs where I work. Many of our servers are Solaris and it would be nice to be able to develop custom PB tools on those servers as well ...
by DTecMeister
Mon Jan 21, 2008 8:55 am
Forum: Feature Requests and Wishlists
Topic: Datagrid
Replies: 21
Views: 9122

Missing DataGrid

I fully agree with this. The DataGrid is the one thing missing from being able to develop a cross-platform MS Access replacement.

The FoxGUI toolkit provides everything necessary, but is a huge library the would require a large custom-built wrapper to be able to use from PB.

It may be worth it ...
by DTecMeister
Mon Jan 21, 2008 8:13 am
Forum: Coding Questions
Topic: Mysql in windows
Replies: 5
Views: 1342

Re: Are there any other ways ...

If you do go the route of installing them, NSIS is a great tool to simplify the installs.