> Is there a reason you can't use cursors (explicitely, or via ODBC if it > provides some glue on top of them) to keep the result set on the server? > > http://candle.pha.pa.us/main/writings/pgsql/sgml/sql-declare.html > http://candle.pha.pa.us/main/writings/pgsql/sgml/sql-fetch.html
I can only use generally accepted forms of connectivity (ie. ODBC, ADO or OLEDB). This is what many of the people on the Windows side are going to need, because most of us are going to be converting from an existing already established system, such as Oracle, SQL Server or DB2, all of which have 1 or more of the 3 mentioned above. > > The next one is the handling of BLOBS. PG handles them like no other system > > I have ever come across. > > Just FYI, you can use both the lo_*() functions, as well as simple > bytea/text columns (which can be very large in PostgreSQL). > > -Neil I know PG has a ODBC driver (that's all I've been using), but it or PG just doesn't handle BLOBS the way people on the Windows side (don't know about Unix) are use too. There is this conversion to octet that must be performed on the data , I don't understand why, but I guess there was a reason for it long ago, but it seems that it can now be modified to just accept ANY byte you give it and then store it without any manipulation of the data. This will make Postgresql much more portable for the Windows developers...no need for any special handling for a data type that all large RDBMS support. Thanks ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly