Re: [Firebird-net-provider] Problem with stored proc and blob

2006-06-22 Thread Le roy Arnaud
> Is the SP parametr sub_type text? Ok it was the problem thanks ! An other little question in the sp one paremeter is BLOB SUB_TYPE 0 SEGMENT SIZE 80. and when i add a parameter : cmd.Parameters.Add("@PropertyValuesBinary", FbDbType.Binary,buf.Length).Value = buf I have an error : arithmeti

Re: [Firebird-net-provider] Problem with stored proc and blob

2006-06-22 Thread Le roy Arnaud
> I have an error : > arithmetic exception, numeric overflow, or string truncation > > because buf is empty but not null ! > > It is normal ? > Sorry it's nothing , it's me :) All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number o

Re: [Firebird-net-provider] problem with design time in Visual Web Developer

2006-06-22 Thread Carlos Guzmán Álvarez
Hello: > I am having trouble getting the firebird data controls to show up in > the toolbox. > Can you check if the SqlClient components get shown ?? ( if i remember wello, another user was having the same problem, they didn't. -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.co

Re: [Firebird-net-provider] problem with design time in Visual Web Developer

2006-06-22 Thread Christoph Donges
I think they are. I will check tonight. On 6/23/06, Carlos Guzmán Álvarez <[EMAIL PROTECTED]> wrote: > Hello: > > I am having trouble getting the firebird data controls to show up in > > the toolbox. > > > Can you check if the SqlClient components get shown ?? ( if i remember > wello, another use

[Firebird-net-provider] Firebird and dot net DDEX Integration

2006-06-22 Thread John Smith
When integrating firebird with Visual Studio 2005 I am able to connect and view the database however when I try to bind any controls to the data connection however I get an error indicating that the table that I am selecting from is not an object.   Some updating commands could not be genera