| Thread | Last Post | Replies |
|
| Error while insert variable with apostrophe into database... | 31 Oct 2005 18:10 GMT | 2 |
I face with problems while inserting variable with apostrophe sign (') into the database... I receive error message everytime while the variable to add into databases include a ' sign. The sample coding are as below: set Con=createobject("adodb.connection")
|
| Oracle validation through ASP | 28 Oct 2005 15:06 GMT | 3 |
My requirement is for the user to be able to view/update the DB via an ASP application.To save him from remembering too many passwds, I want to be able to authenticate him without creating a separate 'user' table with another passwd et al in the DB.Can I have a login page where he
|
| ASP rsObj doing unwanted trimming from SQL Server | 27 Oct 2005 20:09 GMT | 3 |
Hello, this is strange and has all of us here scratching our heads. I am doing a simple test to return the value of a "Name" comumn in a SQL Server 2000 table: <%
|
| How to suppress "Either BOF or EOF is True" error | 27 Oct 2005 19:49 GMT | 7 |
Hello, I have an edit form where the name is already populated. When the user submits this form, it posts to a process email page which loops through a separate lookup table. Sometimes the name from the form will not match the name in the table, which is fine. We don't need to
|
| Uploading multiple pics | 26 Oct 2005 22:07 GMT | 1 |
First of all, my apologies for the xpost. I realise the netiqute, but this query seems to cross the boundaries of both these groups. Basically I have created a small ASP site that allows a user to upload their own pics via ASPupload so that they can be used on their site. I use ...
|
| The concept of using your own SessionID | 26 Oct 2005 20:56 GMT | 2 |
Just been looking through the excellent ASPFaq site and wanted to dissucss Aaron's (??) comments re better to create your own session ID rather than use ASP classic's in-built one and then use this through various posts and gets to keep the state.
|
| SQL Runs in Access and not in ASP: 0x80040E10 Too few parameters | 26 Oct 2005 20:29 GMT | 10 |
I run this sql in Access and it runs fine. Then I cut and paste it as a literal constant into an ASP page in VS2003 and it returns this error.. Error Type: Microsoft OLE DB Provider for ODBC Drivers (0x80040E10)
|
| accessing remote SQL server database | 24 Oct 2005 11:57 GMT | 1 |
I have to connect to a SQL server database held on our network from a hosted server that we rent. I have written a VB6 application for use in the business and we need to be able to connect a website to it so that field agents can connect view there diary from the backend ...
|
| why does my IIS not support htm files? | 22 Oct 2005 11:35 GMT | 2 |
I have already posted this problem but without result, so ... I run IIS on windows 2000 sp6. Clicking on any htm (html) page (with only html code) gives nothing (viewing the code, i see nothing between <body> and </body>). If i change the extension into .asp, it works.
|
| problem with merging input type "file" and inout type "text" | 21 Oct 2005 22:39 GMT | 2 |
I downloaded aspsmartupload in order to let the visitors of my site upload files (their picture in jpg). It works perfect. But in fact, i need to collect not only their picture, but also name, address etc ...
|
| MDB Conversion Error | 21 Oct 2005 13:53 GMT | 1 |
I have one function to convert mdb database as follow: Function ConvertMDB(SourceDB,DestDB,Format) Set FSO = CreateObject("Scripting.FileSystemObject") oldDB = SourceDb
|
| Append Record to External Database | 21 Oct 2005 11:53 GMT | 1 |
Dear All; I have two databases (db1 and db2) with the same structure. I need ASP or ADO code to apprend record from db1 to db2. How to do?
|
| Cannot create a asp dot net project | 21 Oct 2005 07:00 GMT | 2 |
I have 2 developper machine running visual studio 2003 and Windows 2000. On the first machine (Machine A) I may create a new asp project without problem. On the second (Machine B) I cannot create a new project.
|
| Determine when a worker process will recycle using C# | 20 Oct 2005 18:48 GMT | 1 |
I have an ASP.NET web application that runs certain tasks at a given time. Sometimes the task is scheduled to run at a time that coincides with when IIS is recycling an application's worker process. This causes my web application task not to run. Is it possible to query IIS
|
| database backup | 20 Oct 2005 17:44 GMT | 2 |
I want to take database backup using asp code. So what is the code to be written?
|