Trevor

Results 29 comments of Trevor

As far as I know 255 is the max length a character field can be.

What version of DBase?

Although its an xBase variant it came later than FoxBase, dBASE III and dBASE IV which does not guarantee this git will work for it. If you can find any...

If you need any further examples or assistance, I develop primarily in VB.NET using Codebase.

@RicardoJarree Are you using read/write optimizations? The only time I have ever had memory leaks with CodeBase was when I wasn't properly disposing of my CodeBase instances in .NET via...

@RicardoJarree Here is a simple example. ` Public MustInherit Class CodebaseDisposal Implements IDisposable ''' ''' Flag ''' Private Init As Boolean = False ''' ''' Flag ''' Private _Shutdown As...

@RicardoJarree If this is a persistent application like a desktop app and the databases are local I would recommend running an instance of CodeBase only as long as you need...

@RicardoJarree Are you using c465net.dll? I am using c4dll.dll but there are compiler switches in my Codebase.vb file for c465net.dll that link u4freeDefault so its more than likely the same...

@RicardoJarree If you would like to post the abstract code we can always do a little code review to help you out.