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
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
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
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
--
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
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
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