If you have plenty of free time to learn ASP, ASP.NET or PHP (all are good choice for your project) - use online tutorials at www.w3schools.com
If you know VB6 - use ASP
There are several good books on building projects as yours w/step-by-step instructions (like "Instant ASP scripts"...
Siberd,
thank you for taking time to answer.
I checked and found that Client for Microsoft Networks is installed and, as I wrote in my initial message, I can see my laptop from both Win 98 desktops.
My desktops are invisible for laptop though.
I have 2 TCP/IP components installed: D-Link...
my unprofessional quess - get rid of double quotes & use single ones
select feature_id, 1 as phase from projects where (datediff('m',#9/10/2003#,demo_start) >6)
Hi,
I just recently installed wireless D-Link router and USB cards/adapters for my 3 PCs - 1 laptop w/Win XP & 2 desktops w/Win 98.
I can find see laptop from either Win 98 PC but can't find/see my desktops from XP laptop.
When I turn my desktops on there is no prompt for network logon.
In...
Another thought.
SELECT Category, Count(*)
FROM spam_audit_log
GROUP By Category
ORDER BY Count(*)DESC
My bet - it will not work because of (*) in ORDER BY Count(*)DESC
So, I'd try:
SELECT Category, Count(id)
FROM spam_audit_log
GROUP By Category
ORDER BY Count(id)DESC;
id - your autoNum...
Yes,it is a straight forward basic statement
How about this?
SELECT Category, Count(*)
FROM spam_audit_log
GROUP By Category
ORDER BY real_column_name
If this also will not work - delete ORDER BY line and try.
FP - Front Page extensions
dealing with ASPX is more complicated than with CF.
You have to be sure that your virtual directories in IIS are created correctly with all permissions.
If you are using DWMX, I think that you have to publish or create your project first (DW will create VR Dir with...
Since it is DW MX forum I'd recommend trying to create StoredProc inside a DWMX itself. It has a StoredProcs wizard inside SQL wizard (as I recall).
Most of the times it works & if it will for you - adjust it to your needs.
if re-naming doesn't work - don't re-name them.
open them in DW & "save as" with normal names as new files.
question:
Why are you using so many frames?
What about includes or server.execute's?
Hey dvid,
your address gives me an intro Flash page and after clicking on Enter bttn left menu with an error 404 on the place of all other pages in frames.
Your problem could be in the names of your files:
###.html - "#" this symbol is reserved and, probably, can't be used in file...
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.