Hi all,
I am looking for good reviews / comparisons of server side scripting languages. In particular, I am interested in comaprisons including development cost if possible between
ASP
PHP
C
C++
(Any other important one I have missed)
PS - this site is expected to have a users database of...
Hi All,
I am wondering if any of you know of good links where different databases are compared. In particular, I am interested in comparisons between
PostGreSQL
Microsoft SQL Server
Oracle
DB2
(Other DB's in the SQL Server - Oracle Range)
Thanks,
Shri
Hi,
I was looking through a very interesting article on gamedev.net about reflective factories and have been hunting with google for more information on it.
Anybody know websites with more information on Reflective Factories or what they are a part of - I think they may be related to design...
I am not too familiar with that kinda stuff but I think rdo and such like might be what you are looking for. I know that it *is* possible with client side vbscript. If you like, I'll try to dig up some code do it using that
Shri
On Search page, presumable, you are using asp, if not, the dosearch.asp will have different extention and the dosearch page itself will obviously be different
Search.asp
<html>
......
<form action='dosearch.asp' method='post'>
search for <input name='searchfor'>
<input...
just use
Forms!YouForm!CriteriaField.Value
as the criteria in your query. Let me know if you need more help.
HTH,
Shri
PS - My condolesences having to work on ms access from a unix background
As long as you are not going to be editing the same objects at the same time, you could try just opening up the same database on both the machines, over the network.
make a backup first and regularly
HTH,
Shri
just use the post method of the form, this will hide the data being tranfered to the next page, then use
request.form("variable") to
to get the passed vals and run your query
HTH,
Shri
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.