Field olayını hallettim dediğiniz gibi.
Bu clientdataset gibi başka kullanabileceğim blob tipli local bir database varmı çünkü bu cds uzantılıda parola belirleyemiyorum. birde veriboyutu 300 mb iy geçince memory hatası veriyor.
Record string uzunluğu
Forum kuralları
Forum kurallarını okuyup, uyunuz!
Forum kurallarını okuyup, uyunuz!
Re: Record string uzunluğu
Önce sqlite ı denemiştim oraya text olarak yazyım diye o çok şişiyor zaten. Sqlite da blob alan yok zaten.
-
- Üye
- Mesajlar: 239
- Kayıt: 04 Oca 2008 01:53
- Konum: Karşıyaka/İzmir
Re: Record string uzunluğu
Olmaz olur mu hiç!
NULL. The value is a NULL value.
INTEGER. The value is a signed integer, stored in 1, 2, 3, 4, 6, or 8 bytes depending on the magnitude of the value.
REAL. The value is a floating point value, stored as an 8-byte IEEE floating point number.
TEXT. The value is a text string, stored using the database encoding (UTF-8, UTF-16BE or UTF-16LE).
BLOB. The value is a blob of data, stored exactly as it was input.
Bakınız: http://www.sqlite.org/datatype3.html
NULL. The value is a NULL value.
INTEGER. The value is a signed integer, stored in 1, 2, 3, 4, 6, or 8 bytes depending on the magnitude of the value.
REAL. The value is a floating point value, stored as an 8-byte IEEE floating point number.
TEXT. The value is a text string, stored using the database encoding (UTF-8, UTF-16BE or UTF-16LE).
BLOB. The value is a blob of data, stored exactly as it was input.
Bakınız: http://www.sqlite.org/datatype3.html
In dubio pro reo...
Şüpheden sanık/özgürlük yararlanır...
Şüpheden sanık/özgürlük yararlanır...
Re: Record string uzunluğu
Çok teşekkür ederim ikinizede çok süper oldu
Rahat rahat verileri ekleyebiliyorum. Şifreledimmide tamamdır. Ancak kırılabilirmi şifresi bilemiycem.

Rahat rahat verileri ekleyebiliyorum. Şifreledimmide tamamdır. Ancak kırılabilirmi şifresi bilemiycem.