I think the memo-field may be a big problem. I tried a lot using longvarchar-fields, but I didn't get any satisfying results, if my field was longer than 4k.
Hello guys,
I found a workaround for my own problem, maybe this will help somebody. It's not very nice, but it works, and it is better than wrong values in my database:
If x <> 0 Then
Arti.Fields("OrderAmount").Value = x
Else...
No sorry, it is not a really NULL-/NOTHING-Value, it is just "0", zero, and so on.
I can save any number, only if the number is zero, it doesn't work!
Thank you
Ronald
Hello,
we use VB6, SQL2000i SP4 and PervasiveOLEDB. In some databases we use the VB-Currency-Datatye (which is represented in the DDF-file as bigint, but changing it to "Currency" will make no difference).
In VB we have to calculate the data with 10000 (because VB stores this...
If your application use DDFs maybe it is necessary to convert the DDF-files. On www.pervasive.com you an download a tool DDFCONV to convert them.
A increasement of performance can be given by converting the files to the new 7.0-format.
The performance depends on your server. Btrieve 6.15 runs...
We have a very complex DOS-application using Btrieve, now some modules come new as VB-applications. We use SQL2000i/SDK with the latest service-packs.
In our DOS-application there are several functions which lock records explicit (i.e. an order which is locked as long a user edit this order).
In...
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.