-----Original Message-----
>From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Przemyslaw
>Czerpak
>
>New field types can be added in few minutes by someone who has ADS9.
>(I do not). It's enough to update two functions in ads1.c

Here can be downloaded
http://www.sybase.com/products/databasemanagement/advantagedatabaseserve
r
http://devzone.advantagedatabase.com/dz/content.aspx?key=20&Release=12&P
roduct=5
with ads will be supported varchar/varbinary also?

>> Wich of this type of fields are supported also from dbfcdx?
>All except varchar/varbinary in VFP like implementation and NULL flags.
Very good.
Is planed in future also SUPPORT FOR varchar/varbinary?


>This is short list of some new fields in some combinations supported by
Harbour:
>
>proc main()
>   dbCreate("_tst", {{"F01", "+", 4, 0},; // autoinc
>                     {"F02", "=", 8, 0},; // modtime
>                     {"F03", "^", 8, 0},; // rowversion
>                     {"F04", "@", 8, 0},; // daytime
>                     {"F05", "T", 8, 0},; // alternative daytime
>                     {"F06", "T", 4, 0},; // time
>                     {"F07", "I", 8, 4},; // 64bit integer with 4
decimal places
>                     {"F08", "I", 4, 2},; // 32bit integer with 2
decimal places
>                     {"F09", "D", 3, 0},; // packed date
>                     {"F10", "D", 4, 0},; // 32bit date
>                     {"F11", "V", 6, 0},; // SIX3 variable size and
type field
>                     {"F12", "M", 4, 0},; // memo
>                     {"F13", "Y", 8, 4},; // currency
>                     {"F14", "B", 8, 2}}) // double value
>   use _tst
>   while lastrec() < 10
>      dbappend()
>   enddo
>   browse()
>   close
>return

Will be used "+=^#TIDVYB" also from rddads?

 
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to