From: Martin R. <ne...@mi...> - 2003-08-20 07:35:00
|
Hi everyone, I try use FB net provider 1.5 inVS2003 and I have problem with execute stored procedures. When I use : FbCommand command = new FbCommand("stored_proc_name", connection); Then I get error SQL on position 1,1 How I can use store procedure? Thanks very much. Martin |