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 strongm 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: *

  1. johnnieh

    Pass MultiValue Parameter to Store Procedure

    I need to create and call a store procedure that has a Select statement with an IN clause in the WHERE Condition. The data type of the field is int. How do I pass the variable to the IN clause? Stored Procedure: sp_GetRecords @IDList AS SELECT * FROM TABLE WHERE IDField IN @IDList
  2. johnnieh

    how do i connect to lotus notes database?

    The last time I checked (for Notes 4.6x) there is/was a product called Notes SQL which put an ODBC Inteface to Lotus Notes databases. The Product was made my Lotus; however, the problem is that access is/was VERY slow. The method that I used was creating a Visual Basic Object with vb wrapper...
  3. johnnieh

    TextBox Text Alignment - How to right align

    Thanks so much ... the following worked! <asp:TextBox id=&quot;TextBox1&quot; runat=&quot;server&quot; style=&quot;text-align:right&quot;></asp:TextBox> John
  4. johnnieh

    TextBox Text Alignment - How to right align

    I need to know how to right align or right justify an Input or ASP TextBox for data entry. I have a form that has several lines that are monetary figures and the data entry would look like Figure 1. Figure 1: Line Item 1 12.34 Line Item 2 135 Line Item 3 0.50 Line Item 4...

Part and Inventory Search

Back
Top