To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62646
User msc changed the following:
What |Old value |New value
================================================================================
Assigned to|msc |ab
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Mon Apr 24 06:59:48 -0700
2006 -------
hi,
This only happend with the postgres sdbc driver.
The driver can be downloaded here
http://dba.openoffice.org/drivers/postgresql/postgresql-sdbc-0.7.0.zip
and installed with
unopkg add /path/to/your/download/postgresql-sdbc-0.7.0.zip
Then register rthe attached bugdoc database as postgres_local_sdb via tools /
options / database / database
Then execute the script
Sub Main
Dim oDBContext as Object, oConnection as Object, ResRows as Object
oDBContext = CreateUnoService("com.sun.star.sdb.DatabaseContext")
oConnection =
oDBContext.GetByName("postgres_local_sdb").GetConnection("pgsqluser","")
ResRows = oConnection.createStatement.executeQuery("select * from
""Table1""")
if ResRows.next Then
MsgBox("Got data")
Else
MsgBox("Not got data")
End If
x=0 ' breakpoint set on this stub line
End Sub
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]