Click here to Skip to main content
15,929,512 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: ip address track Pin
Brent Lamborn29-Jun-06 9:39
Brent Lamborn29-Jun-06 9:39 
GeneralRe: ip address track [modified] Pin
campbells11-Jul-06 3:58
campbells11-Jul-06 3:58 
QuestionHow to create IE "add to my favourites" functionality in a webform Pin
jonjon1328-Jun-06 20:25
jonjon1328-Jun-06 20:25 
AnswerRe: How to create IE "add to my favourites" functionality in a webform Pin
Brent Lamborn29-Jun-06 9:48
Brent Lamborn29-Jun-06 9:48 
QuestionC# issue (with button_Click and browser redirection) [modified] Pin
Arkon94828-Jun-06 16:35
Arkon94828-Jun-06 16:35 
AnswerRe: C# issue (with button_Click and browser redirection) Pin
Edbert P28-Jun-06 18:56
Edbert P28-Jun-06 18:56 
Questionuploading n downloading files Pin
i@@28-Jun-06 15:20
i@@28-Jun-06 15:20 
Questionhelp! syntax error INSERT INTO.. Pin
bobolov28-Jun-06 13:16
bobolov28-Jun-06 13:16 
Error Type:
Microsoft JET Database Engine (0x80040E14)
Syntax error in INSERT INTO statement.
/insert.asp, line 26

<%
' Declaring variables
Dim name, address, age, income, data_source, con, sql_insert


Function ChkString(string)
If string = "" Then string = " "
ChkString = Replace(string, "'", "''")
End Function

' Receiving values from Form
name = ChkString(Request.Form("name"))
address = ChkString(Request.Form("address"))
age = ChkString(Request.Form("age"))
income = ChkString(Request.Form("income"))
data_source = "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" & Server.MapPath("db1.mdb")
sql_insert = "insert into user (name, address, age, income) values ('" & name & "', '" & address & "', '" & age & "', '" & income & "')"





' Creating Connection Object and opening the database
Set con = Server.CreateObject("ADODB.Connection")
con.Open data_source
con.Execute sql_insert

' Done. Close the connection
con.Close
Set con = Nothing
%>

bobolov
AnswerRe: help! syntax error INSERT INTO.. Pin
Edbert P28-Jun-06 18:59
Edbert P28-Jun-06 18:59 
Questionpost my website, how do i Pin
JustmeNick28-Jun-06 11:31
JustmeNick28-Jun-06 11:31 
AnswerRe: post my website, how do i Pin
Hy Chanhan30-Jun-06 23:23
professionalHy Chanhan30-Jun-06 23:23 
GeneralRe: post my website, how do i Pin
RichardGrimmer4-Jul-06 1:24
RichardGrimmer4-Jul-06 1:24 
QuestionDialogbox by the Server Pin
supernova28-Jun-06 8:15
supernova28-Jun-06 8:15 
AnswerRe: Dialogbox by the Server Pin
RichardGrimmer4-Jul-06 1:26
RichardGrimmer4-Jul-06 1:26 
QuestionPassing data to/from a .net web service with AJAX Pin
Vodstok28-Jun-06 4:58
Vodstok28-Jun-06 4:58 
AnswerRe: Passing data to/from a .net web service with AJAX Pin
Guffa28-Jun-06 10:08
Guffa28-Jun-06 10:08 
AnswerRe: Passing data to/from a .net web service with AJAX Pin
RichardGrimmer4-Jul-06 1:28
RichardGrimmer4-Jul-06 1:28 
QuestionInternet Usage Monitor Pin
Rafdy28-Jun-06 2:56
Rafdy28-Jun-06 2:56 
Questionaudio streaming on a webpage Pin
keroed_edmond27-Jun-06 14:57
keroed_edmond27-Jun-06 14:57 
QuestionProblem with files using web services Pin
sergestusxx27-Jun-06 6:06
sergestusxx27-Jun-06 6:06 
QuestionDrag 'n' Drop Project Pin
dhruba.bandopadhyay27-Jun-06 2:56
dhruba.bandopadhyay27-Jun-06 2:56 
AnswerRe: Drag 'n' Drop Project Pin
Brent Lamborn29-Jun-06 8:37
Brent Lamborn29-Jun-06 8:37 
GeneralRe: Drag 'n' Drop Project Pin
dhruba.bandopadhyay11-Jul-06 22:46
dhruba.bandopadhyay11-Jul-06 22:46 
GeneralRe: Drag 'n' Drop Project Pin
Brent Lamborn12-Jul-06 3:42
Brent Lamborn12-Jul-06 3:42 
Questioncalendar with a scheduler Pin
vivinmathew27-Jun-06 2:52
vivinmathew27-Jun-06 2:52 

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.