[SQL] How to improve PgSql Performance using npgsql

2008-12-24 Thread Venkat Rao Tammineni
Dear All, I am using npgsql.dll to connect postgresql database. Everything is working fine.but sometimes database is getting slow and even sometimes I am not getting data .I have written one function which access the data . Below is my code .. public NpgsqlConnection PgSqlDataCon

Re: [SQL] How to Import Excel Into PostgreSQL database

2008-12-24 Thread Venkat Rao Tammineni
database In response to Venkat Rao Tammineni : > Dear All, > > > > I using PosgreSql8.1.I want to import Excel into PostgreSQL database. Is > there any way to import ? . Create a CSV-File and import that with COPY. Andreas -- Andreas Kretschmer Kontakt: Heynitz: 035242

[SQL] How to Import Excel Into PostgreSQL database

2008-12-23 Thread Venkat Rao Tammineni
Dear All, I using PosgreSql8.1.I want to import Excel into PostgreSQL database. Is there any way to import ? . Please anyone can guide me. I am waiting for your great response. Thanks Venkat.