--- Daniel Morgan <[EMAIL PROTECTED]> escreveu: > Hello, > Hello
> I haven't tried testing those things with the PostgreSQL provider. > Would you be willing to help add those features? > > By the way, there is a PostgreSQL Managed data provider written in 100% C# > and > does not require a client library at > http://gborg.postgresql.org/project/npgsql/projdisplay.php > You could see if they support the features you need. > It doesn't support these features yet. :( But I could get COPY to file working by using an Command object when connected as postgres. As it uses the command object, the PostgresqlClient provider also works. The declare cursor would need some coding in the protocol handling to work with the cursor stuff. I have to check the BLOB support... > If anything, I would love for the provider to support the new features found > in PostgreSQL 7.3, such as, prepared queries, returning rowsets from stored > functions, etc... > Yes, these features are very good! I hope we can get them working in the providers soon! ===== Regards, Francisco Figueiredo Jr. _______________________________________________________________________ Busca Yahoo! O melhor lugar para encontrar tudo o que voc� procura na Internet http://br.busca.yahoo.com/ _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
