You cannot post messages because only members can post, and you are not currently a member.
Description:
Groups discussions that revolve around the jBASE Multivalue environment.
|
|
|
Future compiler options for jBASE on Windows
|
| |
It seems that Microsoft is removing the compiler from the Windows SDK. I had heard rumours about this, but the link below provides some support for this development. How will this affect users of jBASE for Windows? [link] "The Windows SDK now requires a compiler and build environment to... more »
|
|
A-Type
|
| |
Hi,
In order to use I-type dictionary items in my jbc program I can call
ITYPE() function.
How to use A-type dictionary items? Is there any function for them as
well? (function ATYPE() does not exist :)
|
|
jbase question or two
|
| |
Good Day to you all: I am about to set up a new account and have a couple of questions regarding file sizing. 1/ Is there a dict item I can use to see the size of my items in a file ? For example.... "LIST FILENAME size" which would show me the item ID and the size of the item. 2/Once I have a look at the items sizes, I assume I can do the following to create a file with the approximate size. For now, lets assume that there are 1000 bytes per item. Each bucket holds 4096 bytes, so approximately 5 items per bucket. 67000 items/5 indicates 13200 buckets so.... CREATE-FILE FILENAME 3 13200 should do it. Am I correct ? or is 13200 too much? Dave.... more »
|
|
RELEASE UNLOCKS in 5.2.15
|
| |
We've recently upgraded a client to 5.2.15 and we noticed that issuing
a RELEASE (with no arguments) also released a LOCK which the
application had also taken.
This bug may have been in previous releases, but we just hadn't
noticed it.
I'm planning on installing an older release, just out of interest, to... more »
|
|
NOT_FILE_VAR error
|
| |
We have upgraded our Windows system from Major 3.4 , Minor 3 , Patch 0159 to Major 5.2 , Minor 9 , Patch 0153. As you can see the Open line worked...but when I go to write out the line it give me an error.. Send report to: P)rinter T)erminal C)apture F)ile: F E:\BATCHES\05-13-12_05112012CM B_dailybatch_2310.TXT is being created...... more »
|
|
I wanna distinguish some general concepts in jBASE
|
| |
Dear all,
I'm a newbie with T24 system. During my study, could you help me to
make some discriminations between jBASE's concepts:
- What differences between jBASE command language (jCL) and jBASE
BASIC language? What're main purposes of each language?
- Could we use SQL to manipulate jBASE database? What pros and cons of... more »
|
|
Transactions
|
| |
Hi
I am about to embark on using "Transactions" (ie transstart and transend) in my application to maintain database integrity.
I have a question relating to how transactions work, and thought it would be an easy answer rather than me constructing a test.
If I have a routine that updates a file with sequential ids - ie... more »
|
|
jRemote API
|
| |
Greetings jBasers,
Who might be having the API/Tutorial for jRemote.Looks like its a good
java api but lacks the documentation
|
|
possible bug in version 4.1
|
| |
Windows server 2003 sp2
RELEASE Information : Major 4.1 , Minor 6.13 , Patch 6169 (Change 89144)
I have the following DICT term in that works in 3.4.1 but does not in 4.1:
01 A
02 0
03 ORIG AMT
04
05
06
07 MR2,
08 F;2;8;S;+
09 R
10 10
In 3.x it gives me the sum of all the vm amounts in attr 8 added to attr 2.... more »
|
|
|