Thread: need a help

need a help

From
windwxc@sina.com
Date:

Now i am using the postgresql to build a spatio-temporal database and i need build a DBMS. I had planned to use C# as programming language so i set the postgreODBC. I have configue the DSN and test it successfully. But in my programm i cannot connect the database by ODBC and show me warning: ERROR 28000 and cannot call the ODBC driven programm to connect the application tool. I donnot find the reason causing this problem. So i send the letter to ask help.

if i cannot connect the database i cannot finish my programm.

thank you!

                                                                                             xiaochun wu

-------------------------------------------------------------------
金山毒霸2008正版免费用!( http://d1.sina.com.cn/sina/limeng3/mail_zhuiyu/2008/mail_zhuiyu_20080107.html )

===================================================================
注册新浪2G免费邮箱(http://mail.sina.com.cn/

Re: need a help

From
"Dave Page"
Date:
On 12/01/2008, windwxc@sina.com <windwxc@sina.com> wrote:
>
>
> Now i am using the postgresql to build a spatio-temporal database and i need
> build a DBMS. I had planned to use C# as programming language so i set the
> postgreODBC. I have configue the DSN and test it successfully. But in my
> programm i cannot connect the database by ODBC and show me warning: ERROR
> 28000 and cannot call the ODBC driven programm to connect the application
> tool. I donnot find the reason causing this problem. So i send the letter to
> ask help.

If you are using C#, then Npgsql would be a better choice of interface
library than psqlodbc.

Regards, Dave