Skip to main content

AccessTr.neT


sayı türleri

sayı türleri

Çözüldü #1
iyi günler
1-9 kadar sayıları tabloya kaydetmek için alan türü ne olmalı
sayıolacak ama çift mi tek mi uzuntamsayı mı
ve de
999 a kadar olan sayılar için ne olmalı
amacım veri tabanının en az yer kaplaması
kayıt sayısı 100.000 kadar olduğunu düşünürsek bu ayrıntının önemli olacağını düşünüyorum
teşekkürler
@benbendedeilem
Cevapla
Çözüldü #2
f1 yardım'dan alıntı

FieldSize Property
See AlsoApplies ToExampleSpecificsYou can use the FieldSize property to set the maximum size for data stored in a field set to the Text, Number, or AutoNumber data type.

Setting
If the DataType property is set to Text, enter a number from 0 to 255. The default setting is 50.

If the DataType property is set to AutoNumber, the FieldSize property can be set to Long Integer or Replication ID.

If the DataType property is set to Number, the FieldSize property settings and their values are related in the following way.

Setting Description Decimal precision Storage size
Byte Stores numbers from 0 to 255 (no fractions). None 1 byte
Decimal Stores numbers from –10^38–1 through 10^38–1 (.adp)
Stores numbers from –10^28–1 through 10^28–1 (.mdb) 28 12bytes
Integer Stores numbers from –32,768 to 32,767 (no fractions). None 2 bytes
Long Integer (Default) Stores numbers from –2,147,483,648 to 2,147,483,647 (no fractions). None 4 bytes
Single Stores numbers from
–3.402823E38 to –1.401298E–45
for negative values and from
1.401298E–45 to 3.402823E38 for positive values. 7 4 bytes
Double Stores numbers from
–1.79769313486231E308 to
–4.94065645841247E–324
for negative values and from
4.94065645841247E–324 to
1.79769313486231E308 for positive values. 15 8 bytes
Replication ID Globally unique identifier (GUID) N/A 16 bytes


You can set this property only from the table's property sheet.

To set the size of a field from Visual Basic, use the DAO Size property to read and set the maximum size of Text fields (for data types other than Text, the ADO Type property setting automatically determines the Size property setting).

Note You can specify the default field sizes for Text and Number fields by changing the values under Default Field Sizes on the Tables/Queries tab, available by clicking Options on the Tools menu.

Remarks
You should use the smallest possible FieldSize property setting because smaller data sizes can be processed faster and require less memory.

Caution If you convert a large FieldSize setting to a smaller one in a field that already contains data, you might lose data. For example, if you change the FieldSize setting for a Text data type field from 255 to 50, data beyond the new 50-character setting will be discarded.

If the data in a Number data type field doesn't fit in a new FieldSize setting, fractional numbers may be rounded or you might get a Null value. For example, if you change from a Single to an Integer field size, fractional values will be rounded to the nearest whole number and values greater than 32,767 or less than –32,768 will result in null fields.

You can't undo changes to data that result from a change to the FieldSize property after saving those changes in table Design view.


Tip

You can use the Currency data type if you plan to perform many calculations on a field that contains data with one to four decimal places. Single and Double data type fields require floating-point calculation. Currency data type fields use a faster fixed-point calculation.
Saygılar, iyi çalışmalar.
*********
Kod, formül vs bilmek önemlidir ama mantığını yürütebilmek, nerede ve nasıl kullanılacağını bilmek daha önemlidir.
Cevapla
Çözüldü #3
teşekkürler
daha kısa türkçe bir açıklaması yokmu acaba
@benbendedeilem
Cevapla
Çözüldü #4
Field Size (Alan Boyutu)
Text (Metin) alan boyutu : 0 ile 255 karakter arasında olmalıdır.
Number (Sayı) alan boyutu:
Byte : 0’dan 255’e kadar tam sayı tutar.
Integer : -32 768’den 32768’e kadar tamsayılar,
Long Integer: -2 147 483 648’den 2 147 483 647’e kadar tamsayılar
Single : -3.402823E38’den –1.401298E_45’e kadar negatif 1.401298E_45’den 3.402823E38’e kadar pozitif değer tutar. 7 basamaklı ondalık bölümü olabilir.
Double: -1.79769313486231E308’den–4.9406564984124E_324’e 1.79769313486231E308’den 4.9406564984124E_324’e kadar pozitif değer tutar. 15 basamaklı ondalık bölümü olabilir.
Cevapla
Çözüldü #5
Sayın accessşan inceleyiniz...

Tanım Kapasite
Text Yazı ve sayı kombinasyonlarında kullanılır maximum 255 karakter
Memo Büyük çaptaki yazıları tutmak içindir.65,536 karakter tutabilir. Not: bu alan sıralama için değildir
Byte 0 ile 255 arasındaki sayılar izin verir 1 byte
Integer -32,768 ve 32,767 arasındaki sayılar izin verir 2 bytes
Long -2,147,483,648 ve 2,147,483,647 arasındaki sayılar izin verir 4 bytes
Single Tek hassasiyetli kayan noktalık,ondalık kısım ile 4 bytes
Double Çift hassasiyetli kayan noktalık,ondalık kısım ile 8 bytes
Currency Para birimi için kullanın. Bütün dolar 15 basamaklı, artı 4 ondalık kadar alır. İpucu: Ülkenin para birimi olarak kullanmak için seçebilirsiniz 8 bytes
AutoNumber OtomatikSayı otomatik olarak her kayıt kendi numarası, genellikle 1 ile başlar 4 bytes
Date/Time Tarih ve zaman için kullanın 8 bytes
Yes/No Mantıklı bir alanı Evet olarak görüntülenebilir / Hayır, Doğru / Yanlış veya Açık / Kapalı. Kodunda, -1 ve 0 Doğru ve Yanlış (eşdeğeri) sabitleri kullanın. Not: Boş değerler Evet izin verilmez / Hayır alanları 1 bit
Ole Object Resim, ses, video veya diğer ikili büyük nesneler up to 1GB
Hyperlink Web sayfaları dahil olmak üzere diğer dosyaları içeren bağlantılar
Lookup Wizard Daha sonra açılan listeden seçilebilir yazdığınız seçenekler listesi 4 bytes
komşuda dülger mi var geliyor keser sesi,
ustalar konuşunca çıraklar keser sesi.
Cevapla
Çözüldü #6
teşekkürler
@benbendedeilem
Cevapla

Bir hesap oluşturun veya yorum yapmak için giriş yapın

Yorum yapmak için üye olmanız gerekiyor

ya da
Task