S sven2 Registered User. Local time Today, 21:44 Joined Apr 28, 2007 Messages 297 Jun 12, 2008 #1 Hello, I need to store numbers in a table between 0 and 9999,99. What kind of type should i use? I have tried decimal but I still get an error! Thanks in advance, Sven Last edited: Jun 12, 2008
Hello, I need to store numbers in a table between 0 and 9999,99. What kind of type should i use? I have tried decimal but I still get an error! Thanks in advance, Sven
pbaldy Wino Moderator Staff member Local time Today, 13:44 Joined Aug 30, 2003 Messages 36,157 Jun 12, 2008 #2 What error? Decimal should work, but you can try Money.
MSAccessRookie AWF VIP Local time Today, 16:44 Joined May 2, 2008 Messages 3,423 Jun 12, 2008 #3 SQL Server Data Types and their associated ranges The Link below has a table of Data Types and their associated ranges http://www.teratrax.com/sql_guide/data_types/sql_server_data_types.html
SQL Server Data Types and their associated ranges The Link below has a table of Data Types and their associated ranges http://www.teratrax.com/sql_guide/data_types/sql_server_data_types.html