From: benny <be...@ch...> - 2004-03-11 08:54:52
|
Hi,=20 I tried installing the FirebirdNETProvider1.5-NET1.1, there are = sample for me to tried - CSharpExample.aspx, and VBNETExample.aspx ... I could run the CSharpExample.aspx successfully that prove I could = connect to Firebird1.5RC7 that I am using ... But I failed to run the = sample VBNETExample.aspx. I have the following error while running on Web Matrix0.5:- BC30451: Name 'FbDbType' is not declared. Source Error: Line 69: myCommand =3D new FbCommand(selectCmd, myConnection, = MyTxn) Line 70: =20 Line 71: myCommand.parameters.add("@EMP_NO", FbDbType.SmallInt) Why? Anyone there know any configuration I missed out during = installation of FirebirdNETProvider1.5-NET1.1 or any mistake I might = made?=20 TIA=20 regards, benny ;)=20 |