User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
DaniWeb is a massive community of 403,005 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,809 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Showing results 1 to 13 of 13
Search took 0.01 seconds.
Posts Made By: roby4eldiablo
Forum: ASP May 2nd, 2008
Replies: 1
Views: 843
Posted By roby4eldiablo
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
Posted By roby4eldiablo
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
Posted By roby4eldiablo
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
Posted By roby4eldiablo
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
Posted By roby4eldiablo
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
Posted By roby4eldiablo
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
Posted By roby4eldiablo
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
Posted By roby4eldiablo
Help 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
Posted By roby4eldiablo
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
Posted By roby4eldiablo
Re: Signal Handler for arithmetical error (overflow, underflow, div by zero)

with signal.h i can catch SIGFPE, but how can i make the handler?
I have the problem of catch Overflow, underflow and div by zero, and for all i must do different operation.
If u give me a skeleton...
Forum: C Mar 22nd, 2007
Replies: 2
Views: 944
Posted By roby4eldiablo
Signal Handler for arithmetical error (overflow, underflow, div by zero)

Hi all, someone can tell me where i can find an example of this kind of signal handler?
i try to use fenv.h but on cygwin doesn't work (cygwin don't have it) and this program must run on cygwin and...
Forum: C Mar 16th, 2007
Replies: 1
Views: 484
Posted By roby4eldiablo
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
Posted By roby4eldiablo
Help Operation on Binary number, Need source code for elementar operation (+-*/)

Hi all, i'm making a client-server concurrent in C.
the client send me 2 binary number and an operator.
I'll must send him the result and if there's overflow, underflow.

i have made all the initial...
Showing results 1 to 13 of 13

 
All times are GMT -4. The time now is 9:17 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC