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 Wanet Telecoms Ltd 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: BazookaJo
  • Content: Threads
  • Order by date
  1. BazookaJo

    Nested Query Problem

    Using Delphi's Database Explorer on a Paradox table and cannot seem to get a nested query to reference the outer table e.g. SELECT PayFreq, (select count(*) from LocalEmps2 AS E2 WHERE E2.PayFreq = E1.PayFreq) FCount FROM LocalEmps1 E1 GROUP BY PayFreq Returns FCount as zero...
  2. BazookaJo

    BDE "Invalid Parameter" on INSERT with constants.

    Inserting data into an SQL2000 table from Paradox, but get an "Invalid Parameter" error if I try to use a constant e.g. Insert into ":SQLDatabase:SQLTable" (Members_Code, User_Ref) Select Members_Code, 13 From ParadoxTable Works fine if I change 13 for an integer...
  3. BazookaJo

    Problem with heterogeneous insert query.

    Have used heterogeneous queries successfully before but cannot understand why the following doesn't work. INSERT INTO ":SQLSRVR:Table1" (Members_Code) SELECT Members_Code FROM ":localStuff:Table2" SQLSRVR is the SQL Server defined via the ODBC. LocalStuff is the database...

Part and Inventory Search

Back
Top