Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by mm0reira

  1. mm0reira

    C3 calling stored Procedure

    well the issue wasn't the @symbol at the parameter, here is the correct code, now it's allright and runig! thanks FileInfo fi = new FileInfo(tbFile.Text); StreamReader sr = fi.OpenText(); string str = (string)sr.ReadToEnd(); // File Content, this...
  2. mm0reira

    C3 calling stored Procedure

    Hi all, I'm having a litle issue, I've already looked at some examples, but my problem persits. I'm trying to call a insert stored procedure in my C# windows application. but i receive an error message telling me that i'm not passing the parameter. try { using (SqlConnection cnn = new...

Part and Inventory Search

Back
Top