all groups > inetserver asp db > february 2007
How would you face this problem?
Posted by MarcG at 2/26/2007 3:18:55 PM
Hi,
I have an online application (written in .asp) that requires a login to be
accessed and used. I have a login.asp page that asks for username and
password, looks up in a MS SQL db if a combination of those
username/password is available and, if so, sets a session variable and goes
to home... more >>
Help with CSV files
Posted by lejason NO[at]SPAM gmail.com at 2/26/2007 11:59:26 AM
Where to start..haha.
My boss has me dev-ing a search page that will read from a CSV file.
It has to be in ASP (and the old one - not .NET) and we cant use a
real database -- trust me, I asked. So we are stuck with a CVS file
that I want to use as a data source that I can run SQL queries
a... more >>
IIS Closes Connection For Certain ASP Pages
Posted by bronzite NO[at]SPAM gmail.com at 2/26/2007 6:12:31 AM
I've had this remarkable issue on an IIS server we just installed our
webpage on. It runs several of the pages just fine -- no issues.
However, on pages that actually query our MSSQL server database, IIS
simply closes the HTTP connection as soon as the request is made. No
error. No commentary... more >>
query not ranomizing records in ASP - Access 2000 web application
Posted by hardik at 2/24/2007 1:33:55 AM
Hi friends,
can anyone solve this query ?
I have a table which stores products id and name and then product
image now all i want is everytime i refresh a page it should display 5
diffrent images then last one
I have almost 500 records in product_master table.
here is my product_master ... more >>
Why can't I open?
Posted by Rolf Rosenquist at 2/23/2007 11:07:39 PM
I am not able to open the table with these lines on my normal webhotel. But
it works fine on my local computer.
BoknID = Request.Querystring("boknid")
Set rsBokn = Server.CreateObject("ADODB.Recordset")
sqlBokn = ("SELECT * FROM Bokning WHERE BoknID = " & BoknID )
rsBokn.Open sqlBokn, ObjConn... more >>
login and logout
Posted by G at 2/19/2007 12:00:00 AM
Hello Friends,
Can i find any sample free webbased-application for employee login and
logout timing.
Thanks in Advance
Appreciate for your Help.
Thanks
G
... more >>
Randomize DB Records
Posted by MA P at 2/19/2007 12:00:00 AM
I have this ms access table
ID Data
1 Apple
2 Orange
3 Banana
4 Mango
How can I display the records in random order in every page load?
... more >>
Will pay for need help and occasional advise on using excel
Posted by Jerry in Oklahoma at 2/16/2007 7:34:07 AM
Will pay for need help and occasional advise on using excel
database
" sorry if this is off post ...will be my last"
Thx in advance for your help and interest.
i am an independant oil and gas consultant and have a fair
amount of computer experience but, am absolutely lost w... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Login to database + getting table's data
Posted by Eitan M at 2/15/2007 12:00:00 AM
Hello,
I am looking for a simple code of login to db
of asp dotnet (vb dotnet code).
with user name + password & simple database.
When login to database - I want to see a table data with all it's columns.
Thanks :)
... more >>
Registry error with ADO access to Access 2k3
Posted by Jack Black at 2/9/2007 1:48:13 PM
Hi, all! Still working on the Access 2k3 database corruption issue...
Using plain ol' ASP with Access 2k3 database on the back end (hosted offsite
with GoDaddy.com).
It seems regularly this error is occuring when any attempt at accessing data
is made:
Microsoft OLE DB Provider for ODBC ... more >>
Multiple Selections
Posted by jjuan at 2/8/2007 10:33:46 AM
I have a multiple dropdown which have multiple selection.
If I select multiple value on my multiple dropdown list and submit it,how
can i write it on the tblotherlang
sample code
<select size="10" name="ddmultiplelang" multiple>
<%
qryNCDesc = "SELECT MultiLanguageID, MultiLangua... more >>
Error: HTTP 404 - File not found (ASP Error)
Posted by kianskee NO[at]SPAM gmail.com at 2/6/2007 5:54:39 PM
I encountered an error HTTP 404 - File not found. I cannot open a file
uploaded with a symbol # in filename (e.g. case#2.pdf). When uploaded
with a different filename (case2.pdf) without the # symbol, the file
is accessible. Why is this the case?
... more >>
Corruption in Access 2k3 databases
Posted by Jack Black at 2/4/2007 5:15:58 PM
I seem to notice that Access 2k3 tables tend to get corrupted rather easily
when running as a database back-end for ASP applications (different
providers, different code, same structure and content corruption).
Are there any general practices that can prevent this corruption? I don't
have... more >>
IIS7 and Access Database: vague error, nothing in logs!
Posted by JackBlack at 2/4/2007 1:48:25 PM
Hi, all! Running IIS7 under Vista Business (RTM, from MSDN
Subscriptions). ASP installed and MIME type for ASP page is correct.
I just dropped on a basic ASP website using an Access 2k3 database on
the backend via file DSN (tried System DSN also, no go). When I call:
objConnection.Open "... more >>
Need help updateing an entire recordset at once
Posted by cdneely at 2/1/2007 8:05:24 AM
I am pulling a table that lists all the notes associed with a record.
I need to be able to have someone check the "reviewed" field for each
note the reviewed. I then need to be able to have them submit this to
the database. I need for the Sql database to update all the note
records that have bee... more >>
Images and links
Posted by Ricardo Furtado at 2/1/2007 6:31:00 AM
i'm developing a web site in asp .net but i came up with a rookie problem.
How can i insert an image or a link from a database record?
I'm using a table and inside the table i have the following code:
<td><img alt="" src=<%DR("Image").ToString()%> width="78px" height="78px">
</td>
<td><a ... more >>
|