Does the nam or discour variable contain the single quote character? ... From: Cedric chaintron [mailto:cedric@...] Sent: Tuesday, March...
Angel Tony Michael Bi...
tmbishop@...
Mar 29, 2001 5:11 am
29
Insert into (Field1, field2) Values (Value1, value2) Regards Kevin Jones...
Kevin Jones
KevinJ@...
Mar 28, 2001 9:52 pm
28
Just a test to see if I have signed up ok ;-) Mark,...
Mark Wills
mark@...
Mar 28, 2001 8:51 pm
27
resolved issue with use of bookmark. here is complete functional code for all interested. appreciate all assistance. <% Response.Buffer = True DIM objConnud ...
dennisny@...
Mar 28, 2001 7:30 pm
26
why should script: strID = Request.Cookies("LAPPUDCookie")("ID") udSQL = "SELECT * FROM tblUserDetails WHERE ID = " & strID & " AND DateVisited = #" & Date() &...
dennisny@...
Mar 28, 2001 6:44 pm
25
If the strID might not be empty, it could be NULL which is the same as empty, but not the same, so you can't do a WHERE statement in your SQL if strID does not...
Andy Mills
kamills@...
Mar 28, 2001 3:23 pm
24
appreciate all feedback on subject. why should code: strID = Request.Cookies("LAPPUDCookie")("ID") udSQL = "SELECT * FROM tblUserDetails WHERE ID = " & strID...
dennisny@...
Mar 28, 2001 2:41 pm
23
Hi ! There's a new links folder I've created at Yahoo!Groups. How about if we all include our homepage URL's in there? The link is: ...
Manas Tungare
bulk@...
Mar 28, 2001 4:54 am
22
Hi This is made by a friend of mine It is preety comphrensive for beginers Hope it is useful Sincerely Callous ... From: <ricardojgarcia2000@...> To:...
Frank Jackal
callous@...
Mar 27, 2001 9:51 pm
21
from that error message you can see that there is not any value for strID ... From: dennisny@... [mailto:dennisny@...] Sent: Tuesday, March 27,...
isaacs@...
Mar 27, 2001 4:47 pm
20
have tried removing single quotes as suggested. script returns "Syntax error (missing operator) in query expression 'ID = AND DateVisited = #3/27/2001#'"...
dennisny@...
Mar 27, 2001 4:44 pm
19
First guess is the ID field is blank so you are searching for a blank. Do a response.write on the SQL statement and make sure you are getting the ID back from...
Andy Mills
kamills@...
Mar 27, 2001 4:17 pm
18
... remove the single quotes around strID..... ID is a numeric field ... From: dennisny@... [mailto:dennisny@...] Sent: Tuesday, March 27,...
isaacs@...
Mar 27, 2001 4:09 pm
17
have database with 3 fields: ID-autonumber, IPAddress-text, DateVisited-date below script returns "No value given..." error. if replace ID in script with...
dennisny@...
Mar 27, 2001 4:05 pm
16
From the browser a database? Or do I have keep opening the Access database? Maria L. Gaycheck This e-mail is unclassified based on definitions provided in E.O....
Gaycheck, Maria L
gaycheckml@...
Mar 27, 2001 2:40 pm
15
... You might also subscribe to asp-espanol, also on yahoogroups. buena suerte, Ariel...
Ariel Seoane
aseoane@...
Mar 27, 2001 2:38 pm
14
I've got an syntax error in hte instruction "insert into" can someone help me to get ride of all the fog I've got in front of my eyes, I can't see any error!!!...
Cedric chaintron
cedric@...
Mar 27, 2001 10:08 am
13
you need to execute the sql statement on the connection object to insert the record Setenr.Execute sql ... From: Cedric chaintron...
Stephen Flitcroft
flits@...
Mar 27, 2001 9:23 am
12
hi, I created a page (a kind of forum ) where the user should let us question, everything looks good, no erros but nothing go to my database.... her is my...
Cedric chaintron
cedric@...
Mar 27, 2001 9:20 am
11
Ricardo, take a look at http://www.wdvl.com/Authoring/ASP/BeginningASPDatabases/index.html Feel free to come back with specific questions if you get stuck...
Eivind Rokenes
eivind@...
Mar 27, 2001 7:54 am
10
And your last name? ... From: ricardojgarcia2000@... [mailto:ricardojgarcia2000@...] Sent: 27. mars 2001 02:53 To:...
Eivind Rokenes
eivind@...
Mar 27, 2001 7:14 am
9
Try this: Dim conProvider set conProvider=Server.CreateObject("ADODB.Connection") conProvider.Open "Data Source=Access_DSN;" This requires a DSN be created to...
Angel Tony Michael Bi...
tmbishop@...
Mar 27, 2001 1:54 am
8
I need to open an Acces database for a login page, do you have an example of how to achieve it? Please......
ricardojgarcia2000@...
Mar 27, 2001 1:28 am
7
My name is I'm a novice in ASP codig and I dont't write in a fluent English so please be patient with me. I will need all the help you can give me. If I can do...
ricardojgarcia2000@...
Mar 27, 2001 12:53 am
6
I have collected so many "limit warnings"... Maria L. Gaycheck Webmaster, Internet Specialist Multimedia and Library Services Foreign Service Institute ...
Gaycheck, Maria L
gaycheckml@...
Mar 26, 2001 6:50 pm
5
Hi, Just migrated from asp-developers group. Lets hope the others follow suit and that manas boots any people with full mailboxes. Steve Flitcroft MCP...
flits@...
Mar 26, 2001 3:03 pm
4
... As more and more people get interested in it, yes, sure! But for the timebeing, let's not close the doors on ASP ! Regards, Manas. Nobody's perfect. Until...
Manas Tungare
bulk@...
Mar 26, 2001 7:49 am
3
... Yes, you can! I assume you're referring to Persits Software's AspEmail, and all you need to do is write the HTML for your table (and whatever else!) and...
Manas Tungare
bulk@...
Mar 26, 2001 7:49 am
2
Hi there! Well I'm an beginner for ASP n happy to join this grp. Well just wonder how people send email with colorful presentation like in html form...... Can...