Forum: ASP May 2nd, 2008 |
| Replies: 1 Views: 843 Re: Login and check password from Database I modify the sql string and the condition and all work properly.
I hope that someone can benefit from this article.
var con;
var conString;
con = Server.CreateObject("ADODB.Connection");
conString... |
Forum: ASP Apr 30th, 2008 |
| Replies: 1 Views: 843 Login and check password from Database Hi all. I have a login Form where user can insert Nickname & Password.
I have a database where i have listed new registered user and store their information.
The problem is when I control the Form... |
Forum: ASP Apr 28th, 2008 |
| Replies: 1 Views: 346 Disable link. Quick question for a quick answer. I made an asp-javascript website and I have a problem.
I made a menu when u can login and make some operation.
I need to disable the voice Login (is a link to an asp page) when the user is... |
Forum: ASP Apr 13th, 2008 |
| Replies: 0 Views: 452 Quick question: Cookie key value. Hi all, i must create new Cookie key into an existent cookie but i must create them dynamically.
I need that the name of new key are generated from a "for" or simply from a variable.
This is the... |
Forum: ASP Apr 5th, 2008 |
| Replies: 3 Views: 1,255 Re: Insert Request.Form result into SQL I have resolved the question.
With your code, a good vbscript to javascript translator and some adjustment it works fine.
this is the final code (the part that give problem before).
sSQLString =... |
Forum: ASP Apr 5th, 2008 |
| Replies: 3 Views: 1,255 Re: Insert Request.Form result into SQL <% @LANGUAGE="JavaScript" %>
<!--#include file="adojavas.inc"-->
<%
var con;
var conString;
con = Server.CreateObject("ADODB.Connection");
conString = "Provider=Microsoft.Jet.OLEDB.4.0; "+ "Data... |
Forum: ASP Apr 4th, 2008 |
| Replies: 3 Views: 1,255 Insert Request.Form result into SQL Hi all, i need help on asp-sql code.
I have a form when I catch some infos and i want to create a new record into a database.
I have tried many syntax but I can't pass the variables a,b,c,d,e,f to... |
Forum: C Mar 24th, 2007 |
| Replies: 1 Views: 752 How make a makefile? Hi all, please help me.
How to create makefile with target?
my question is this:
I have a file named "server.c" and must create a makefile for compile it in "cygwin" and in "solaris".
the tag... |
Forum: C Mar 24th, 2007 |
| Replies: 1 Views: 540 Help with child counter servaddr.sin_port = htons(ADD_PORT);
Bind (listenfd, (SA*) &servaddr, sizeof(servaddr));
Listen (listenfd, LISTENQ);
#ifdef TRACE
err_msg ("(%s) info - socket created, port number= %ld,... |
Forum: C Mar 22nd, 2007 |
| Replies: 2 Views: 944 |
Forum: C Mar 22nd, 2007 |
| Replies: 2 Views: 944 |
Forum: C Mar 16th, 2007 |
| Replies: 1 Views: 484 Signal error from mathematical operation in C Hi all, i need help about signal.
I want know what signal are generated from system when a mathematical operation give error (overflow, underflow, division for 0) and how catch the signal.
Maybe i... |
Forum: C Mar 15th, 2007 |
| Replies: 2 Views: 765 |