jrbarnett,
Thank you for your reply.
I am actually in the planning stage of a complete re-write and re-factoring of our software. So any concerns about the software aspect of it will be of no issue. The only issues come in purely from the decisions of the back end at this time.
The...
What are your suggestions for a RDBMS solution that can be ran locally and shared via a peer to peer serverless network.
--
More information, TLDR section:
I have a software package that is currently running on an ISAM database structure (DBF\CDX). I am currently creating a plan for...
Not sure the value, I've successfully converted all of my dbase applications to Alaska Xbase so I get full 32bit along with many other benefits.
Richard L. Hankins Jr.
Senior Programmer
Auction Services, Inc.
GriffMG,
Off topic,
What has you tainted about Xbase ++? Also, what incompatibilities ha e you experienced?
Richard L. Hankins Jr.
Senior Programmer
Auction Services, Inc.
I have been an active Clipper & Xbase++ developer for some time and have found myself with a little time on my hands during the holidays.
I want to play around with xHarbour a little to try out converting some 16bit clipper code to check the speed.
I have seen several posts on the forum about...
If I set file caching off and attempt to shut off type 2 oplocks as well, what settings should be on the workstations?
Will I still need to turn the oplocks off on the XP machines or should I leave them turned on as default?
Thanks In Advance,
Richard L. Hankins Jr.
Senior Programmer
Auction...
I am using Novell 5.1 with sp9 overlay ( the latest, I think it is 9 ). With Windows XP Pro workstations using the latest client for them available from the site.
I am having some issues with accessing data on it.
1) When I access data from one machine then close that file, the server does...
I am pretty sure that the old one is going to be 16bit linking, I am unsure however of how blinker will handle this. It is very possible that is the problem.
Richard L. Hankins Jr.
Senior Programmer
Auction Services, Inc.
You may try this site... I am unsure of what it contains, but in the clipper directory it has lightlib.zip Judging from the name of the site it may not be of any help period.
http://cd.textfiles.com/cream06/clipper/
hth
--
Richard L. Hankins Jr.
Senior Programmer
Auction Services, Inc.
I have never used ADS, but what are you doing when you get this error? Is it possible that within your code you are attempting to reposition the record number to a position that is no longer in the file?
I have had a similar problem as described at the below link, where I was writing the...
Oops, forgot to post this as well.
Search for STAR on it and you will see an update to star class, I am unsure if this will help you or not.
http://logo-bbs.dyndns.org/mailboxo/cl-tool/index.html
--
Richard L. Hankins Jr.
Senior Programmer
Auction Services, Inc.
Have you tried to move the library into or out of any overlays within your link script?
Just an idea to try.
--
Richard Hankins
Richard L. Hankins Jr.
Senior Programmer
Auction Services, Inc.
Assuming that you are using full gui, you need the oDa part, but if not, just delete the oDa stuff.,
oDa := oDlg:DrawingArea
oListBox := XbpListbox():new()
oListBox:markMode := XBPLISTBOX_MM_SINGLE
oListBox:create(oDa,, {300, 100}, {200, 150} )
aItems := US_States()
aEval(aItems,{|x|...
Oops I forgot I changesd the following also
if bills->(Flock()) .and. data->(Flock())
Save_Data_Function()
Else
Retry procedure ...
endif
to just Save_Data_Function since we don't need it if we are looping for the append
Richard L. Hankins Jr.
Senior Programmer
Auction...
Once I changed your save function to this it worked for me... the rest did not compile for me... I had to rig up some FAUX databases and stuff to test...
Function Save_Data_Function()
** Loop Until We Append A New Record
Do While ! Bills->(DBAppend())
** Let them know whats going on...
Yes, we do something similar... kind along the following
DB2->(xFLock())
DB3->(xFLock())
DB4->(xFLock())
... manipulate data
xUnLockAll()
Procedure xFLock()
Local cScreen := SaveScreen()
Do While ! FLock()
@15,0 Say PadC("Waiting To Lock File In Use" + ...
You may want to look into the 5.2 style of coding rather than the summer '87 version... also you may want to look into Hungarian Notation... both will improve code readability and re-use...
Richard L. Hankins Jr.
Senior Programmer
Auction Services, Inc.
Dude, why are you going to 6.0 which is being phased out instead of going to .net?
I agree with Tekno, you may want to choose something with a more familiar language.... Richard L. Hankins Jr.
Senior Programmer
Auction Services, Inc.
I am glad that my offer could help. I am a big supporter of Alaska's xBase. There are some things that require a little 'fiddling' to fix but none of them are too tough to work with.
If anyone is converting to Alaska xBase feel free to ask me any questions you may encounter. If I cannot help...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.