Kit,
Unfortunately, I don't work in an industry like yours, so any program I named would come from a google search - which I'm sure you can do more effectively yourself.
That said, POS applications for brick & mortar establishments are numerous (just look at the number of stores one can walk...
Kit,
I haven't had problems using ODBC drivers with Paradox to access non-Paradox databases. But I've never used them for more than importing / exporting and similar short-use purposes. There are others, however, who have and are using Paradox to access external databases and I don't know of...
Kit,
If I understand correctly, you have three stores in three separate locations. You want all three of them to share a single database/application. It seems to me, a browser-based application (meaning, one that runs in a web browser (aka a web site)) is what you want.
What programming...
If it's a Paradox table (.db file), a blank field is blank, not NULL. SO:
SELECT *
FROM table
WHERE field=''
...would get you everything where that field is blank.
Liz
First, 4*M*b of RAM or GB? If MB, I can only assume you're running DOS?
Are you getting an error, or just incorrect results?
Show your code / calculations and some sample values, what you expect and what you're getting. It could be corruption, it could be misunderstanding of what's possible...
Just some thoughts. I haven't tried using MS Server 2008 as a file server.
1. There's no reason a TCP/IP network would work. Go with that.
2. Turn off opportunistic locking.
3. Turn off real-time anti-virus scanning for all directories used by Paradox - both on workstations and on the...
Never tried doing what you describe, but try this:
1. Make sure Paradox and WordPerfect are closed.
2. Search for paradox.lck and pdoxusrs.lck (they will appear in directories where Paradox tables live and may be "left over" if Paradox closes abnormally)
3. Fire up WordPerfect and try to...
Paradox tables can't have NULL values, so, no, the row isn't dropped. If you're using a plain checkmark (not checkplus), then one record for each unique combination of values in the checked fields is returned.
Liz
There's an easier and better way. Create directory locks. (If you set the directory to read-only, Paradox won't be able to create the lock files it needs; if you set the files to read only, Paradox may give an error (not sure); but it should recognize directory locks and then only edit...
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.