all groups > inetserver asp db > september 2003 > threads for september 8 - 14, 2003
Filter by week: 1 2 3 4 5
End Of Recordset!!
Posted by Adam Knight at 9/14/2003 9:02:15 PM
Mostlikely a very simple answer to this question.
I am wanting to move to the last record in a recordset and extract a value
from it.
When i go move last and move previous i get an error saying catch fetch
backwards.
I augment my ignorance,..but here goes..how do i do this ??
... more >>
Managing Paging on ASP Page
Posted by Wayne Wengert at 9/14/2003 5:14:29 PM
I have an ASP page on which I allow the user to delete any off the displayed
records. Since the source table is too large to list on one ASP page (25,000
rows) I break up the viewing into pages of 20 rows each with navigation
buttons to allow the user to move forward and back. I limit the number ... more >>
Need second pair of eyes on ASP query (into Access DB)
Posted by Jack Black at 9/14/2003 3:49:45 PM
OK, it's been a while since I've written a JOIN for Access ;) so could
someone take a look at this and tell me what's wrong with it? All columns
exist, and data types are correct...
sqlQuery = "select trip.tripname,trip.trialhead,trip.startdate from trips
trip inner join users usr on usr.use... more >>
returning values from stored proc error!
Posted by Harag at 9/13/2003 2:49:36 PM
Hi all
Win 2k pro
sql 2k dev ed
asp - vbscript
I have the following code (below) which is returning an error... if I
change the commandtype to adcmdUnknown or adcmdtext then it works ok
except for the fact I dont get a return value at all which is not what
I want. I want a recordset and... more >>
don't try aspwebhosting.com
Posted by strangebagel NO[at]SPAM yahoo.com at 9/12/2003 11:13:34 PM
Whatever you do, don't try aspwebhosting.com . One day I got an email
from them saying that my account had been suspended for using too much
cpu time. There was no further explanation. Those bastards took my
site offline, removed my email account, blocked my ftp access and even
refused to let... more >>
Unpsecified Error with ODBC Connections
Posted by David Lozzi at 9/12/2003 3:52:02 PM
This happens a lot to my databases. I store them at the root of my
developing files, i.e. c:\My Projects\Proj1\database.mdb. Randomly, the
security settings on this database will drop to the basic secutiry, myself
and SYSTEM. I need IUSR on it so I can access it through my ASP pages... I
get err... more >>
Help with design issue
Posted by Terry Murray at 9/11/2003 4:05:31 PM
Hi once again,
I have been asked to add a feature that allows a person to add content to a
site via a control panel. This control panel is basically a form that will
have certain fields such as subject, body, date. The site is supposed to
show the content that is supplied to it via the f... more >>
asp/database on network error
Posted by Norm at 9/11/2003 3:07:40 PM
Using NT4.0 sp6, IIS4, Access2002
Mercy if this has been answered a hundred times. I've googled and I've
found some information on aspfaq.com which pertained to Win2000, but the
principles seemed the same. So far no solution.
I use asp to search a database on my Web server. While I can connec... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
SQL error
Posted by Lin Ma at 9/11/2003 1:48:45 PM
Does anyone can tell me what is wrong with my SQL server?
My database field size is 3000 with nvarchar.
I got an error
Microsoft]{ODBC SQL server Driver} [SQL server]
Cannot create a row of size 8087 which is greater than the allowable max of
8060.
[Microsoft]{SQL Server} The statement h... more >>
Newbie question: I need an ASP script to store data from a form.
Posted by Jammer at 9/11/2003 10:39:49 AM
I want to have a HTML form that the user fills in and
clicks submit.
I then want the data to be stored in an Access datatbase.
I've loooked and looooked... but I can't find a simple
script to do the above.
I'm really new to ASP... so I don't have much clue what i
should be doing.
Any... more >>
Need advice on structuring a database
Posted by Dragonhunter at 9/10/2003 11:32:10 PM
Hello,
I want to build a database with two tables, Characters and Abilities.
So in the first table I would have:
# Character Abilities
0 Fred Resistance, shield, firebreathing
1 Bob Climbing, swordfighting
etc...
and in the second table I would h... more >>
SQL Server, ASP and Access Denied
Posted by cshrcat NO[at]SPAM hotmail.com at 9/10/2003 8:02:34 PM
I have a web application in which I use a PDF form to collect data
from the user and submit that data directly from the PDF to ASP.
All pages of the application use the same ADO connection string, and
most pages are able to access the database. One page cannot access
the database. This ASP p... more >>
Client side recordset with RDS
Posted by Regan at 9/10/2003 2:42:53 PM
This is my first exposure to RDS Client side recordsets.
I have a wrox professional Active Server Page book that is
my bible. But i cannot get Asp page to show any data.
The page is below.. It does not return an error, just an
empty row..
After searching the web, I have read posts f... more >>
Active Server Pages error 'ASP 0115'
Posted by lokesh at 9/10/2003 12:17:30 PM
Hi All,
When i am accessing a website i am getting this error
Active Server Pages error 'ASP 0115'
Unexpected error
/hradmin/Default.asp
A trappable error (C0000005) occurred in an external
object. The script cannot continue running.
Thank you,
Lokesh.... more >>
connection string works on local but not on webserver(ASP.NET)
Posted by steveChambers66 NO[at]SPAM hotmail.com at 9/10/2003 9:42:12 AM
I'm trying to get some data out of SQLServer on our Webserver.
It wasn't working so I built the database on my local machine.
The code pages are on my C: drive and the virtual folders are in IIS
running on my local machine.
The following connection string works fine (TRHXP210 is my maching
na... more >>
Update Query.. asp/access db
Posted by netje at 9/10/2003 9:37:35 AM
Hi,
Does anybody know what this error is about?
____
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Microsoft Access Driver] Operation must use an updateable
query.
/app/admin/admin.asp, line 201
_____
many thanks!
wilbert
... more >>
creating search engine
Posted by Jimmy Tran at 9/10/2003 5:52:27 AM
Hello everyone,
I have one major table that contains some data and contain keys to many
other tables. I am using RIGHT JOIN query method to get all my data and
everything works very well. Now I am using the same query except i have
a bunch of WHERE clauses in it to create a 'search engine', he... more >>
function that removes the punctuation and some characters like (*&^%$#@!<>?"} from a text string
Posted by Beznas at 9/9/2003 7:42:51 PM
Hi All;
I'm trying to create an ASP function called CleanX that removes the
punctuation and some characters like (*&^%$#@!<>?"}|{..) from a text
string
I came up with this but It doesn't look like it's working.
Can anyone help please.
THANK YOU.
Function CleanX(strString)
... more >>
Unable to Open ODBC Registry Key
Posted by GrahamC at 9/9/2003 12:13:55 PM
Hi:
Using MS Access in a server-side application (Win2k Adv.
Server, IIS 6, ASP) we suddenly are getting the following
error on most pages:
Microsoft OLE DB Provider for ODBC Drivers
error '80004005'
[Microsoft][ODBC Microsoft Access Driver]General error
Unable to open registry key... more >>
2003 webserver misbehavior!?
Posted by pat at 9/9/2003 9:42:06 AM
I have an ASP web application which ties into an access HelpDesk DB. The
site includes use of the CDOSYS.dll (with updated code from the older
CDONTS). Everything worked perfectly well on my XP Professional laptop.
We upgraded a 2000 server machine to 2003 and experienced no problems with
th... more >>
problem when displaying image
Posted by A. J. at 9/8/2003 11:52:22 PM
Hi,
I made this code the retrive some info from my access DB, then choose
another image from Products folder(images were not saved in DB)
Everhthing is O.K., but when I changed the Image name from the drop down
box the image became empty, and when I checked the image properties I
found it looki... more >>
Authorisation in ASP
Posted by Benjamin Howarth at 9/8/2003 8:12:01 PM
I;m trying to use an authorisation script in my page - the only problem is -
only recently the "firewall" dialog box has popped up with a new "Domain"
field - what do I enter into this? I've never seen this before or had it's
function described to me.
Thanks in appreciation (and a speedy reply... more >>
Changing DBs in one connection
Posted by Laphan at 9/8/2003 7:19:16 PM
Hi All
I've done an ASP which connects to an SQL DB.
My problem is that I want to distribute this ASP page, but I can't do a
straight DSN=MyDSN to point to the DSN, because I need to play with the
Master DB first (to get a list of dbs) and then when this db choice is
posted I use the actual... more >>
IUSR_WWW and db folder ?
Posted by Dav. at 9/8/2003 4:48:26 PM
Hi guys,
I've always used a connection like this:
<%
' FileName="Connection_ado_conn_string.htm"
' Type="ADO"
' HTTP="true"
' Catalog=""
' Schema=""
MM_name_STRING = "DRIVER={Microsoft Access Driver
(*.mdb)};DBQ=F:/webspace/db.mdb;UID=login;PWD=password"
%>
I noticed that I use the IU... more >>
Need a hand with an SQL Query to add a new record
Posted by Phillip Windell at 9/8/2003 1:45:04 PM
The Database is Access 2000.
The Statement when "Response.writing" it to the Browser (with example
data)is:
INSERT INTO tblEvents
(fldDate, fldLocation, fldEvent, fldVehicleName, fldSignal,
fldAzimuth,
fldSuccessful, fldWeather, fldComments )
VALUES
(#7/16/2003#, 'Decat... more >>
asp and oracle 9i database
Posted by wills at 9/8/2003 6:19:19 AM
I'm trying to access an Oracle 9i database table and am
having a difficult time finding how resolve the error. My
error is as follows:
---
Microsoft VBScript runtime error '800a01ad'
ActiveX component can't create
object: 'OracleInProcServer.XOraSession'
/access_retrieve_data.asp, line 1... more >>
|