Re: [GENERAL] Charset and encoding

2001-05-09 Thread Rosa Maria Carro Salas
datname datdbaencodingdatpath courses 26 7 courses I have tested with LATIN1 - LATIN5 and I haven't got any result... I'd need the Spanish 'ñ' (that is what I insert)... Maybe I need to insert this character i

[GENERAL] Charset and encoding

2001-05-09 Thread Rosa Maria Carro Salas
Hello, I have defined a database with the encoding SQL_ASCII. I fill the database by using embedded SQL. When I insert the value "Señales", it is correctly inserted. I read the correct value by typing the query in postgres, but when I access this database from a Java program, via JDBC, I obta

[GENERAL] RecordSets, getString and charSets

2001-01-11 Thread Rosa Maria Carro Salas
Hello, I have a problem with recordsets and charsets. I have inserted some data into a postgresql database including spanish characters. When I execute pgsql and I run some select queries, I get the data in the right way, with the spanish characters I inserted. But when I execute the same queri