Click here to Skip to main content
15,909,091 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Write binary file Pin
Erik Thompson26-Sep-00 6:53
sitebuilderErik Thompson26-Sep-00 6:53 
GeneralTree control in Asp(most important) Pin
Gopal24-Sep-00 4:12
Gopal24-Sep-00 4:12 
QuestionPrint Call Stack? Pin
Uwe Keim15-Sep-00 4:32
sitebuilderUwe Keim15-Sep-00 4:32 
Generalvb/asp Pin
vasu4-Sep-00 20:56
vasu4-Sep-00 20:56 
GeneralFree Utilities Use Animated Speaking Pin
don kennedy3-Sep-00 5:54
don kennedy3-Sep-00 5:54 
GeneralNeed to catch WFC Object event in JScript page Pin
Pascal Collot30-Aug-00 12:18
sussPascal Collot30-Aug-00 12:18 
GeneralTrouble doing SQL inserting with VBScript Pin
mhenley25-Aug-00 6:16
mhenley25-Aug-00 6:16 
GeneralRe: Trouble doing SQL inserting with VBScript Pin
Member 96025-Aug-00 10:30
Member 96025-Aug-00 10:30 
If this is used inside an ASP page you can use the following insert statement. You need to first make sure you have the correct flags set for inserting records.
I'm not sure if siclogin or SicCounter are variables or actual strings you want to pass in, so I wrote It both ways.

"INSERT INTO SICLOGIN VALUES ('SicCounter')"

"INSERT INTO " + CStr(siclogin) + " VALUES ('" + SicCounter + "')"

Again be sure you have the correct flags set for inserting a record.

Good Luck hope this helps.


GeneralRe: Trouble doing SQL inserting with VBScript Pin
Gershwin29-Aug-00 10:51
Gershwin29-Aug-00 10:51 
GeneralProblem with get__Form(&pIUKN) Pin
Rick Benish24-Aug-00 9:58
Rick Benish24-Aug-00 9:58 
General#include directive Pin
Member 17013522-Aug-00 21:51
Member 17013522-Aug-00 21:51 
GeneralRe: #include directive Pin
Rick Benish24-Aug-00 10:15
Rick Benish24-Aug-00 10:15 
GeneralRe: #include directive Pin
Ahmad Billah31-Aug-00 1:25
Ahmad Billah31-Aug-00 1:25 
GeneralASP Compiler Pin
Member 322319-Aug-00 20:04
Member 322319-Aug-00 20:04 
GeneralRe: ASP Compiler Pin
jns22-Aug-00 2:53
jns22-Aug-00 2:53 
GeneralRe: ASP Compiler Pin
sarose22-Aug-00 3:40
sarose22-Aug-00 3:40 
GeneralJScript: Scripting.Dictonary: problems with the empty string Pin
Carl in 't Veld31-Jul-00 1:26
Carl in 't Veld31-Jul-00 1:26 
GeneralRe: JScript: Scripting.Dictonary: problems with the empty string Pin
Uwe Keim19-Aug-00 11:18
sitebuilderUwe Keim19-Aug-00 11:18 
QuestionJScript ADODB.COMMAND: can someone provide some examples? Pin
Carl in 't Veld31-Jul-00 1:08
Carl in 't Veld31-Jul-00 1:08 
AnswerRe: JScript ADODB.COMMAND: can someone provide some examples? Pin
Rick Benish24-Aug-00 10:22
Rick Benish24-Aug-00 10:22 
General<SCRIPT LANGUAGE=VBScript RUNAT=Server><html>'gfgf'</script> <%=rstMessage("content")%> Pin
xxx@yahoo.com17-Jul-00 18:19
xxx@yahoo.com17-Jul-00 18:19 
Generaluser authentication problem Pin
drkar17-Jul-00 15:38
drkar17-Jul-00 15:38 
GeneralRe: user authentication problem Pin
Tom Wellige26-Jul-00 20:27
Tom Wellige26-Jul-00 20:27 
GeneralDownloading File through ASP. Pin
Daniel Fiske17-Jul-00 1:01
Daniel Fiske17-Jul-00 1:01 
GeneralRe: Downloading File through ASP. Pin
Arup24-Jul-00 5:57
Arup24-Jul-00 5:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.