I am trying to work in ASP without installing the DDEX.I use VS2005, ASP 
Net 2.0, Firebird 2.0.1 and the Firebird provider client.

I have added the FirebirdSql.Data.FirebirdClient reference in the ASP 
project

My code is:

    SqlDataSource ds = new SqlDataSource(
        "FirebirdSql.Data.FirebirdClient",
        
"Server=localhost;User=SYSDBA;Password=masterkey;Database=e:\\zimmerman.fdb",
        "select name from customer");

    GridView1.DataSource = ds;


but nothing appears in the web page. What am I doing wrong? I am 
spending many hours because they are new tools for me, so a help will be 
welcome.

Thank you

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to