From: benny <be...@ch...> - 2004-03-19 09:04:10
|
Hi, =20 Anyone who installed the FirebirdNETProvider1.5.1-NET1.1, tried on = Delphi8 ASP.Net Web Application? As I used the FbConnection,=20 FbCommand, FbDataAdapter and Dataset but I cant load the data on the = Datagrid.=20 On the other hand, I can try successful on using the Borland Data = Provider: BdpConnection, BdpDataAdapter, BdpCommand and DataSet. Here I discovered the differences FbDataAdapter and BdpDataAdapter = properties, where I found BdpDataAdapter have property:- Live Data that = consist of Dataset=20 that I assigned the DataSet there ... When I use the Datagrid I am able = to set DataSet to Datagrid's datasource. But for FbDataAdapter I din see the property of Dataset. I failed to = load the table on the dataset....=20 Anyone try successfully could tell me any mistake I made?? I am currently using Delphi8 professional, Firebird1.5 and = FirebirdNETProvider1.5.1-NET1.1 [where I only add the = FirebirdSql.Data.Firebird assembly on Delphi] TIA=20 regards, benny ;) |