In short yes, I am using Paradox 10 but the easiest way to do this is:
1/ Create a directory to hold the temporary tables paradox creates (i.e. C:\pdxpriv2)
2/ Create a shortcut where the command line looks as follows:
"C:\Program Files\Corel\WordPerfect Office 2002\Programs\pdxwin32.exe -p...
There is a max limit of 2Gb on the table size.
However this limit is different per table depending on the block size set in the BDE when the table was built.
Paradox tables hold a max of 65536 blocks, which can be block sizes of 1,2,4,16,32kb therefore the max sizes per table can be (in approx...
Yes you can scan more than 1 field. There are numerous ways to best acheive this, but an example of what I believe you are looking for is below:
var
tcHandle,
tcHandle2 TCursor
endVar
tcHandle.open("mytable")
tcHandle2.open("mytable2")
scan tcHandle for tcHandle.field1 = "A" and...
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.