| Thread | Last Post | Replies |
|
| fileupload and insert in db | 31 Dec 2006 16:29 GMT | 1 |
I'm looking for tutorials on how to upload a file (.doc or .pdf) , insert in database and retreive from database. i'm using pure asp and sql 2000 Thanks
|
| ( Revised )How to prevent our client from using Scripting.FileSystemObject | 21 Dec 2006 21:48 GMT | 1 |
I offer web space for our client to host their website. We offer them to upload asp files. How can we prevent our client to upload asp files which are delete or change files in our server.
|
| ASP - MYSQL select problems | 21 Dec 2006 10:56 GMT | 2 |
I have an asp application, which looks at three database tables, and retreives results, the SQL is not massively complex, but long sConnection = "my connection string goes here" Set strCon = Server.CreateObject("ADODB.Connection")
|
| data access | 21 Dec 2006 08:36 GMT | 6 |
Hi - trying to restore IIS in win XP pro with access2000 after complete re-format in order to test a develpment website offline. IUSR_hughlaptop is set up as the internet user account, and this user has been granted full access tp tyhe data file through the securities tab. The
|
| Reviewing my code. Displaying a BLOB image through a browser | 20 Dec 2006 18:23 GMT | 12 |
I need to display a blob image from a database through my web browser and I am struggling big. Below you will see the error message I'm getting as well as my code for ASP and my HTML code. Any advice is greatly appreciated. Thanks
|
| please check my asp code | 19 Dec 2006 10:29 GMT | 5 |
hello... can somebody tell what is the error of my codings? coz i want to create a search control... this is suppose to be the flow, at first run i declare a ServerVariable which is ("Remote_Addr") to detect the ipaddress... i also have a textfield in my form which must show the
|
| Group by with subtotals | 18 Dec 2006 22:11 GMT | 4 |
I can't figure out how to get the subtotals into my table. This is a group by SQL using a Do Loop to move through the records. I would like my table to look like this: Toner
|
| ASP and Acess and IIS | 14 Dec 2006 16:07 GMT | 2 |
I am testing an app on my own development machine. I am using IIS 5 with ASP and MS Access. I have the Access database in a directory called Private located one level down from the Web App. When I run the app from the browser everything works just fine. When I try to debug the ...
|
| asp textfield value | 14 Dec 2006 11:58 GMT | 1 |
how can i display a certain value inside a textfield? suppose i have a table inside my data base, there were 2 columns inside my table. one is idNumber and the other one is the correspnding name of the Employee... my conditions is like this, if i found the idNumber in the record, ...
|
| NTFS permission for IUSR | 14 Dec 2006 10:32 GMT | 3 |
I am recovering from hard disc failure and reinstalling everything. I am using IIS installed locally on WIN XP PRO to test website offline using asp to access data in an access.mdb My installation of IIS seems OK and html pages load fine. However pages
|
| asp | 13 Dec 2006 08:57 GMT | 4 |
hello there... i'm just thinking about the windows api with asp.. is it posible to attach or put the windows api code inside the asp? because i want to retrieve a client computer name. so i decided to use the windows api, is it possible? can somebody give me sample?
|
| asp | 13 Dec 2006 05:30 GMT | 3 |
can somebody give a simple control/example using windows API with asp or asp.net?? or somebody can tell me anything regarding with the relationship between windows api to asp? thanks in advance
|
| How to get the No of Affected Records in ASP + ADODB + Javascript ? | 10 Dec 2006 13:36 GMT | 1 |
anyone give a look at my problem. Here is my problem. This is a snippet in my ASP project here in i ve used javascript as the scripting language..
|
| Do While Loop nested in another While causes error | 07 Dec 2006 03:19 GMT | 11 |
I have a very basic Page that reads from a database and displays the information To display I use a the following basic setup. Do While Not myRecordset.EOF
|