i am following the ultradev ASP tutorial verbatim... i successfully connect to remote server where the tutorial scaalcoffee.mdb is located in my local server...
pdonnell@...
Dec 1, 2000 4:25 pm
116
Chris, try this: http://www.princeton.edu/~rcurtis/ultradev/tutorial8.html (UDCart) Rick has quite a lot of info re: databases and Ecommerce. Regards Bill...
Bill Kennelly
bill@...
Dec 2, 2000 3:55 am
117
Your url that you are calling is: https://appdevnt02/easy/test_folder/extranet_news_4wtcn4w9wk.asp ... try it without the 's' i.e.: ...
Bill Kennelly
bill@...
Dec 2, 2000 4:01 am
118
Thanks again for your help. For our course we have to use coldfusion and it seems that noone on th eweb uses it. all the tutorials etc. use ASP. (except...
chrishomenko@...
Dec 4, 2000 5:33 pm
120
I have a checkbox dynamically populated (check/not checked) by a Y/N field in Access (soon to be changed to SQL Server 7). I can get it to display okay, but it...
Jen
Jenrundall@...
Dec 5, 2000 11:31 am
121
Hi, have you bound the check boxes to the recordset, this should do it for you Nick...
nick@...
Dec 5, 2000 6:28 pm
122
Hi Chris - don't let Massimo hear you say that!!!! I think it is a case of the same old microsoft phenomenon' and the fact that ASP is 'free' with NT/2000...
Bill Kennelly
bill@...
Dec 6, 2000 1:38 am
123
Does anyone out there know how to fix the error Must Use Updateable Query when I try to add new records to the database using UD.I have a feeling it is...
John Miles
JOHNM@...
Dec 6, 2000 3:01 am
124
onthe server, give IUSR_MACHINENAME full control over the database keiron ... From: John Miles [mailto:JOHNM@...] Sent: Wednesday, 6 December...
Keiron Throssell
keiron.throssell@...
Dec 6, 2000 3:32 am
125
Hi Keiron I have spent the last 2 days getting this set up, I got the read write example from a UD site and it worked on my computer, then I tried it with the...
John Miles
JOHNM@...
Dec 6, 2000 4:32 am
126
system also needs full control. you *may* need to reboot the server. also try giving the directory the database is in the same permissions... keiron ... From:...
Keiron Throssell
keiron.throssell@...
Dec 6, 2000 4:35 am
127
I am going totally nuts here. I cannot for the life of me get this ADO Connection String in UltraDev to work. This is what I've entered: Driver={Microsoft...
sreese@...
Dec 6, 2000 7:55 pm
128
I am going totally nuts here. I cannot for the life of me get this ADO Connection String in UltraDev to work. This is what I've entered: Driver={Microsoft...
sreese@...
Dec 6, 2000 7:56 pm
129
Likewise, I've tried both Provider=Microsoft.Jet.OLEDB.4.0;Data Source=e:/Inetpub/xxx/folder/dbname.mdb; plus Provider=Microsoft.Jet.OLEDB.4.0;Data ...
sbuswell@...
Dec 7, 2000 12:14 am
130
I have followed Hiran de Silva's Login tutorial. But, when I go to the login page, it skips everything and jumps right to the registration page. You never even...
mshull@...
Dec 7, 2000 6:06 pm
131
This is my code and run very good <%@LANGUAGE="VBSCRIPT"%> <% Dim rsLogin__strUserId rsLogin__strUserId = "xyz" if(Request.Form("UserId") <> "") then...
Manuel Rodriguez
mrodriguez@...
Dec 7, 2000 6:14 pm
132
Thanks for your help, but I actually figured it out. I only had one underscore in one of the spots. Oh well, at least I figured it out! Matt...
mshull@...
Dec 7, 2000 6:20 pm
133
O.k. After getting the login to work properly, I tried the registration page. Here is the error I get. Error Type: Request object, ASP 0102 (0x80004005) The...
mshull@...
Dec 7, 2000 9:14 pm
134
Never mind. Figured it out. Matt...
mshull@...
Dec 8, 2000 4:13 pm
135
Hello, I would like to order a book for ultradev, but based on the reviews on the web site, I can't figure out if this book is worth the money Dreamweaver ...
Queen
queen-1@...
Dec 9, 2000 9:49 am
136
I am looking for entry level books so that I can learn CGI and ASP in a step by step fashion. Can anyone recommend any books. Thank you Indera...
Queen
queen-1@...
Dec 9, 2000 10:36 am
137
I have the same problem !! ! ! ! ! I cannot get my asp pages to connect to the database file on the remote server..and I don't know how to do it manually.. ...
Richard Potter
rich@...
Dec 9, 2000 1:37 pm
138
I am also looing for a "good" Ultradev book. I have seen Ultradev fast & easy web development. It is very limited, lots of screen prints ( 1 or 2 on each...
stevan@...
Dec 9, 2000 4:55 pm
139
Wrox Publishing (the RED books) has an excellent series of books. Beginning ASP 3.0 is a good starting place. If you look on the back of the book you will see...
stevan@...
Dec 9, 2000 5:00 pm
140
I am really not sure about the connection itself because I have never done remote connection to an Access database via connection string. BUT getting the...
David Gregory
davidg@...
Dec 9, 2000 5:32 pm
141
Yes. I really hafta say that wrox "beginning active server pages 3.0" is the best book I have bought to date. I am gonna get the next of the series now......
David Gregory
davidg@...
Dec 9, 2000 5:36 pm
142
Hi, ASP in a Nutshell gives you a valuable reference, and Step by Step ASP from Microsoft is a good book for beginners. Sameer ... From: Queen...
Sameer. Sayed
ssameer@...
Dec 10, 2000 6:44 am
143
Received the message "Unknown Error 0x800AOE7A" in preview mode after pressing the Submit button on an UltraDev ASP page. This page had worked previously. I...
rmorriss@...
Dec 10, 2000 8:53 pm
144
I've got the UD Cart 'almost' working in that I can roll through the pages - product list, cart, checkout, order, orderconfirm - and carry all of the cart...
kcoyner@...
Dec 11, 2000 3:39 am
145
I'm building a site for a computer co, one function is to display all the, let's say printers in stock. Easy to do this by creating a recordset for the...