G
Guest
When is someone from Microsoft goingto admit there is an issue with FP
Extensions or an update to the client? (My trouble shooting is point towards
the server side on this).....
I have had MANY websites that are built using FP2002 using an Access DB 2000
format that is used by the site to display content dynamically. NOTHING on
these sites have ever changed.
The servers are 2000 with 2002 extensions installed. The client is FPxp and
the DB is access 2000.
Lately, all the sudden with my ISP that I have sites all built the same
across several Win2k servers are starting to "break"...
Problem: Any web page that uses a SIMPLE drw to display date from a DB
displays fine. The links that are generated from a drw page that points to
another DB handler written solely with the DRW to display info from a DB with
a varialble passed all the sudden FAILS!
Also, insert records to a db work ok, but when you try to update a record
using a sinmple query update, you get that gneric error stating that the
operation failed. When finding the underlying error (by going TRUE in the
extensions) you get an error message that points to a FP2003 and Server 2003
issue, NOTHING to do with the server and client I am using.
What's happening and causing the failure is that the (s-columnnames=) and
the (s-columntypes=) are no longer being populated by the client or server..
one or the other. They used to be population just fine! Why all the sudden
when you put in a custom query does this no longer happen? MS changed
something and it's funny how the issue is always avoided. Will anyone please
answer the question?
Not to mention, pages where this information worked just fine, all the
sudden, the information comes up missing with out any page access by the FP
client.
SOMETHING NEEDS TO BE DONE ABOUT THIS! and a fix needs to be posted by MS.
Nothing is being done out of the ordinary nor has anything I am doing
changed. Something MS did to either their extensions OR to the Clietn via an
update has caused this. I have yet to find out what....
Please don't ask me for code example as it's happening to ALL pages as I
stated above. Plain and simple. I have had 15 sites "break" because of
something that MS released and or updated.. What is it?
Before I repopulate by hand...
(s-columnnames="" s-columntypes=""
After I repopulate this by hand...
(s-columnnames="cmid,couponid,title,adminnotes,start,stop,override,textoffer,creation_date,image,thumb"
s-columntypes="3,3,202,203,135,135,202,203,135,202,202")
Extensions or an update to the client? (My trouble shooting is point towards
the server side on this).....
I have had MANY websites that are built using FP2002 using an Access DB 2000
format that is used by the site to display content dynamically. NOTHING on
these sites have ever changed.
The servers are 2000 with 2002 extensions installed. The client is FPxp and
the DB is access 2000.
Lately, all the sudden with my ISP that I have sites all built the same
across several Win2k servers are starting to "break"...
Problem: Any web page that uses a SIMPLE drw to display date from a DB
displays fine. The links that are generated from a drw page that points to
another DB handler written solely with the DRW to display info from a DB with
a varialble passed all the sudden FAILS!
Also, insert records to a db work ok, but when you try to update a record
using a sinmple query update, you get that gneric error stating that the
operation failed. When finding the underlying error (by going TRUE in the
extensions) you get an error message that points to a FP2003 and Server 2003
issue, NOTHING to do with the server and client I am using.
What's happening and causing the failure is that the (s-columnnames=) and
the (s-columntypes=) are no longer being populated by the client or server..
one or the other. They used to be population just fine! Why all the sudden
when you put in a custom query does this no longer happen? MS changed
something and it's funny how the issue is always avoided. Will anyone please
answer the question?
Not to mention, pages where this information worked just fine, all the
sudden, the information comes up missing with out any page access by the FP
client.
SOMETHING NEEDS TO BE DONE ABOUT THIS! and a fix needs to be posted by MS.
Nothing is being done out of the ordinary nor has anything I am doing
changed. Something MS did to either their extensions OR to the Clietn via an
update has caused this. I have yet to find out what....
Please don't ask me for code example as it's happening to ALL pages as I
stated above. Plain and simple. I have had 15 sites "break" because of
something that MS released and or updated.. What is it?
Before I repopulate by hand...
(s-columnnames="" s-columntypes=""
After I repopulate this by hand...
(s-columnnames="cmid,couponid,title,adminnotes,start,stop,override,textoffer,creation_date,image,thumb"
s-columntypes="3,3,202,203,135,135,202,203,135,202,202")