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...
Hi,
Does anyone have any ideas as to how I can get the cursor to jump to the next field in the form from the last field in the subform.
Form
Field1
Field2
SubForm
Field1
Field2
Field3
Field4
How can I get the tab from Subform.Field2 take me to form.Field3...
Hi,
I have an sql server backend with an access front end. access connects to sql using link tables and during development it works fine.
However, the problems appear on installation of the sql database on the production server and clients. Im connecting via odbc and although the odbc...
Hi,
Im using Ms Access 97 with Linked tables to SQL Server.
I have a form that displays around a 1,000 records (probably more in the future) and it takes quite a while for updates and so on and Im guessing this is because the cursors are server side since the sql server cpu spikes up when this...
Hi,
if a class was declared as
class1 class;
how can i get a c function pointer to a public function within variable class such as
class.function();
without using a c stub like,
void classfunction(void)
{
class.function;
}
any pointers appreciated ;-) .
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.