>
>
>
>
>
>
>
>
> 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
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
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
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"