Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

NAN-Values in ECPG-Code



Greetings,

this is my first post in an newslist, so pleas be patient, if I made some formal mistakes.

I have a Question:

Im writing a program in c using the ecpg-library. How can I insert a float-value like 'NAN' or 'infinity' into a recordset?

( this is only an example ... )

EXEC SQL BEGIN DECLARE SECTION;
Int	paramid;
Float fval;
EXEC SQL END DECLARE SECTION;

paramid = 5;
fval = 'NAN';

EXEC SQL INSERT INTO test ( paramid, value ) VALUES ( :paramid, :fval );

This is only working for 'normal' values, but not for the special's - NAN and INFINITY...

Can You help me, and tell me how to do it? 
I would be very thankful.


Mit freundlichen Grüßen aus Krefeld,
With best regards from Krefeld,


MBS GmbH - Entwicklung
i.A. René Grün

E-Mail: Rene(dot)Gruen(at)mbs-software(dot)de

Visit us in the world wide web:
Besuchen Sie uns im Internet:          
http://www.mbs-software.de

--

MBS Gesellschaft für Entwicklung und
Handel von Software und Investitionsgütern mbH Römerstraße 15, D-47809 Krefeld
Geschäftsführer: Martin Brust-Theiß, Gerhard Memmen-Krüger Registergericht Krefeld HRB 3337 Ust.-ID:DE 120 148 529





Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group