Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Inserting date and money
Message
De
27/10/2008 19:40:46
 
 
À
Tous
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Titre:
Inserting date and money
Versions des environnements
SQL Server:
SQL Server 6.5 and older
Divers
Thread ID:
01357541
Message ID:
01357541
Vues:
59
Hello, I'm trying to save data with this query:

Insert into Propuesta (idprospecto, Objeto, fecharecibo, fechaentrega,
idusuario, idestado, presupuestocop, presupuestousd ) values ('1', 'esta es
la prueba para la empresa de telecomunicaciones de bogota, del sector publico
y con el id 1', 10/14/2008, 10/14/2008, 22222222, 1, '5.657', '123.456')

this is the data saved for the date and money and smallmoney fields:

01/01/1900 12:00:00 am for both and 5,6570 and 123,4560 for money and
smallmoney respectively.

So how is the best way to save this type of fields in my SQL db?
Thx.


P.D.: My DB is SQL 2005
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform