FirebirdSQL / NETProvider

Firebird ADO.NET Data Provider
https://www.firebirdsql.org/en/net-provider/
Other
159 stars 65 forks source link

Parameter types parsed as objects in DDX [DNET94] #107

Closed firebird-automations closed 17 years ago

firebird-automations commented 17 years ago

Submitted by: Zvjezdan Tomicevic (zeko77)

Assigned to: @carlosga

Dropping the stored procedure from server explorer onto dataset, or using stored procedures with data adapter imports all parameters and sets their data type as object. This is quite annoying since i have to manually correct these. Problem was also a missing @ in parameter name but this appears to be resolved.

firebird-automations commented 17 years ago

Commented by: @cincuranet

AFAIK this is done by DDEX, and there are some magic hacks in Microsoft's implemntation, so DDEX is not so generic as it looks like. But maybe there's a room for improvement (I don't know exactly all problems with DDEX).

To missing @> it's already solved.

firebird-automations commented 17 years ago
Modified by: @carlosga Component: DDEX Provider \[ 10042 \]
firebird-automations commented 17 years ago

Commented by: @carlosga

Could you send to my private email a test database ??

firebird-automations commented 17 years ago
Modified by: @carlosga status: Open \[ 1 \] =\> Resolved \[ 5 \] resolution: Incomplete \[ 4 \]
firebird-automations commented 17 years ago
Modified by: @carlosga status: Resolved \[ 5 \] =\> Closed \[ 6 \]