Обсуждение: ODBC Connection : IT WORKS :)

Поиск
Список
Период
Сортировка

ODBC Connection : IT WORKS :)

От
valcauda Stéphane
Дата:
 really deep thanks to dave page and Mark Brikett for their help.

In fact the -i option was missing.
And after the problem wa about the databaseName. I had to put 'template1'.
I don't understand why exactly because the 2 CREATE DATABASE I 've done were
TEST and TEST2.


----------------------------------------------------------------------------
---------------------------------------------
I will write something for my student about installing CYGWIN and Postgresql
because they are used to Windows
way of doing/thinking and GNU/Unix is quite different.

I'm quite like them, more used to W2000 than to Unix (because of Windows is
everywhere in France) and it was
quite hard to install Cygwin and postgreSQL while I had no problem with My
SQL.

I think there is a FAQ missing for "Windows" people to explain how to
install with more details.

I can give  the document I will write but I don't know who I have to join
for that.
----------------------------------------------------------------------------
---------------------------------------------

Stephane Valcauda
Dijon's University
France




Re: ODBC Connection : IT WORKS :)

От
"Dave Page"
Дата:

> -----Original Message-----
> From: valcauda Stéphane [mailto:valcauda.aderis@wanadoo.fr]
> Sent: 01 October 2002 14:01
> To: PostgreSQL Mailing List
> Subject: [ODBC] ODBC Connection : IT WORKS :)
>
>
>  really deep thanks to dave page and Mark Brikett for their help.
>
> In fact the -i option was missing.
> And after the problem wa about the databaseName. I had to put
> 'template1'. I don't understand why exactly because the 2
> CREATE DATABASE I 've done were TEST and TEST2.

They probably got folded to test and test2 (ie. lower case) if you didn't quote the names when you created them.

Regards, Dave.