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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: gvision
  • Content: Threads
  • Order by date
  1. gvision

    get a return value from a stored procedure in ASP

    Hi everybody, Could someone help me ??? I don't know how to get a return value from a stored procedure using ASP. Could someone tell me how to do that? Here's my stored procedure : CREATE PROCEDURE dbo.sp_getNewAgrementNumber(@category nvarchar(20), @newRecord bit, @idRecord int) AS SET...
  2. gvision

    Read and write in a file

    Hi, I'm trying to read a file and then write in that one. But When I try to write in the file nothing happen. Here's my code : using System; using System.Data; using System.Drawing; using System.IO; using System.Web; using System.Web.UI ; using System.Web.UI.WebControls; using...
  3. gvision

    Microsoft Xml Parser 4.0 installation error

    Hi, I'm trying to install the microsoft Xml parser 4.0 on my server. But I got this error : The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2755. Could someone help me ? Thanks a lot.
  4. gvision

    conversion error ????

    I'm trying to run an sql query in an asp page. Here's my query : var sqlQuery = "insert into reparateurs (OBSERVATIONS, [Cazan OU Microlease], [Date Cde Microlease], [Date Inst Microlease], PHOTOS, [DATE AGREE], [NOM DU RESEAU]) values('" + observations + "', '" +...
  5. gvision

    Step Error code: 80040E09

    Hi, I have created a job that runs a dts which imports a table to an Excel Sheet. But the job fails with the error code : 80040E09; it also mentions that the Excel sheet can only be read. Could someone help me.
  6. gvision

    visual interdev install error

    Hi, I'm trying to install visual interdev 6.0 but I got an error at the end of the install saying : " Failed to register c:\program files\common files\designer\msaddndr.dll" Could someone help me ??? Thanks.

Part and Inventory Search

Back
Top