Olá a todos.,

Alguem sabe dizer se já existe o driver Npgsql para o postgresql 8.3 ou o
driver do 8.2 é compativel, pois quando eu uso o driver do 8.2 dá esse erro
na minha aplicação.
Essa mesma aplicação acessando o banco 8.2 não da erro.

 *ERROR: 42883: operator does not exist: text = integer*

*Description: *Error processing request.

*Error Message: *HTTP 500. Npgsql.NpgsqlException: ERROR: 42883: operator
does not exist: text = integer

*Stack Trace: *

Npgsql.NpgsqlException:
operator does not exist: text = integer
Severity: ERROR
Code: 42883
Hint: No operator matches the given name and argument type(s). You
might need to add explicit type casts.
  at Npgsql.NpgsqlConnector.CheckErrors () [0x00000]
  at Npgsql.NpgsqlConnector.CheckErrorsAndNotifications () [0x00000]
  at Npgsql.NpgsqlCommand.ExecuteCommand () [0x00000]
  at Npgsql.NpgsqlCommand.ExecuteReader (CommandBehavior cb) [0x00000]
  at Npgsql.NpgsqlCommand.System.Data.IDbCommand.ExecuteReader
(CommandBehavior cb) [0x00000]
  at System.Data.Common.DbDataAdapter.Fill (System.Data.DataSet
dataSet, Int32 startRecord, Int32 maxRecords, System.String srcTable,
IDbCommand command, CommandBehavior behavior) [0x00000]
  at System.Data.Common.DbDataAdapter.Fill (System.Data.DataSet
dataSet) [0x00000]
  at verNoticia.Page_Load (System.Object sender, System.EventArgs e) [0x00000]
  at System.Web.UI.Control.OnLoad (System.EventArgs e) [0x00000]
  at System.Web.UI.Control.LoadRecursive () [0x00000]
  at System.Web.UI.Page.InternalProcessRequest () [0x00000]
  at System.Web.UI.Page.ProcessRequest (System.Web.HttpContext
context) [0x00000]
_______________________________________________
pgbr-geral mailing list
[email protected]
https://listas.postgresql.org.br/cgi-bin/mailman/listinfo/pgbr-geral

Responder a