[Mono-devel-list] Postgresql access
Les Ferguson
lhf at xtra.co.nz
Tue Dec 2 08:20:17 EST 2003
I am trying out the test set of aspx pages, I set up postgresql as per
instructed in dbpage1.aspx, and it appears to make the database connection,
but it fails to retrieve a reader when selecting the table.
Is this dbpage1.aspx supposed to be working ?
The exception below appears to happen when it first hits
while (reader.Read ())
System.Data.RowNotInTableException: Cannot perform this operation on a row not
in the table.
in <0x000b1> System.Data.DataRow:AcceptChanges ()
in <0x009f2> Mono.Data.PostgreSqlClient.PgSqlResult:BuildTableSchema (intptr)
in <0x000c9> Mono.Data.PostgreSqlClient.PgSqlCommand:ExecuteQuery
(string,Mono.Data.PostgreSqlClient.PgSqlResult)
in <0x00168> Mono.Data.PostgreSqlClient.PgSqlCommand:NextResult ()
in <0x0006d> Mono.Data.PostgreSqlClient.PgSqlDataReader:NextResult ()
in <0x0005d> (wrapper remoting-invoke-with-check)
Mono.Data.PostgreSqlClient.PgSqlDataReader:NextResult ()
in <0x000fd> Mono.Data.PostgreSqlClient.PgSqlCommand:ExecuteReader
(System.Data.CommandBehavior)
in <0x00016> Mono.Data.PostgreSqlClient.PgSqlCommand:ExecuteReader ()
in <0x00011>
Mono.Data.PostgreSqlClient.PgSqlCommand:System.Data.IDbCommand.ExecuteReader
()
in <0x0015f> ASP.dbpage1_aspx:UpdateTable (string,string)
--
Les Ferguson
More information about the Mono-devel-list
mailing list