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

    NT Login Script

    I have both 98 and XP clients on an NT 4 domain. Clients running XP SP2 are not executing the script: net use f: "\\gateway server\g" net use g: "\\gateway server\f" net use h: /home net use p: "\\gateway server\ppc" net use t: "\\gateway server\f" net use lpt2: "\\gateway server\epsonlq-" net...
  2. bluzegtr

    Can't Update Text or Memo field

    Can't Update Text or Memo field - using FP 2002 w/MSA DB backend. For this one update I have 3 fields that are affected: Numb - Number,double Jobs - Number,double Desc - Memo (also tried converting to text) This portion works: UPDATE TabA SET Numb = '::Numb::', Jobs = '::Jobs::' WHERE PRACTID...
  3. bluzegtr

    I am using FP 2002 w/MSA DB backend

    I am using FP 2002 w/MSA DB backend. SELECT statements work fine. I get the the following error when executing and UPDATE query: Description: [Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expected 1. Number: -2147217904 (0x80040E10) Source: Microsoft OLE DB Provider for ODBC...
  4. bluzegtr

    FP 2002 Query MSA 2002 DB

    FrontPage 2002, Access 2002 I am using an example from http://www.spiderwebwoman.com/tutorials/doubledropdown.htm I created and ASP (search1.asp) I created a form and populated one drop down list with a DB Query. Ex: SELECT DISTINCT [TTR Data].State FROM [TTR Data]; The action of the form is...

Part and Inventory Search

Back
Top