Re: [Firebird-net-provider] Problem with stored procedure in Visual Studio 2005 Pro

2006-09-17 Thread Dan Taylor
> > > > > > > > > From: Carlos Guzmán Álvarez <[EMAIL PROTECTED]> > Reply-To: "For users and developers of the Firebird .NET providers" > > To: [EMAIL PROTECTED],"For users and developers of the Fi

Re: [Firebird-net-provider] Problem with stored procedure in Visual Studio 2005 Pro

2006-09-16 Thread M xu
Hi All,    I am using firebird data provider version 1.7 for .NET 1.1. When creating a table, I got the following message:    "No message for error code 335544351 found"     "No message for error code 335544382 found"    How could I display more detailed message like "unsuccessful mata data update

Re: [Firebird-net-provider] Problem with stored procedure in Visual Studio 2005 Pro

2006-09-16 Thread Carlos Guzmán Álvarez
Hello: > --- > namesDataset.SurnamesDataTable ndt = new namesDataset.SurnamesDataTable(); > surnamesTableAdapter.FillBySurnameContaining(ndt, "TAY"); > --- > > ...it throws a firebird -206 dynamic SQL exception claiming that > column TXT is unknown. Huu could you try to change the name of the p

[Firebird-net-provider] Problem with stored procedure in Visual Studio 2005 Pro

2006-09-16 Thread Dan Taylor
Hi all, I'm having problems getting a stored procedure to work in Visual Studio 2005 Pro. Have managed to get basic queries working, but no luck with a very simple stored proc... SET TERM ^ ; ALTER PROCEDURE "SurnamesContaining" ( Txt VARCHAR(100) ) RETURNS ( "NameId" INTEGER, "Name"