I find Brinkster quite good and like you say the customer service is ok and you get a good response to your queries. I found when using Ultradev it is a bit...
Stephen Bowker
bowker@...
Mar 1, 2002 8:30 am
3390
Brinkster Setup Information (Premium Account Only) Upload your database to the server in the database folder Set up your DSN Connection for the server as: - ...
Stephen Bowker
bowker@...
Mar 1, 2002 8:45 am
3391
thanks, I'm gonna try it now. The main problem I face is that I've uploaded so much stuff to brinkster that I have no idea anymore which directories should be...
Just webroot and database but im not sure if you have to get them (Brinkster) to setup the database folder again if you delete it. See FAQs on Brinkster but...
Stephen Bowker
bowker@...
Mar 1, 2002 9:40 am
3393
cheers. I think I may have found a connection script that works, but now my default.asp page won't load. I've contracted brinkster (who are probably still in...
Sorry about the delay getting back to you had to nip out. Try changing it from default.asp to index.asp might be something trivial with the server but try it...
Stephen Bowker
bowker@...
Mar 1, 2002 11:43 am
3395
hi, my apologies too - I've been at it almost non-stop for a week and grabbed a few hours sleep! seemed to have a positive effect - through a little trial,...
I'm somewhat of a newbie to the UltraDev experience for site building and management. My 3 frame homepage has a left frame with 20 nav buttons. My first plan...
Fred Peters
fredpeters@...
Mar 1, 2002 7:23 pm
3397
I am attempting to do my first date filtering on a recordset. Example, in a 'simple' recordset, choosing a filter field that is a date, choosing ">" and ...
Don't use a simple recordset to create the date query. Click on "Advanced" and enter it with pound signs around the date variable. Like this: SELECT * FROM...
Linda Norton
lnorton@...
Mar 2, 2002 3:11 am
3399
For each of those 20 nav buttons, click the button, then select Window - Server Behaviors - Go to Related Page. When you specify the Related page, also append...
Linda Norton
lnorton@...
Mar 2, 2002 3:22 am
3400
I am having a problem with the add to cart behavior (powerclimb). I am directing the behavior back to the same page after adding to cart. I works fine except...
bradjerome
bradjerome@...
Mar 2, 2002 5:51 am
3401
hello, i had some of these problems to i posted a solution http://groups.yahoo.com/group/BKWeb_UltraDev/message/3161 i don't know if your using UK dates or how...
camel_lights_uk
mlowne@...
Mar 2, 2002 11:13 am
3402
Sherm, There is user intervention. They choose an item from a list/menu. Its just that requiring them to hit the submit button is an extra step. Will ... last...
wjl11
wjl11@...
Mar 3, 2002 2:59 am
3403
Hi again, I guess what I need to know (in short) is: How can I set the number of rows (2nd dimension) of an Array from a rs.RecordCount command? Ie if a query...
Dim the array first using empty parentheses, then Redim it using the recordset count. I would also suggest doing your math to subtract one using a separate...
Linda Norton
lnorton@...
Mar 3, 2002 12:45 pm
3405
Hi i am trying to display a multiple recordset (Done) which will on display the query results (oracle 7) if the DB has less than 6 entries for a particular...
hey there just re-installed DW (UD) after changing to WinXP. i used the import (and export) extension to save my site definitions. but now - none of the sites...
M Tapnack
tapnack@...
Mar 5, 2002 3:18 pm
3407
I think you can use the standard UltraDev behaviors to define the recordset, etc., but then you're going to have to go in and tweak it. Just surround the area...
Linda Norton
lnorton@...
Mar 5, 2002 6:56 pm
3408
Does anyone know how to sort the results vertically (by column) instead of by row using the Horizontal Looper behavior? Thanks so much! Danny...
Danny Griffin
danny@...
Mar 5, 2002 9:08 pm
3409
Help! This is driving me crazy.... I've created an "Add new user" page for a site, with JSP & MySQL. The MySQL table contains the following columns: userid...
I think you can use the standard UltraDev behaviors to define the recordset, etc., but then you're going to have to go in and tweak it. Just surround the area...
Linda Norton
lnorton@...
Mar 5, 2002 10:28 pm
3411
I have an HP Brio Windows 98, 256k mem, 933mhz. I work with lots of graphics programs and multi-task all day. I also have WebTrends and LinkBot programs that I...
Dessureau@...
Dessureau@...
Mar 5, 2002 10:39 pm
3412
I assume you have internet access still? Are you going through a proxy? Are you FTP'ing or are you on a LAN? There are a lot of other variables here. I'm not...
I am trying to make a page that has two columns of repeated data. I wasn't sure how to do that, so what I want to do is have a while statement around the 2...
phocuschad
phocuschad@...
Mar 6, 2002 2:41 am
3414
Hi, I don't know about "Check New Username" behaviour you mentioned, but that code should run before the code to insert into the database. When I have a form...
Sharon Cowling
sharon.cowling@...
Mar 6, 2002 3:52 am
3415
I am trying to make a page that has two columns of repeated data. I wasn't sure how to do that, so what I want to do is have a while statement around the 2...
phocuschad
phocuschad@...
Mar 6, 2002 3:57 am
3416
I had a similar problem with Windows 98. At the time, I think I was doing a lot of Java programming for college, and I made the mistake of installing Netscape...
Yeah. Rather than changing the code, how about just writing the result (including the TR, TD, /TD, and /TR around it) to a variable as the first row is being...
Linda Norton
lnorton@...
Mar 6, 2002 4:23 am
3418
I am using the standard log-in user behaviour which is working OK but my problem is this. I want the user to enter there username and password and when this is...