Ask a Question related to Coldfusion Database Access, Design and Development.
-
the-african #1
Stored Procedure and DB Table
Can people please give some tips or directions on how to create a DB Table and
Stored Procedure to achieve the following:
I have a website that runs on CFMX server. Members have to register and
log-in to the site with usernames and passwords. Once registered, members can
create a webpage for themselves that show their personal information and a few
photos. When a member visits another member's personal webpage, I want the
name of the visitor to show on the page so that for example "10 most recent
visitors to your page" can be displayed. Can anyone help guide me through what
table and SP to create on the server and what code to insert in member's page
source file to capture that information? Thanks a million all.:confused;
the-african Guest
-
#39136 [NEW]: Calling a stored procedure that creates temp table
From: aspen dot olmsted at alliance dot biz Operating system: Windows XP SP2 PHP version: 5CVS-2006-10-12 (snap) PHP Bug Type: ... -
Stored Procedure
EXEC master..xp_cmdshell 'cscript c:\path\file.vbs' EXEC master..xp_cmdshell 'c:\path\file.exe' "Kannan" <gk_i@yahoo.com> wrote in message... -
stored procedure value
How can I bind a stored procedure value to a page? I've executed a stored procedure and there should be two column values created...i.e. col1 and... -
help with a stored procedure
I am new to postgres stored procedures and would like a little help. My function basically takes 2 arguments and inserts data into a table from a... -
Stored procedure from stored procedure
Is it possible to create a stored procedure from a stored procedure? When I attempt this inanity, it doesn't blow up until syntax error at the...



Reply With Quote

