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 dencom 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: barden9
  • Order by date
  1. barden9

    Using BMS, how to code a row containing a bank # field 11 times?

    How would I code in (Basic Mapping Support) BMS 1 row with 11 unprotected, 4 position, bank number fields, side by side ? Let's assume I have a map with several unprotected fields for "bank number". The unprotected bank number field needs to be replicated 11 times on the same row. Do you...
  2. barden9

    How to handle a value with an embedded single quote when INSERTing ?

    I am developing a C# .Net Windows forms application. I execute a Sybase stored procedure from a 3rd party vendor and place the result set into a SQL Server table. I get the error "sqlException was unhandled" when the program executes the following statement: comm.ExecuteNonQuery(); Name...
  3. barden9

    How to exec a C#. Net Windows app calling a Sybase Stored Proc ?

    Do you know how to execute a Sybase Stored Procedure in a C# .Net Windows forms application from an ODBC connection ? I am developing a C# .Net Windows forms application using Visual Studio 2005. I need to call Sybase Stored Procedures from my application. I use a Sybase ODBC connection as...
  4. barden9

    How to modify a method to format an Excel file in a C# Windows app?

    I am developing a C# .NET application with SQL Server using Visual Studio 2005 and a Windows form. In the code below, I display 2 methods as follows. 1) A method named button4_click creates a DataTable and exports it to Excel. 2) A method named ExcelFormat to reformat some of the Excel data...

Part and Inventory Search

Back
Top