From: Carlos G. A. <car...@te...> - 2003-08-20 10:03:19
|
Hello: > 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 Support for this type of calls is on CVS only ( are you using CVS version ?? ), try using execute procedure sp_name(@param_name) -- Best regards Carlos Guzmán Álvarez Vigo-Spain |