| Thread | Last Post | Replies |
|
| New host needed | 27 Dec 2007 23:20 GMT | 6 |
We've had a Fasthosts reseller account for quite a few years now and have been relatively happy until now. Unfortunately they've started to push out MySQL DBs (I think 4.2.x or 5) that don't work very well with classic ASP and basically said you can
|
| Problem with creating a recordset | 19 Dec 2007 20:52 GMT | 1 |
I am getting an error at line 12 involving reading from a database. I am using IIS is installed on Windows XP. 1. <html> 2. <head>
|
| ASP & Temporary Tables - Create OK, then "Not Found" | 19 Dec 2007 18:55 GMT | 1 |
Classic ASP and SQL 2005. In my ASP I issue a create table statement: objConn.Execute "CREATE TABLE #PCUserIDs (UserID int NOT NULL, EKM numeric (6, 2) NULL, NKM numeric (6, 2) NULL)", , adCmdText + adExecuteNoRecords
|
| How to show the table desired on asp? | 16 Dec 2007 01:09 GMT | 2 |
Hi, I need the following results: NameOfExam1 NameOfExam2 NameOfExam3 ... NamePacient 12/10/2007 01/01/2007 ...
|
| recordset fields checking against NULL value? | 14 Dec 2007 08:14 GMT | 6 |
I've an ASP page with a ADO recordset, namely rst. how could I check for a NULL value in the VB Script ASP? Is the below correct? If rst.Fields("MyColumn") Is NULL Then
|
| Help Employees Exam SQL ? | 11 Dec 2007 15:22 GMT | 1 |
Hi, can you help me with some SQL logic, a chemistry company must realize some employees exams, there are 4 exams types: 1) when employee is hired 2) when employee is fired
|
| Need help with sql server stored procedure | 07 Dec 2007 20:23 GMT | 1 |
I am new to writing stored procedure on sql server. I trying to write a stored procedure for a shopping cart. I need to get the price for dvd based on quantity from a price table. select price from price where price.producttype =
|
| ASP.NET Interface to SQL Server | 06 Dec 2007 22:18 GMT | 5 |
I have a coworker who would like to build up her experiance with SQL queries. To that effect, however, the only real way for her to do this is to play around. I can create a demo database for her on the server, that's easy... however
|
| ASP on a home computer | 03 Dec 2007 23:25 GMT | 1 |
I am trying to play with ASP on my home computer. I am placing a "hello.asp" page with simple code in C:\Inetpub or C:\Inetpub\wwwroot and running it and am getting: The page cannot be displayed
|