on 12/21/01 18:17, Agustin Porto at desarrollo (AT) manises .DOT com wrote:
> I send you a very very very retailed version of my project where you can > see two files: > > iniciarvalentina.dir "create database" > expositores.dir "it allow you to insert an stream and search it into > a database table" > > The example table has only 10 register, you can search all register just > clicking over "SEARCH" text. As you can see the response is a long string > of strange chars. > > If you need anything else say it. I use PC, win98, Director 8.
Hi Agustin,
I have look on your project. First comments:
You often create fields as String[255], String[200].
This can be very not effective. Better to use VarChar[504] in both cases.
-- Best regards, Ruslan Zasukhin
------------------------- Paradigma.
e-mail: ruslan@paradigmasoft.com web : http://www.paradigmasoft.com
To subscribe to the Valentina mail list send a letter to valentina-on (AT) lists .DOT macserve.net ©2001 Ruslan Zasukhin |