Re: [Firebird-net-provider] GetSchema() does not get column names for Procedures

2006-08-04 Thread Carlos Guzmán Álvarez
Hello: > Hi there, > > DataTable dtColumns = conn.GetSchema("Columns", new string[] { null, > null, TableName }); > > If the 'TableName' variable contains the name of a table or a view, this > works. > However, if I try with the name of a Stored procedure, the returned > DataTable is empty. > > Wh

Re: [Firebird-net-provider] DDEX problem ?

2006-08-04 Thread Erkin ESKIER
Hi, When I compile provider source I get these warning messages: FbConnectionString.cs(43,43): warning CS0618: 'System.Collections.CaseInsensitiveHashCodeProvider' is obsolete: Please use StringComparer instead.' FbConnectionString.cs(43,25): warning CS0618: 'System.Collections.Hashta

Re: [Firebird-net-provider] DDEX problem ?

2006-08-04 Thread Carlos Guzmán Álvarez
Hello: > Should I ignore them, specially first 2 warnings ? > Yes. -- Carlos Guzmán Álvarez Vigo-Spain - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance

Re: [Firebird-net-provider] DDEX problem ?

2006-08-04 Thread Jiri Cincura
On 4.8.2006 13:45 Erkin ESKIER wrote: > Should I ignore them, specially first 2 warnings ? Yes. It's no problem. BTW if you can, you can download weekly builds from http://netprovider.cincura.net , these are checked. -- Jiri Cincura http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com --

[Firebird-net-provider] Multithreading and embedded database

2006-08-04 Thread Andrew
Hello,   Do you have experience using embedded firebird into a heavy-multithreaded (multiple concurrent inserts) application? Basically I need to insert data from concurrent incoming TCP connections, the insertion order is not important.   First I think I need to buffer the data before

Re: [Firebird-net-provider] Multithreading and embedded database

2006-08-04 Thread Jiri Cincura
On 4.8.2006 16:20 Andrew wrote: > -- Must I create one connection for each thread? You should. ;) -- Jiri Cincura http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com - Take Surveys. Earn Cash. Influence the Future of

Re: [Firebird-net-provider] Multithreading and embedded database

2006-08-04 Thread Carlos Guzmán Álvarez
Hello: > > What is the best practice regarding connection management? > > -- Must I create one connection for each thread? > Yes. > - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel an