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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.