Hello,

I have an application coded in C# and I'm using
Firebird and the .NET provider (FBClient 2.1.0).

In my network everything is fine, but I have a VPN,
OpenVPN, and when I'm using FbDataAdapter.Fill()
method, the application raises the next exception:

See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog
box.

************** Exception Text **************
FirebirdSql.Data.FirebirdClient.FbException --->
FirebirdSql.Data.Common.IscException: Exception of
type 'FirebirdSql.Data.Common.IscException' was
thrown.
   at
FirebirdSql.Data.Client.Gds.XdrStream.ReadValue(DbField
field)
   at
FirebirdSql.Data.Client.Gds.GdsStatement.ReadDataRow()
   at FirebirdSql.Data.Client.Gds.GdsStatement.Fetch()
   at
FirebirdSql.Data.FirebirdClient.FbCommand.Fetch()
   --- End of inner exception stack trace ---
   at
FirebirdSql.Data.FirebirdClient.FbCommand.Fetch()
   at
FirebirdSql.Data.FirebirdClient.FbDataReader.Read()
   at
System.Data.Common.DataAdapter.FillLoadDataRow(SchemaMapping
mapping)
   at
System.Data.Common.DataAdapter.FillFromReader(DataSet
dataset, DataTable datatable, String srcTable,
DataReaderContainer dataReader, Int32 startRecord,
Int32 maxRecords, DataColumn parentChapterColumn,
Object parentChapterValue)
   at System.Data.Common.DataAdapter.Fill(DataTable[]
dataTables, IDataReader dataReader, Int32 startRecord,
Int32 maxRecords)
   at
System.Data.Common.DbDataAdapter.FillInternal(DataSet
dataset, DataTable[] datatables, Int32 startRecord,
Int32 maxRecords, String srcTable, IDbCommand command,
CommandBehavior behavior)
   at
System.Data.Common.DbDataAdapter.Fill(DataTable[]
dataTables, Int32 startRecord, Int32 maxRecords,
IDbCommand command, CommandBehavior behavior)
   at System.Data.Common.DbDataAdapter.Fill(DataTable
dataTable)
   at Pes.GUIVentas.FrmBuscaVenta.Buscar()
   at
Pes.GUIVentas.FrmBuscaVenta.EventoCambiarDias(Object
sender, EventArgs e)
   at
System.Windows.Forms.DateTimePicker.OnValueChanged(EventArgs
eventargs)
   at
System.Windows.Forms.DateTimePicker.WmDateTimeChange(Message&
m)
   at
System.Windows.Forms.DateTimePicker.WmReflectCommand(Message&
m)
   at
System.Windows.Forms.DateTimePicker.WndProc(Message&
m)
   at
System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message&
m)
   at
System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message&
m)
   at
System.Windows.Forms.NativeWindow.Callback(IntPtr
hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


I've noticed that this happens when I'm using Date and
DateTime fields.

Is this a bug of FirebirdClient or OpenVPN.

Any advice?

Regards.

_______________________________
I'm free, I use GNU/Linux.
Close your Windows, Open your mind.


      
____________________________________________________________________________________
¡Capacidad ilimitada de almacenamiento en tu correo!
No te preocupes más por el espacio de tu cuenta con Correo Yahoo!:              
        
http://correo.yahoo.com.mx/

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to