Rodolfo Luiz wrote:

> Hello,
> 
> I'm using FB 2.0 RC4, in my applications Win32 with Delphi, I don't have
> problem, but now I need to use the FB 2.0 RC 4 with Delphi 2006/ASP.Net
> and I am not getting.
> 
> The error message that ASP. Net comes back it is the following:
> 
> 
> Server Error in '/Gestao' Application.
> 
> 
> No message for error code 335544569 found. No message for error code
> 335544436 found. No message for error code 335544578 found. No message for
> error code 335544382 found. No message for error code 336397208 found.
> Description:
> An unhandled exception occurred during the execution of the current web
> request. Please review the stack trace for more information about the
> error and where it originated in the code.
> 
> Exception Details:
> FirebirdSql.Data.Firebird.FbException: No message for error code 335544569
> found. No message for error code 335544436 found. No message for error
> code 335544578 found. No message for error code 335544382 found. No
> message for error code 336397208 found.
> 
> Source Error:
> 
> 
> 
> 
> 
> Line 96:      dm.sqlLogin.Parameters['SENHA'].Value := senha;
> Line 97: //     dm.dr := Dm.sqlLogin.ExecuteReader;
> Line 98:      DM.dr := DM.sqlLogin.ExecuteReader;
> Line 99:      if dm.dr.Read then
> Line 100:      begin
> Source File:
> E:\SISTEMAS_ASPNET\DJR\Gestao\login.pas    Line: 98
> 
> Stack
> Trace:
> 
> 
> 
> 
> 
> [FbException: No message for error code 335544569 found.
> No message for error code 335544436 found.
> No message for error code 335544578 found.
> No message for error code 335544382 found.
> No message for error code 336397208 found.]
>    FirebirdSql.Data.Firebird.FbCommand.ExecuteReader(CommandBehavior
>    behavior) +110 FirebirdSql.Data.Firebird.FbCommand.ExecuteReader() +7
>    login.TWebForm1.GetLogin() in
>    E:\SISTEMAS_ASPNET\DJR\Gestao\login.pas:98
>    login.TWebForm1.Button2_Click1(Object sender, EventArgs e) in
>    E:\SISTEMAS_ASPNET\DJR\Gestao\login.pas:70
>    System.Web.UI.WebControls.Button.OnClick(EventArgs e) +108
>   
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String
>    eventArgument) +57
>    System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler
>    sourceControl, String eventArgument) +18
>    System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
>    System.Web.UI.Page.ProcessRequestMain() +1292
> 
> 
> 
> Version Information: Microsoft .NET Framework Version:1.1.4322.2032;
> ASP.NET Version:1.1.4322.2032
> 
> Thank you for the attention and Sorry My English
> I'm from Brazil
> 
> Regards
> Rodolfo Luiz
> 
> 
> 
> 
Hello,

Are you using something like "win2k/3050:employee.fdb" for
the connection string? The port number (3050) is important
for the version of the Borland Data Provider (BDP available
on the 1.7 CVS tree.  Otherwise you will see the errors
that you are seeing above.

If you are still unsuccessful, a couple of questions:
 - Are you using the Borland Data Provider (BDP)?
 - Have you tried rolling to .NET 1.1 with Borland since
   that is what Borland targets?

Regards,
Rick Hoover

> 
> 
> Novidade no Yahoo! Mail: receba alertas de novas mensagens no seu celular.
> Registre seu aparelho agora!
> 
> 
> 
> 
> 
> 
> _______________________________________________________
> O Yahoo! está de cara nova. Venha conferir!
> http://br.yahoo.com

-- 
Rick Hoover

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to