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 TouchToneTommy 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: dorupirvu
  • Content: Threads
  • Order by date
  1. dorupirvu

    Problem using SQL Stored Procedures

    I have the following stored procedure: CREATE PROCEDURE spTest AS DECLARE @var1 as INT Select @var1 = 12 SELECT UserID, Name from Users GO If I execute this stored procedure using “SQL Query Analyzer” everything seems to be OK (I’ll obtain the fields: UserdId, Name and var1), but if I try to...
  2. dorupirvu

    Help on working with 2 SQL databases in Crystal Reports

    Lets have the following databases: 1. One database containing a table named db1.“Accounts” with the following columns: a.UserName b.Symbol c.NumberShares Example: UserName Symbol NumberShares John Symb1 10 John Symb2 20 George Symb3 50 2. Another database...

Part and Inventory Search

Back
Top