<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
<title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
Hello,<br>
<br>
i am using <br>
- PostgreSQL 8.2.5<br>
- ODBC: PostgreSQL Unicode 8.02.04.0<br>
<br>
When i am inserting via the ADO-driver a row with column text with
textsize about 10000, i get the ado error 0x80004005.<br>
Inserting the same row with the SQL-editor in pgAdmin III works
fine.<br>
<br>
The ado details:<br>
Using cursorLocation = adUseClient <br>
Using lockType = adLockBatchOptimistic<br>
recordset editNew ... putting column values ... recordset addNew,
recordSet updateBatch (thows the ado error)<br>
<br>
Has the ADO-diver any limitation ?<br>
Thanks for any help !<br>
<br>
Best Regards,<br>
Josef Springer<br>
<br>
<br>
</body>
</html>