| Thread | Last Post | Replies |
|
| Request.querystring or Recordset.GetString? | 28 Feb 2005 21:53 GMT | 2 |
I am still very new to ASP and am trying to create an ASP page that gets records randomly from a database. Right not I can successfully get one field of information at a time and randomize it, but I need the whole string. I've
|
| Pass parameter to nested query | 28 Feb 2005 10:20 GMT | 6 |
I'm very, very new to ASP and am trying to run a travel and absence database for a small company on the internet. It will show as column headings 01 Tue, 02 Wed, 03 Thu..... etc for one month. Row headings will be the employee names and the cells will contain the locations where ...
|
| IF EXISTS error! (0x80040E14) | 27 Feb 2005 10:09 GMT | 4 |
I've written an asp form that successfully takes a users firstname, surname, email address, username and password and then add's those details to an Access database. I've been trying to modify the code so that the script checks that the
|
| accessing binary (blob) data from SQL server | 26 Feb 2005 23:15 GMT | 2 |
I'm struggling a bit reading binary data from a database. Basically, I have a column in our table that has the binary type, and all I want to do is display that binary data in HEX. basically the table looks like this:
|
| Output from SP (sql) | 24 Feb 2005 09:29 GMT | 2 |
I use some sp:s in a ms sql, and so far it looks like (this works fine): ----------------------------------------------------- sql = "sp_NameOfSp @IDno = 1, @Name = 'Mikael'" (and 15 more values...) cmd.CommandText = sql
|
| Problem with display of check in checkbox retrived from database | 23 Feb 2005 23:57 GMT | 2 |
I have an asp page where a check box is used. If the check box is checked then the value goes to an Access database as "on" while if the checkbox is unchecked before saving the asp page, the value of the checkbox that goes to the access database is "off". The datatype in Acess is ...
|
| Multiple 'OR' parameters in sql SELECT statement | 23 Feb 2005 20:00 GMT | 11 |
Is there a better way to write the following statement? SELECT id, firstname, surname, age FROM sometable WHERE ( (id = 5058)
|
| Cannot link ASP page to Access database | 23 Feb 2005 18:34 GMT | 6 |
I'm new to this and am having a lot of trouble. I've been able to work my way through a couple of other bugs that have come up, but I just don't understand this one. I'm trying to run a very simple, small database for a project for a class. I've created my own web server on an XP ...
|
| Problem with Response.Redirect | 22 Feb 2005 18:01 GMT | 3 |
Hello, I am testing a simple asp page. Here data is added to a database in People table. The primary key is Name (FirstName LastName). The data add part is working
|
| connection string--setup problems | 22 Feb 2005 16:39 GMT | 2 |
I have posted this to the asp.general group, but the answers given there have not addressed the problem, so I'll try here. Set up a W2003 machine at home. IIS is working. I placed an Intranet-based app that I wrote at work, onto this home machine. I rebuilt the SQL Server
|
| Can't Figure Out What is Wrong Here | 22 Feb 2005 15:09 GMT | 5 |
I am using an ASP page to access information in a SQL 2000 database. When I run the following query: ======================================================== Select Distinct [Judge Name], Caption, Avg ([Total Score] - ([Gross
|
| Help With Increasing Size Of Simple Multi Dimensional Array | 22 Feb 2005 00:35 GMT | 3 |
Hi Gang I want to create a simple array that could have up to 100 - 200 rows and that always has 2 columns (and will have some number value in each column). I can't seem to figure out how to create the array initially,
|
| SQL Script | 21 Feb 2005 14:15 GMT | 1 |
I have created a SQL database, a user to be used for communications in my ASP code, my tables, etc. Enterprise Manager gives me a way to create scripts of the structure. I don't really understand which scripts to create as their are numerous choices and it will take some more ...
|
| Scripting a SQL database | 20 Feb 2005 14:56 GMT | 6 |
1. With Enterprise Manager what is required to have the script create the database, the SQL user and set their password? 2. Now that I have created the scripts, how do I execute them on a different
|
| Problem with AddNew method while adding record | 19 Feb 2005 00:59 GMT | 5 |
I am testing a small asp page where addnew method is applied to add record to a table. However, I am getting the following error: Unspecified error /gwisbrandnewready4/test/REPLY.ASP, line 35
|